Guy Lauquin wrote:
Fink version 0.24.11
distribution 0.7.2.rsync
Mac OSX 10.3.9
xcode 2.1

Interesting. Does Xcode-2.1 now exist for MacOSX 10.3?

here is the error message after compilation failure of gtk+2-2.6.10-1:

/./stock_colorselector_24.png stock_color_picker_25 ./stock_color_picker_25.png > gtkstockpixbufs.h || \
           ( rm -f gtkstockpixbufs.h && false )
make[4]: *** [gtkstockpixbufs.h] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of ulimit failed, exit code 2
Removing build lock...
/sw/bin/dpkg-lockwait -r fink-buildlock-gtk+2-2.6.10-1
(Reading database ... 84024 files and directories currently installed.)
Removing fink-buildlock-gtk+2-2.6.10-1 ...
Failed: phase compiling: gtk+2-2.6.10-1 failed

One would need to see the whole error message, starting from the beginning of the last command. Then you could look why that command failed, for example in a crashlog associated with the name of the executable, gdk-pixbuf-csource or something similar.


conftest.c:2: error: parse error before "me"
configure:2935: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif

configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.10"
| #define PACKAGE_STRING "gtk+ 2.6.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B";
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>

configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "gtk+"
| #define PACKAGE_TARNAME "gtk+"
| #define PACKAGE_VERSION "2.6.10"
| #define PACKAGE_STRING "gtk+ 2.6.10"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk%2B";
| #define GETTEXT_PACKAGE "gtk20"
| /* end confdefs.h.  *//
/| #include <ac_nonexistent.h>/

These are two perfectly innocent configure tests that are supposed to fail; it would be an error if they did *not* fail. Nothing to do with your build crash.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to