The following is still true of release candidate 1 as well: ---------- Forwarded message ---------- From: Brad Allison <[EMAIL PROTECTED]> Date: Sun, Feb 24, 2008 at 11:18 PM Subject: Request for help: garnome To: fink-users <[EMAIL PROTECTED]>
Sorry if this is the wrong place to ask this question, but I'm trying to install gnome2 via garnome ( http://www.gnome.org/projects/garnome/ ). I got through the first road block of libtool not building (*checking for gcc... cc) *by removing -Wl,--export-dynamic from LDFLAGS in gar.conf.mk. That worked. However I'm now getting stuck on the glitz build part of it. According to http://www.mail-archive.com/[EMAIL PROTECTED]/msg16067.html , *"This is a new issue that was introduced with Leopard, and it has to be fixed package by package." *And according to http://www.mail-archive.com/[EMAIL PROTECTED]/msg16105.html , the fix is to add LDFLAGS="-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" But I can't figure out where to add that in to make it work. I've tried adding it to gar.conf.mk and to the Makefile inside glitz. Neither took. I see the same error in the unstable branch (2.21.91) as well: cc -dynamiclib -o .libs/libglitz-glx.1.0.0.dylib .libs/glitz_glx_drawable.o .libs/glitz_glx_format.o .libs/glitz_glx_info.o .libs/glitz_glx_extension.o .libs/glitz_glx_context.o .libs/glitz_glx_pbuffer.o -L/Users/jackal/garnome/lib /Users/jackal/source/GNOME2-garnome/garnome-2.21.91 /freedesktop/glitz/work/main.d/glitz-0.5.6/src/.libs/libglitz.dylib -L/usr/X11/lib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib -lGL -lpthread -install_name /Users/jackal/garnome/lib/libglitz-glx.1.dylib-Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl, 2.0 ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib collect2: ld returned 1 exit status make[9]: *** [libglitz-glx.la] Error 1 make[8]: *** [all-recursive] Error 1 make[7]: *** [all-recursive] Error 1 make[6]: *** [all] Error 2 make[5]: *** [build-work/main.d/glitz-0.5.6/Makefile] Error 2 make[4]: *** [../../freedesktop/glitz/cookies/main.d/install] Error 2 make[3]: *** [../../freedesktop/cairo/cookies/main.d/install] Error 2 make[2]: *** [../../platform/gtk+/cookies/main.d/install] Error 2 make[1]: *** [../../bindings/pygtk/cookies/main.d/install] Error 2 make: *** [paranoid-install] Error 2 Any help? -- system details -- OS = MacOSX 10.5.2 Macintosh:~ jackal$ which make /opt/local/bin/make Macintosh:~ jackal$ make -v GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i386-apple-darwin9.1.0 Macintosh:~ jackal$ which gcc /usr/bin/gcc Macintosh:~ jackal$ gcc -v Using built-in specs. Target: i686-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5465) Macintosh:~ jackal$ uname -a Darwin Macintosh.local 9.2.0 Darwin Kernel Version 9.2.0: Tue Feb 5 16:13:22 PST 2008; root:xnu-1228.3.13~1/RELEASE_I386 i386
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
