-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Leo, thank you for your interest!
I still have the issue with gcc 4.0. I give you more details. > Please run: > # ls -l $(which gcc) > Just to make sure your gcc is pointing in the right direction. [EMAIL PROTECTED]:~/src/camorama-0.17$ ls -l $(which gcc) lrwxrwxrwx 1 root root 7 Dec 18 02:09 /usr/bin/gcc -> gcc-4.0 so it seems I'm using gcc 4.0 by default I can reproduce the bug with this sequence of commands: apt-get source camorama ./configure make so it seems I'm making a plain compilation from source. Please note I've already run "apt-get build-dep camorama", so dependencies should be filled. Here you are the output of the make command: - -------------8<------------------------------- [EMAIL PROTECTED]:~/src/camorama-0.17$ make make all-recursive make[1]: Entering directory `/home/alfredo/src/camorama-0.17' Making all in src make[2]: Entering directory `/home/alfredo/src/camorama-0.17/src' if gcc -DHAVE_CONFIG_H -I. -I. -I.. - -DPACKAGE_DATA_DIR=\""/usr/local/share"\" - -DDATADIR=\""/usr/local/share"\" - -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DORBIT2=1 -pthread - -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 - -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 - -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 - -I/usr/include/libart-2.0 -I/usr/include/gconf/2 - -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 - -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 - -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 - -I/usr/include/pango-1.0 -I/usr/include/freetype2 - -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo - -I/usr/X11R6/include -I/usr/include/libxml2 -I/usr/include/libglade-2.0 -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" \ -c -o main.o `test -f 'main.c' || echo './'`main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; \ else rm -f ".deps/main.Tpo"; exit 1; \ fi main.c: In function 'load_interface': main.c:87: error: invalid lvalue in assignment make[2]: *** [main.o] Error 1 make[2]: Leaving directory `/home/alfredo/src/camorama-0.17/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/alfredo/src/camorama-0.17' make: *** [all] Error 2 - -------------8<------------------------ If I compile it with gcc-3.3 the error at line 87 becomes a warning and everything goes ok. If you need some other hints please let me know. Lastly, I couldn't find the build log for i386 architecture on http://buildd.debian.org/build.php?pkg=camorama, I found logs for other arcs, but not for i386. Anyway that's probably my fault, I didn't even know of the existence of a build log before! ;-) Cheers, Alfredo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD02wJr3B1eOWmOnIRAioGAJkBg+g1TQJY6Diqd1E8o8fjUZsU8QCg11ul cuKBGmMr6VoHaDLkCfGwFyQ= =lnxH -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]