monipol wrote: > On 04/11/2009, at 14:59, Robert Wyatt wrote: >> monipol wrote: >>> On 04/11/2009, at 03:48, zooloo wrote: >>>> I have troubles getting pangomm1.4.1-2.24.0-2 compiled with fink >>>> under on >>>> OS X 10.4.11 on i386. fluxbox-menu-editor depends on it. Here are the >>>> most relevant lines at the end of the output: >>>> >>>> make >>>> make all-recursive >>>> Making all in tools >>>> Making all in m4 >>>> make[3]: Nothing to be done for `all'. >>>> Making all in extra_defs_gen >>>> g++ -DHAVE_CONFIG_H -I. -I../.. -I../../pango >>>> -I/sw/lib/fontconfig2/include -I/sw/include/glibmm-2.4 >>>> -I/sw/lib/glibmm-2.4/include -I/sw/include/sigc++-2.0 >>>> -I/sw/lib/sigc++-2.0/include -I/sw/include/glib-2.0 >>>> -I/sw/lib/glib-2.0/include -I/sw/include/cairomm-1.0 -I/sw/include/ >>>> cairo >>>> -I/sw/include/pixman-1 -I/sw/include/freetype2 -I/sw/include >>>> -I/sw/include/libpng12 -I/sw/include/pango-1.0 -I/usr/X11R6/include >>>> -I/usr/X11/include -I/sw/lib/fontconfig2/include -DX_LOCALE >>>> -I/sw/include -Os -pipe -c -o generate_defs_pango.o >>>> generate_defs_pango.cc >>>> /bin/sh ../../libtool --tag=CXX --mode=link g++ -Os -pipe >>>> -L/sw/lib/fontconfig2/lib -L/sw/lib -o generate_extra_defs >>>> generate_defs_pango.o -L/sw/lib -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 >>>> -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 >>>> -lglib-2.0 -lintl -lglibmm_generate_extra_defs-2.4 >>>> mkdir .libs >>>> libtool: link: warning: library `/sw/lib/libsigc-2.0.la' was moved. >>>> libtool: link: warning: library `/sw/lib/libsigc-2.0.la' was moved. >>>> libtool: link: cannot find the library >>>> `/sw/src/fink.build/root-libsigc++2-2.2.4.2-2/sw/lib/libsigc-2.0.la' >>>> or >>>> unhandled argument >>>> `/sw/src/fink.build/root-libsigc++2-2.2.4.2-2/sw/lib/libsigc-2.0.la' >>>> make[3]: *** [generate_extra_defs] Error 1 >>>> make[2]: *** [all-recursive] Error 1 >>>> make[1]: *** [all-recursive] Error 1 >>>> make: *** [all] Error 2 >>>> ### execution of make failed, exit code 2 >>>> Removing runtime build-lock... >>>> Removing build-lock package... >>>> /sw/bin/dpkg-lockwait -r fink-buildlock-pangomm1.4.1-2.24.0-2 >>>> (Reading database ... 48879 files and directories currently >>>> installed.) >>>> Removing fink-buildlock-pangomm1.4.1-2.24.0-2 ... >>>> Failed: phase compiling: pangomm1.4.1-2.24.0-2 failed >>>> >>>> >>>> I am not sure what exactly the wording "was moved" is meant to >>>> indicate. The file /sw/lib/libsigc-2.0.la does exist. >>> >>> >>> It built fine for me on OS 10.5.8, zooloo. I'm not sure what this >>> problem would be. Tell us the output of the following commands, please: >>> >>> ls -la /sw/lib/libsigc-2.0.la >>> cat /sw/lib/libsigc-2.0.la >> >> It also builds for me on 10.5 PPC and on 10.6 64-bit, but I can >> confirm the failure on 10.4 PPC with the same results as the original >> poster. >> >> Meanwhile fluxbox itself fails on 10.6 64-bit. I'll post that >> separately. > > Hey, Robert. Could you please send me the output of > > ls -la /sw/lib/libsigc-2.0.la > cat /sw/lib/libsigc-2.0.la > > on your 10.4 box?
No problem: bash-4.0$ ls -la /sw/lib/libsigc-2.0.la -rwxr-xr-x 1 root admin 993 Nov 4 10:13 /sw/lib/libsigc-2.0.la bash-4.0$ cat /sw/lib/libsigc-2.0.la # libsigc-2.0.la - a libtool library file # Generated by ltmain.sh (GNU libtool) 2.2.6 Debian-2.2.6a-1ubuntu1 # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libsigc-2.0.0.dylib' # Names of this library. library_names='libsigc-2.0.0.dylib libsigc-2.0.dylib' # The name of the static archive. old_library='' # Linker flags that can not go in dependency_libs. inherited_linker_flags=' ' # Libraries that this one depends upon. dependency_libs=' -L/sw/lib' # Names of additional weak libraries provided by this library weak_library_names='' # Version information for libsigc-2.0. current=0 age=0 revision=0 # Is this an already installed library? installed=yes # Should we warn about portability when linking against -modules? shouldnotlink=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/sw/src/fink.build/root-libsigc++2-2.2.4.2-2/sw/lib' bash-4.0$ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
