Re: [GARNOME] Building bootstrap/gamin as a dependency fails (issue calling libtool?)



Robert,

Gamin uses a GNU-linker specific directive

[from libgamin/Makefile: gamin -0.1.7]

libgamin_1_la_LDFLAGS = -Wl,--version-script=$(srcdir)/gamin_sym.version \
                        -version-info 1:7:1 -lpthread


Here is a description of what is going on...

[from 'info ld' ]
`--version-script=VERSION-SCRIPTFILE'
     Specify the name of a version script to the linker.  This is
     typically used when creating shared libraries to specify
     additional information about the version hierarchy for the library
     being created.  This option is only meaningful on ELF platforms
     which support shared libraries.  *Note VERSION::.


You are about to learn more about the OSX linker than you ever wanted to
know [:-)]. You will need to hack the libgamin_1_la_LDFLAGS line into
something that the OS-X linker will accept. You may also need to hack
the contents of gamin_sym.version.

If you "hit a wall", you can configure ./platform/gnome-vfs to build
without FAM [gamin support].


-Joseph

==============================================================================

On Thu, 2006-11-23 at 06:51 +0900, Robert Smith wrote:
> Attempting to build gamin from garnome-2.16.1.1 on OS X 10.4.8 (Intel Mac) produces the following error:
> 
> 
>  ==> Building bootstrap/gamin as a dependency
> [===== NOW BUILDING:    gamin-0.1.7     =====]
> install -d cookies/main.d
> install -d download
> install -d download/partial
>  ==> Grabbing download/gamin-0.1.7.tar.gz
>         ==> Trying file//files/gamin-0.1.7.tar.gz
> make[7]: *** [file//files/gamin-0.1.7.tar.gz] Error 1
>         ==> Trying file///gamin-0.1.7.tar.gz
> make[7]: *** [file///gamin-0.1.7.tar.gz] Error 1
>         ==> Trying
> http//www.gnome.org/~veillard/gamin/sources/gamin-0.1.7.tar.gz
> --06:26:57-- 
> http://www.gnome.org/~veillard/gamin/sources/gamin-0.1.7.tar.gz
>            => `download/partial/gamin-0.1.7.tar.gz'
> Resolving www.gnome.org... 209.132.176.176
> Connecting to www.gnome.org|209.132.176.176|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 542,061 (529K) [application/x-gzip]
> 
> 100%[================================================================================================>]
> 542,061      121.31K/s    ETA 00:00
> 
> 06:27:04 (118.01 KB/s) - `download/partial/gamin-0.1.7.tar.gz' saved
> [542061/542061]
> 
>  ==> Grabbing download/python-path-fixes.diff
>         ==> Trying file//files/python-path-fixes.diff
>  ==> Grabbing download/gamin-dont-close-fd-351633.patch
>         ==> Trying file//files/gamin-dont-close-fd-351633.patch
>         [fetch] complete for gamin.
>  ==> Running checksum on gamin-0.1.7.tar.gz
> 1a1991ffa749b7dc2cc0573d6a2867b8  download/gamin-0.1.7.tar.gz
> file gamin-0.1.7.tar.gz passes checksum test!
>  ==> Running checksum on python-path-fixes.diff
> 19ff10882346340ed12244d3cc5ab96d  download/python-path-fixes.diff
> file python-path-fixes.diff passes checksum test!
>  ==> Running checksum on gamin-dont-close-fd-351633.patch
> 2bfb638067c0cddf0a60244d27dae267  download/gamin-dont-close-fd-351633.patch
> file gamin-dont-close-fd-351633.patch passes checksum test!
>         [checksum] complete for gamin.
> install -d work/main.d
>  ==> Extracting download/gamin-0.1.7.tar.gz
>         [extract] complete for gamin.
>  ==> Applying patch download/python-path-fixes.diff
> patching file configure.in
>  ==> Applying patch download/gamin-dont-close-fd-351633.patch
> patching file libgamin/gam_api.c
>         [patch] complete for gamin.
>         [fixup] complete for gamin.
> acinclude.m4:4: warning: underquoted definition of AC_STRUCT_ST_MTIM_NSEC
>   run info '(automake)Extending aclocal'
>   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>  ==> Running configure in work/main.d/gamin-0.1.7
> checking build system type... i686-apple-darwin8.8.1
> checking host system type... i686-apple-darwin8.8.1
> checking target system type... i686-apple-darwin8.8.1
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether make sets $(MAKE)... yes
> checking for style of include used by make... GNU
> checking for gcc... cc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ANSI C... none needed
> checking dependency style of cc... gcc3
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for egrep... grep -E
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -p
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking how to run the C preprocessor... cc -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking dependency style of g++... gcc3
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for gfortran... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether  accepts -g... no
> checking the maximum length of command line arguments... 196608
> checking command to parse /usr/bin/nm -p output from cc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... ranlib
> checking for strip... strip
> checking if cc supports -fno-rtti -fno-exceptions... no
> checking for cc option to produce PIC... -fno-common
> checking if cc PIC flag -fno-common works... yes
> checking if cc static flag -static works... no
> checking if cc supports -c -o file.o... yes
> checking whether the cc linker (/usr/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin8.8.1 dyld
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... no
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries... yes
> checking for g++ option to produce PIC... -fno-common
> checking if g++ PIC flag -fno-common works... yes
> checking if g++ static flag -static works... no
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... darwin8.8.1 dyld
> checking how to hardcode library paths into programs... immediate
> appending configuration tag "F77" to libtool
> checking for library containing strerror... none required
> checking for gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ANSI C... (cached) none needed
> checking dependency style of cc... (cached) gcc3
> checking for gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ANSI C... (cached) none needed
> checking dependency style of cc... (cached) gcc3
> checking for ANSI C header files... (cached) yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether make sets $(MAKE)... (cached) yes
> checking gtk-doc version >= 1.0... yes
> checking for usleep... yes
> checking for setsid... yes
> checking for setenv... yes
> checking for putenv... yes
> checking for getlogin_r... yes
> checking for nanoseconds field of struct stat.st_mtim... no
> checking for pkg-config... /opt/garnome/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for DAEMON... yes
> checking for LIBGAMIN... yes
> checking for TEST... yes
> checking for kevent... yes
> checking sys/event.h usability... yes
> checking sys/event.h presence... yes
> checking for sys/event.h... yes
> Enabling multithreaded support
> checking pthread.h usability... yes
> checking pthread.h presence... yes
> checking for pthread.h... yes
> checking for pthread_mutexattr_settype in -lpthread... yes
> checking for ISO C99 varargs macros in C... yes
> checking for GNUC varargs macros... yes
> checking for struct cmsgcred... no
> checking abstract socket namespace... no
> Found python in environment PYTHON=/opt/garnome/bin/python
> Found Python version 2.5
> checking for more compiler warnings... yes
> checking whether gcc understands -Wno-sign-compare... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating lib/Makefile
> config.status: creating libgamin/Makefile
> config.status: creating server/Makefile
> config.status: creating tests/Makefile
> config.status: creating python/Makefile
> config.status: creating python/tests/Makefile
> config.status: creating doc/Makefile
> config.status: creating gamin.pc
> config.status: creating gamin.spec
> config.status: creating config.h
> config.status: executing depfiles commands
> 
> gamin-0.1.7:
> 
>         prefix:                   /opt/garnome
>         source code location:     .
>         compiler:                 cc
>         compiler flags:            -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2
> 
>         backends:                 polling, kqueue
>         build documentation:      no
>         debug support:            no
> 
>         [configure] complete for gamin.
>  ==> Running make in work/main.d/gamin-0.1.7
> cd . && /bin/sh
> /usr/src/garnome-2.16.1.1/bootstrap/gamin/work/main.d/gamin-0.1.7/missing
> --run autoheader
> rm -f stamp-h1
> touch config.h.in
> cd . && /bin/sh ./config.status config.h
> config.status: creating config.h
> config.status: config.h is unchanged
> make  all-recursive
> Making all in lib
> if cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../lib  
> -I/opt/garnome/include  -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_event.o -MD -MP -MF ".deps/gam_event.Tpo" -c -o gam_event.o
> gam_event.c; \
> then mv -f ".deps/gam_event.Tpo" ".deps/gam_event.Po"; else rm -f
> ".deps/gam_event.Tpo"; exit 1; fi
> if cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I../lib  
> -I/opt/garnome/include  -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_error.o -MD -MP -MF ".deps/gam_error.Tpo" -c -o gam_error.o
> gam_error.c; \
> then mv -f ".deps/gam_error.Tpo" ".deps/gam_error.Po"; else rm -f
> ".deps/gam_error.Tpo"; exit 1; fi
> gam_error.c:77: warning: no previous prototype for 'gam_error_init'
> gam_error.c:108: warning: no previous prototype for 'gam_error_check'
> gam_error.c:168: warning: no previous prototype for 'gam_debug'
> rm -f libgamin_shared.a
> ar cru libgamin_shared.a gam_event.o gam_error.o
> ranlib libgamin_shared.a
> Making all in libgamin
> if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
> -I..  -I.. -I../lib -DBINDIR=\""/opt/garnome/libexec"\"
> -DBUILDDIR=\"".."\"   -I/opt/garnome/include  -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2 -MT gam_api.lo -MD -MP -MF
> ".deps/gam_api.Tpo" -c -o gam_api.lo gam_api.c; \
> then mv -f ".deps/gam_api.Tpo" ".deps/gam_api.Plo"; else rm -f
> ".deps/gam_api.Tpo"; exit 1; fi
> mkdir .libs
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib
> -DBINDIR=\"/opt/garnome/libexec\" -DBUILDDIR=\"..\"
> -I/opt/garnome/include -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_api.lo -MD -MP -MF .deps/gam_api.Tpo -c gam_api.c 
> -fno-common -DPIC -o .libs/gam_api.o
> gam_api.c: In function 'gamin_get_user_name':
> gam_api.c:116: warning: implicit declaration of function 'strncpy'
> gam_api.c:116: warning: incompatible implicit declaration of built-in
> function 'strncpy'
> gam_api.c: In function 'gamin_get_socket_path':
> gam_api.c:157: warning: implicit declaration of function 'strdup'
> gam_api.c:157: warning: incompatible implicit declaration of built-in
> function 'strdup'
> gam_api.c: In function 'gamin_get_socket_dir':
> gam_api.c:184: warning: incompatible implicit declaration of built-in
> function 'strdup'
> gam_api.c: In function 'gamin_connect_unix_socket':
> gam_api.c:359: warning: implicit declaration of function 'memset'
> gam_api.c:359: warning: incompatible implicit declaration of built-in
> function 'memset'
> gam_api.c:373: warning: incompatible implicit declaration of built-in
> function 'strncpy'
> gam_api.c: In function 'gamin_send_request':
> gam_api.c:584: warning: implicit declaration of function 'strlen'
> gam_api.c:584: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c:596: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c:620: warning: implicit declaration of function 'memcpy'
> gam_api.c:620: warning: incompatible implicit declaration of built-in
> function 'memcpy'
> gam_api.c: In function 'gamin_check_cred':
> gam_api.c:673: warning: incompatible implicit declaration of built-in
> function 'memset'
> gam_api.c:647: warning: unused variable 'c_gid'
> gam_api.c:645: warning: unused variable 'c_pid'
> gam_api.c: In function 'gamin_resend_request':
> gam_api.c:837: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c:849: warning: incompatible implicit declaration of built-in
> function 'memcpy'
> gam_api.c: In function 'FAMOpen':
> gam_api.c:955: warning: implicit declaration of function 'gam_error_init'
> gam_api.c:955: warning: nested extern declaration of 'gam_error_init'
> gam_api.c: In function 'FAMMonitorDirectory':
> gam_api.c:1075: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c: In function 'FAMMonitorDirectory2':
> gam_api.c:1117: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c: In function 'FAMMonitorFile':
> gam_api.c:1159: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c: In function 'FAMMonitorFile2':
> gam_api.c:1199: warning: incompatible implicit declaration of built-in
> function 'strlen'
> gam_api.c: At top level:
> gam_api.c:41: warning: 'FAMError' defined but not used
> gam_api.c:61: warning: 'gamin_dump_event' defined but not used
> if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
> -I..  -I.. -I../lib -DBINDIR=\""/opt/garnome/libexec"\"
> -DBUILDDIR=\"".."\"   -I/opt/garnome/include  -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2 -MT gam_data.lo -MD -MP -MF
> ".deps/gam_data.Tpo" -c -o gam_data.lo gam_data.c; \
> then mv -f ".deps/gam_data.Tpo" ".deps/gam_data.Plo"; else rm -f
> ".deps/gam_data.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib
> -DBINDIR=\"/opt/garnome/libexec\" -DBUILDDIR=\"..\"
> -I/opt/garnome/include -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_data.lo -MD -MP -MF .deps/gam_data.Tpo -c gam_data.c 
> -fno-common -DPIC -o .libs/gam_data.o
> if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
> -I..  -I.. -I../lib -DBINDIR=\""/opt/garnome/libexec"\"
> -DBUILDDIR=\"".."\"   -I/opt/garnome/include  -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2 -MT gam_fork.lo -MD -MP -MF
> ".deps/gam_fork.Tpo" -c -o gam_fork.lo gam_fork.c; \
> then mv -f ".deps/gam_fork.Tpo" ".deps/gam_fork.Plo"; else rm -f
> ".deps/gam_fork.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib
> -DBINDIR=\"/opt/garnome/libexec\" -DBUILDDIR=\"..\"
> -I/opt/garnome/include -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_fork.lo -MD -MP -MF .deps/gam_fork.Tpo -c gam_fork.c 
> -fno-common -DPIC -o .libs/gam_fork.o
> if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
> -I..  -I.. -I../lib -DBINDIR=\""/opt/garnome/libexec"\"
> -DBUILDDIR=\"".."\"   -I/opt/garnome/include  -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2 -MT gam_error.lo -MD -MP -MF
> ".deps/gam_error.Tpo" -c -o gam_error.lo gam_error.c; \
> then mv -f ".deps/gam_error.Tpo" ".deps/gam_error.Plo"; else rm -f
> ".deps/gam_error.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib
> -DBINDIR=\"/opt/garnome/libexec\" -DBUILDDIR=\"..\"
> -I/opt/garnome/include -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_error.lo -MD -MP -MF .deps/gam_error.Tpo -c gam_error.c 
> -fno-common -DPIC -o .libs/gam_error.o
> gam_error.c:77: warning: no previous prototype for 'gam_error_init'
> gam_error.c:108: warning: no previous prototype for 'gam_error_check'
> gam_error.c:168: warning: no previous prototype for 'gam_debug'
> if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.
> -I..  -I.. -I../lib -DBINDIR=\""/opt/garnome/libexec"\"
> -DBUILDDIR=\"".."\"   -I/opt/garnome/include  -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2 -MT gam_event.lo -MD -MP -MF
> ".deps/gam_event.Tpo" -c -o gam_event.lo gam_event.c; \
> then mv -f ".deps/gam_event.Tpo" ".deps/gam_event.Plo"; else rm -f
> ".deps/gam_event.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib
> -DBINDIR=\"/opt/garnome/libexec\" -DBUILDDIR=\"..\"
> -I/opt/garnome/include -Wall -Wchar-subscripts -Wmissing-declarations
> -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wno-sign-compare
> -O2 -MT gam_event.lo -MD -MP -MF .deps/gam_event.Tpo -c gam_event.c 
> -fno-common -DPIC -o .libs/gam_event.o
> /bin/sh ../libtool --tag=CC --mode=link cc  -Wall -Wchar-subscripts
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs
> -Wsign-compare -Wno-sign-compare -O2  -framework CoreServices
> -Wl,-dynamic -L/opt/garnome/lib -Wl,-dynamic -L/opt/garnome/lib
> -Wl,-dynamic -L/opt/garnome/lib -Wl,-dynamic -L/opt/garnome/lib
> -Wl,-dynamic -L/opt/garnome/lib -Wl,-dynamic -L/opt/garnome/lib -o
> libgamin-1.la -rpath /opt/garnome/lib
> -Wl,--version-script=./gamin_sym.version -version-info 1:7:1 -lpthread
> gam_api.lo gam_data.lo gam_fork.lo gam_error.lo gam_event.lo  
> cc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o
> .libs/libgamin-1.0.1.7.dylib  .libs/gam_api.o .libs/gam_data.o
> .libs/gam_fork.o .libs/gam_error.o .libs/gam_event.o  -L/opt/garnome/lib
> -lpthread  -Wl,-dynamic -Wl,-dynamic -Wl,-dynamic -Wl,-dynamic
> -Wl,-dynamic -Wl,-dynamic -Wl,--version-script=./gamin_sym.version
> -install_name  /opt/garnome/lib/libgamin-1.0.dylib
> -compatibility_version 2 -current_version 2.7
> /usr/bin/libtool: unknown option character `-' in:
> --version-script=./gamin_sym.version
> Usage: /usr/bin/libtool -static [-] file [...] [-filelist
> listfile[,dirname]] [-arch_only arch] [-sacLT]
> Usage: /usr/bin/libtool -dynamic [-] file [...] [-filelist
> listfile[,dirname]] [-arch_only arch] [-o output] [-install_name name]
> [-compatibility_version #] [-current_version #] [-seg1addr 0x#]
> [-segs_read_only_addr 0x#] [-segs_read_write_addr 0x#] [-seg_addr_table
> <filename>] [-seg_addr_table_filename <file_system_path>] [-all_load]
> [-noall_load]
> make[9]: *** [libgamin-1.la] Error 1
> make[8]: *** [all-recursive] Error 1
> make[7]: *** [all] Error 2
> make[6]: *** [build-work/main.d/gamin-0.1.7/Makefile] Error 2
> make[5]: *** [../../bootstrap/gamin/cookies/main.d/install] Error 2
> make[4]: *** [../../platform/gnome-vfs/cookies/main.d/install] Error 2
> make[3]: *** [../../platform/libgnome/cookies/main.d/install] Error 2
> make[2]: *** [../../platform/libbonoboui/cookies/main.d/install] Error 2
> make[1]: *** [../../platform/libgnomeui/cookies/main.d/install] Error 2
> make: *** [paranoid-install] Error 2
> gamer tightanime:/usr/src/garnome-2.16.1.1/desktop$
> 
> 
> Anyone have any ideas?
> 
> -Robert
-- 
joseph_sacco [at] comcast [dot] net




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]