On Wed, Dec 31, 2014 at 8:06 AM, John Ralls <[email protected]> wrote: > > On Tue, Dec 30, 2014 at 11:41 AM, John Ralls <[email protected]> wrote: > >> >> > 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. > > > Which version are you building? If it's a cmake version, apparently you > have to specify them at cmake time, not as makeargs. > > > Sorry, by stable I meant 1.10. >
What arguments does "make V=1" show? Could be the -arch argument is getting overridden later on the command line. Regards, -- Philip
_______________________________________________ Gtk-osx-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtk-osx-devel-list
