Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: 4-stroke on October 18, 2009, 01:03:48 AM

Title: Gpicview
Post by: 4-stroke on October 18, 2009, 01:03:48 AM
A few months ago I managed to compile Gpicview and make a tce out of it. For some stupid reason I deleted it. I can't remember which version it was.

Well, now when I try to compile version 0.2.1 I get this error:

Code: [Select]
checking for intltool >= 0.40.0... ./configure: ./configure.lineno: line 14760: intltool-update: not found
 found
configure: error: Your intltool is too old.  You need intltool 0.40.0 or later.

I have installed intltool-0.40.5.tczl from the repo, but the error stays.

What to do?



Title: Re: Gpicview
Post by: Juanito on October 18, 2009, 01:19:03 AM
You usually see this error when perl or gettext are missing
Title: Re: Gpicview
Post by: 4-stroke on October 18, 2009, 01:46:25 AM
Installed gettext. No change.

Installed perl. Error changed:

Code: [Select]
checking for perl >= 5.8.1... 5.10.1
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Installed perl_xml_parser.tcz. Error changed:

Code: [Select]
checking for PACKAGE... configure: error: Package requirements (gtk+-2.0 >= 2.12.0) were not met:

No package 'gtk+-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PACKAGE_CFLAGS
and PACKAGE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

Installed gtk2-dev.tcz.

Success! Thank you Juanito! :D

I need some more coffee...
Title: Re: Gpicview
Post by: 4-stroke on October 18, 2009, 02:29:54 AM
Not quite the success I hoped for. Fullscreen doesn't work. :-\


Title: Re: Gpicview
Post by: Juanito on October 18, 2009, 02:37:09 AM
Did you load the Xorg-7.4-dev extension - required even for Xlibs in the base - you'd think it would complain about missing these, but you never know...
Title: Re: Gpicview
Post by: 4-stroke on October 18, 2009, 02:53:43 AM
I didn't do that and it didn't complain about it. :-\ I'll do the whole thing again later today.

Thank you for your help. 8)

Title: Re: Gpicview
Post by: 4-stroke on October 18, 2009, 05:55:03 AM
Ok, tried to compile it now with Xorg-7.4-dev installed. Still no fullscreen. No errors when running it from terminal.  ???

Edit: Tried to compile viewnior and it refuses to go fullscreen on both my laptop with xvesa and the eee with xorg. What am I missing here? :-\