Results 1 to 5 of 5
I'm trying to install chbg1.5. I do a ./configure, and this is the result:
[dave@localhost chbg-1.5]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking ...
- 12-12-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 6
CHBG install errors
I'm trying to install chbg1.5. I do a ./configure, and this is the result:
[dave@localhost chbg-1.5]$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for msgfmt... (cached) msgfmt
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for X... (cached) no
checking whether byte ordering is bigendian... (cached) no
checking for working fnmatch... (cached) yes
checking for usleep... (cached) yes
checking for setenv... (cached) yes
checking for random... (cached) yes
checking for mkstemp... (cached) yes
checking for libintl.h... (cached) yes
checking for gettext in -lc... (cached) yes
checking for gtk-config... (cached) no
checking for gtk-config-2.0... (cached) no
checking for gdk-pixbuf-config... (cached) no
checking for imlib2-config... (cached) no
checking for imlib-config... (cached) no
checking for imlib-config... (cached) no
checking for gtk-config... (cached) no
checking for inflate in -lz... (cached) no
checking for png_write_info in -lpng... (cached) no
checking for gnome-config... (cached) no
creating ./config.status
creating Makefile
creating src/Makefile
creating po/Makefile
Then i do a make, and I get this error.
[dave@localhost chbg-1.5]$ make
Making all in src
make[1]: Entering directory `/home/dave/chbg-1.5/src'
gcc -DPACKAGE=\"chbg\" -DVERSION=\"1.5\" -DSTDC_HEADERS=1 -DX_DISPLAY_MISSING=1 -DHAVE_FNMATCH=1 -I. -I. -DHAVE_ENLIGHTENMENT_SUPPORT -DHAVE_XSS_SUPPORT -DHAVE_ESETROOT_SUPPORT -DHAVE_MKSTEMP -DHAVE_RANDOM -g -O2 -Wall -DGETTEXT_NLS -DNLS_DIR="\"/usr/local/share/locale\"" -DDEFAULT_SYS_CHBG_RC="\"/usr/local/etc/chbgrc\"" -c absimg_gdkimlib1.c
In file included from absimg_gdkimlib1.c:9:
absimg.h:12:21: gdk/gdk.h: No such file or directory
absimg.h:13:22: gdk/gdkx.h: No such file or directory
In file included from absimg_gdkimlib1.c:9:
absimg.h:65: error: syntax error before '*' token
absimg.h:65: warning: type defaults to `int' in declaration of `absimg_load'
absimg.h:65: warning: data definition has no type or storage class
absimg.h:66: error: syntax error before '*' token
absimg.h:66: error: syntax error before '*' token
absimg.h:66: warning: type defaults to `int' in declaration of `absimg_scale'
absimg.h:66: warning: data definition has no type or storage class
absimg.h:67: error: syntax error before '*' token
absimg.h:67: error: syntax error before '*' token
absimg.h:67: warning: type defaults to `int' in declaration of `absimg_from_pixmap'
absimg.h:67: warning: data definition has no type or storage class
absimg.h:68: error: syntax error before '*' token
absimg.h:69: error: syntax error before '*' token
absimg.h:70: error: syntax error before '*' token
absimg.h:70: error: syntax error before '*' token
absimg.h:70: warning: type defaults to `int' in declaration of `absimg_render'
absimg.h:70: warning: data definition has no type or storage class
absimg.h:71: error: syntax error before '*' token
absimg.h:72: error: syntax error before '*' token
absimg.h:73: error: syntax error before '*' token
absimg.h:74: error: syntax error before '*' token
absimg.h:89: error: syntax error before '*' token
absimg.h:90: error: syntax error before '*' token
absimg.h:92: error: syntax error before "guchar"
absimg.h:94: error: syntax error before "absimg_image_t"
absimg.h:95: error: syntax error before "absimg_image_t"
make[1]: *** [absimg_gdkimlib1.o] Error 1
make[1]: Leaving directory `/home/dave/chbg-1.5/src'
make: *** [all-recursive] Error 1
I've looked all over, but I can seem to figure out what to do. If anyone could tell me what the problem is, I would be eternally grateful.
btw-i included the entire output b/c i'm not sure whats relevant.
I believe the problem could be something to do with the fact that chbg requires either iimlib1, imlib2, or gdk-pixbuf, and none of their config files are found. I don't know where the files are or how to target them.
-------------------------------------------------------
mandrake 10.1, using kde3.2, couple-day-old install
- 12-12-2004 #2
Is gdk-pixbuf installed? It looks as if it's choking when trying to use one of the headers or libraries provided by gdk-pixbuf. Maybe try re-installing it and see if that helps any..?
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 12-13-2004 #3Just Joined!
- Join Date
- Dec 2004
- Posts
- 6
actually i just checked, via rpm, and chbg is already installed, along with gdk-pixbuf. i guess gdk-pixbuf must be in a weird location. anyway, since i don't need to figure out how to install this, i guess thats all. thanks for the advice though.
- 12-13-2004 #4Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
If there's a devel RPM for gdk-pixbuf, make sure you install that too.
Emotions are the key to the soul.
Registered Linux User #375050
- 12-13-2004 #5Good to hear that you have it working!
Originally Posted by norsemonkey 
Just a note: I've found that sometimes things get weird with RPM (and even apt-based) distros as far as where stuff is when installing from source. If I decide to mess with any such thing again, I'll be sure to post some tips.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy


Reply With Quote
