Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Gtk1 compilation problem.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
HalfAdder
n00b
n00b


Joined: 20 Sep 2010
Posts: 15

PostPosted: Fri Sep 24, 2010 1:09 am    Post subject: [SOLVED] Gtk1 compilation problem. Reply with quote

Hi, I'm having some trouble installing my printer driver on my PC (https://forums.gentoo.org/viewtopic-t-845420.html) and an user called rh1 said that I need to install gtk1 for make it work.
I'm trying to install it, but I've got dependencies that must be resolved for install gtk1.
I don't found any e-build for it, so I'm trying to make it from source code downloaded from http://www.gtk.org , but I'm getting some errors.

Here is copy of my terminal output and commands.

Code:

$ tar -xvf libxml-1.8.16.tar.gz
$ cd libxml-1.8.16
$ ./configure --prefix=/usr
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer ) works... yes
checking whether the C compiler (gcc -march=athlon-xp -O2 -pipe -fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for rm... /bin/rm
checking for mv... /bin/mv
checking for tar... /bin/tar
checking for Cygwin environment... no
checking for mingw32 environment... no
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for zlib.h... yes
checking for gzread in -lz... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for ctype.h... yes
checking for dirent.h... yes
checking for errno.h... yes
checking for malloc.h... yes
checking for stdarg.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for time.h... yes
checking for ieeefp.h... no
checking for nan.h... no
checking for math.h... yes
checking for fp_class.h... no
checking for float.h... yes
checking for stdlib.h... yes
checking for sys/socket.h... yes
checking for netinet/in.h... yes
checking for arpa/inet.h... yes
checking for netdb.h... yes
checking for sys/time.h... yes
checking for sys/select.h... yes
checking for strftime... yes
checking for strdup... yes
checking for strndup... yes
checking for strerror... yes
checking for snprintf... yes
checking for finite... yes
checking for isnand... no
checking for fp_class... no
checking for class... no
checking for fpclass... no
checking for strftime... (cached) yes
checking for localtime... yes
checking for gethostent... yes
checking for setsockopt... yes
checking for connect... yes
checking for isnan... yes
checking for isinf... yes
checking host system type... i686-pc-linux-gnu
checking for append_history in -lhistory... yes
checking for main in -ltermcap... no
checking for readline in -lreadline... yes
updating cache ./config.cache
creating ./config.status
creating libxml.spec
creating Makefile
creating doc/Makefile
creating example/Makefile
sed: can't read ./example/Makefile.in: No such file or directory
creating xml-config
creating win32config.h
creating libxml.pc
creating config.h
$ make -j2
make  all-recursive
make[1]: Entering directory `/home/ryu/libxml-1.8.16'
Making all in doc
make[2]: Entering directory `/home/ryu/libxml-1.8.16/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/ryu/libxml-1.8.16/doc'
make[2]: Entering directory `/home/ryu/libxml-1.8.16'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c SAX.c
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c entities.c
mkdir .libs
mkdir .libs
mkdir: cannot create directory `.libs': File exists
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c entities.c  -fPIC -DPIC -o .libs/entities.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c SAX.c  -fPIC -DPIC -o .libs/SAX.lo
entities.c: In function 'xmlEncodeEntitiesReentrant':
entities.c:664: warning: implicit declaration of function 'xmlStrEqual'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c SAX.c -o SAX.o >/dev/null 2>&1
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c entities.c -o entities.o >/dev/null 2>&1
mv -f .libs/SAX.lo SAX.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c encoding.c
mv -f .libs/entities.lo entities.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c error.c
rm -f .libs/encoding.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c encoding.c  -fPIC -DPIC -o .libs/encoding.lo
rm -f .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c error.c  -fPIC -DPIC -o .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c error.c -o error.o >/dev/null 2>&1
mv -f .libs/error.lo error.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c parser.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c encoding.c -o encoding.o >/dev/null 2>&1
rm -f .libs/parser.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c parser.c  -fPIC -DPIC -o .libs/parser.lo
parser.c: In function 'xmlInitParser':
parser.c:674: warning: implicit declaration of function 'xmlInitializePredefinedEntities'
parser.c: In function 'xmlParseReference':
parser.c:6526: warning: unused variable 'hex'
parser.c:6604: warning: implicit declaration of function 'xmlParseBalancedChunkMemory'
parser.c:6611: warning: implicit declaration of function 'xmlParseExternalEntity'
mv -f .libs/encoding.lo encoding.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c parserold.c
parser.c: In function 'xmlParseBalancedChunkFile':
parser.c:10630: warning: control reaches end of non-void function
rm -f .libs/parserold.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c parserold.c  -fPIC -DPIC -o .libs/parserold.lo
parserold.c: In function 'xmlOldParserHandleReference':
parserold.c:882: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:882: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c:938: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:938: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c: In function 'xmlOldParserHandlePEReference':
parserold.c:1114: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:1114: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c: In function 'xmlOldParseTryOrFinish':
parserold.c:6487: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
parserold.c:6487: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
parserold.c: At top level:
parserold.c:130: warning: 'xmlOldParserInputRead' defined but not used
parserold.c:323: warning: 'nodeOldPush' defined but not used
parserold.c:563: warning: 'xmlOldNewStringInputStream' defined but not used
parserold.c:593: warning: 'xmlOldNewInputFromFile' defined but not used
parserold.c:1272: warning: 'xmlOldDecodeEntities' defined but not used
parserold.c:1552: warning: 'xmlOldHandleEntity' defined but not used
parserold.c:1651: warning: 'xmlOldNamespaceParseQName' defined but not used
parserold.c:1754: warning: 'xmlOldParseNamespace' defined but not used
parser.c: In function 'xmlSAXUserParseFile':
parser.c:10944: warning: 'oldsax' may be used uninitialized in this function
parser.c: In function 'xmlSAXParseFile':
parser.c:10716: warning: 'oldsax' may be used uninitialized in this function
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c parser.c -o parser.o >/dev/null 2>&1
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c parserold.c -o parserold.o >/dev/null 2>&1
mv -f .libs/parser.lo parser.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c HTMLparser.c
rm -f .libs/HTMLparser.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c HTMLparser.c  -fPIC -DPIC -o .libs/HTMLparser.lo
HTMLparser.c: In function 'htmlParseTryOrFinish':
HTMLparser.c:3044: warning: enumeration value 'XML_PARSER_SYSTEM_LITERAL' not handled in switch
HTMLparser.c:3044: warning: enumeration value 'XML_PARSER_IGNORE' not handled in switch
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c HTMLparser.c -o HTMLparser.o >/dev/null 2>&1
mv -f .libs/HTMLparser.lo HTMLparser.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c HTMLtree.c
rm -f .libs/HTMLtree.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c HTMLtree.c  -fPIC -DPIC -o .libs/HTMLtree.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c HTMLtree.c -o HTMLtree.o >/dev/null 2>&1
mv -f .libs/HTMLtree.lo HTMLtree.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c debugXML.c
rm -f .libs/debugXML.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c debugXML.c  -fPIC -DPIC -o .libs/debugXML.lo
debugXML.c: In function 'xmlDebugDumpNamespace':
debugXML.c:49: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlDebugDumpEntity':
debugXML.c:76: warning: format not a string literal and no format arguments
debugXML.c:98: warning: format not a string literal and no format arguments
debugXML.c:102: warning: format not a string literal and no format arguments
debugXML.c:106: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlDebugDumpAttr':
debugXML.c:121: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlDebugDumpOneNode':
debugXML.c:142: warning: format not a string literal and no format arguments
debugXML.c:189: warning: format not a string literal and no format arguments
debugXML.c:198: warning: format not a string literal and no format arguments
debugXML.c: In function 'xmlShellPwd':
debugXML.c:1019: warning: implicit declaration of function 'strcpy'
debugXML.c:1019: warning: incompatible implicit declaration of built-in function 'strcpy'
debugXML.c: In function 'xmlShell':
debugXML.c:1086: warning: implicit declaration of function 'strcmp'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c debugXML.c -o debugXML.o >/dev/null 2>&1
mv -f .libs/debugXML.lo debugXML.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c tree.c
rm -f .libs/tree.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c tree.c  -fPIC -DPIC -o .libs/tree.lo
tree.c: In function 'xmlDocContentDump':
tree.c:4425: warning: implicit declaration of function 'xmlStrEqual'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c tree.c -o tree.o >/dev/null 2>&1
mv -f .libs/parserold.lo parserold.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xpath.c
rm -f .libs/xpath.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xpath.c  -fPIC -DPIC -o .libs/xpath.lo
xpath.c: In function 'xmlXPathInit':
xpath.c:145: warning: division by zero
xpath.c:148: warning: division by zero
xpath.c:151: warning: division by zero
mv -f .libs/tree.lo tree.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xmlIO.c
rm -f .libs/xmlIO.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xmlIO.c  -fPIC -DPIC -o .libs/xmlIO.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xmlIO.c -o xmlIO.o >/dev/null 2>&1
mv -f .libs/xmlIO.lo xmlIO.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xmlmemory.c
rm -f .libs/xmlmemory.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xmlmemory.c  -fPIC -DPIC -o .libs/xmlmemory.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xmlmemory.c -o xmlmemory.o >/dev/null 2>&1
mv -f .libs/xmlmemory.lo xmlmemory.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I.   -DLIBXML_VERSION=\"1.8.16\"    -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c nanohttp.c
rm -f .libs/nanohttp.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c nanohttp.c  -fPIC -DPIC -o .libs/nanohttp.lo
nanohttp.c: In function 'xmlNanoHTTPFetch':
nanohttp.c:1156: warning: ignoring return value of 'write', declared with attribute warn_unused_result
nanohttp.c: In function 'xmlNanoHTTPSave':
nanohttp.c:1193: warning: ignoring return value of 'write', declared with attribute warn_unused_result
In file included from /usr/include/fcntl.h:217,
                 from nanohttp.c:47:
In function 'open',
    inlined from 'xmlNanoHTTPSave' at nanohttp.c:1185:
/usr/include/bits/fcntl2.h:51: error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments
make[2]: *** [nanohttp.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -DLIBXML_VERSION=\"1.8.16\" -march=athlon-xp -O2 -pipe -fomit-frame-pointer -Wall -c xpath.c -o xpath.o >/dev/null 2>&1
mv -f .libs/xpath.lo xpath.lo
make[2]: Leaving directory `/home/ryu/libxml-1.8.16'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryu/libxml-1.8.16'
make: *** [all-recursive-am] Error 2


Someone know how I may solve this issue?

Since then, thanks.


Last edited by HalfAdder on Tue Sep 28, 2010 5:16 pm; edited 2 times in total
Back to top
View user's profile Send private message
SamuliSuominen
Retired Dev
Retired Dev


Joined: 30 Sep 2005
Posts: 2133
Location: Finland

PostPosted: Fri Sep 24, 2010 7:55 am    Post subject: Reply with quote

The Topic is misleading, it's libxml problems, not GTK+-1.2 problems you are having.

That said, the deleted libxml ebuilds are here:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libxml/?hideattic=0

There should be a patch for that particular issue here:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libxml/files/libxml-1.8.17-open_call_fix.patch?hideattic=0&view=markup
Back to top
View user's profile Send private message
HalfAdder
n00b
n00b


Joined: 20 Sep 2010
Posts: 15

PostPosted: Fri Sep 24, 2010 9:46 pm    Post subject: Reply with quote

Thanks ssuominen for your help.

I'm sorry, I made the mistake shown in the libxml post in this thread. :oops:
I was unable to use the e-build, so I've compiled it manually, used the patch and compiled libxml-1.8.17 successfully.

Now I'm having some trouble compiling glib version 1.2.10, but I'm not going to post it on this thread, it's in https://forums.gentoo.org/viewtopic-p-6435273.html#6435273 .

I will post here again when I start to compile gtk version 1.2 (with or without success).
Back to top
View user's profile Send private message
HalfAdder
n00b
n00b


Joined: 20 Sep 2010
Posts: 15

PostPosted: Mon Sep 27, 2010 9:03 pm    Post subject: Reply with quote

After compile the glib-1.2, I finally compiled gtk-1.2.10.

It was simple, I just needed to do the following commands:

Code:

$ ./configure --prefix=/usr
$ make -j2
# make install


Thanks by all you help ssuominen. :lol:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum