> On Dec 29, 2014, at 5:01 PM, John Ralls <[email protected]> wrote: > > Didn’t build webkit2gtk3, though. Didn’t even start, because WebKitGtk seems > to have dumped autotools in favor of cmake. That was a git build. I’ll try a > stable version next.
Stable fails with -arch i386: > ld: warning: ignoring file > Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o, > file was built for unsupported file format ( 0xCF 0xFA 0xED 0xFE 0x07 0x00 > 0x00 0x01 0x03 0x00 0x00 0x00 0x01 0x00 0x00 0x00 ) which is not the > architecture being linked (i386): > Source/JavaScriptCore/llint/Programs_LLIntOffsetsExtractor-LLIntOffsetsExtractor.o > ld: warning: ignoring file ./.libs/libWTF.a, file was built for archive which > is not the architecture being linked (i386): ./.libs/libWTF.a > Undefined symbols for architecture i386: > "_main", referenced from: > implicit entry/start for main executable > ld: symbol(s) not found for architecture i386 > clang: error: linker command failed with exit code 1 (use -v to see > invocation) I guess configure ignores the passed-in C.*FLAGS and deduces its own. Rude, but fixable. Regards, John Ralls _______________________________________________ Gtk-osx-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list
