Search found 8 matches

by lamahk
Thu Nov 24, 2011 1:00 pm
Forum: Development
Topic: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit
Replies: 5
Views: 2079

Re: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit

tried with Xcode 4.2 on Lion 10.7.2 to compile 32 bit and have the same problem

Code: Select all

./configure --launch --enable-local-yasm --arch=i386
by lamahk
Sat Nov 19, 2011 4:46 am
Forum: Development
Topic: fail to compile with Xcode 4.2 mac os x 10.7.2
Replies: 12
Views: 4279

Re: fail to compile with Xcode 4.2 mac os x 10.7.2

It also works with Xcode 4.2.1 just release for 10.7.2
by lamahk
Sat Nov 19, 2011 12:38 am
Forum: Development
Topic: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit
Replies: 5
Views: 2079

Re: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit

in my mac 2006 core duo (which did not support upgrade to lion) ./configure --launch --enable-local-yasm --launch-jobs=0 and then ./configure --launch --enable-local-yasm --launch-jobs=1 --force (guessing it may due to some parallel compilation in the first) In my macmini 2011 with lion I use ./conf...
by lamahk
Sat Nov 19, 2011 12:33 am
Forum: Development
Topic: disable examples in libdvdnav
Replies: 0
Views: 958

disable examples in libdvdnav

I want to statically linked libdvdcss in the build. but libdvdnav example will call dvdread-config to include -ldvdread. This means I have to patch libdvdread to modify dvdread-config to include -ldvdcss and other library like -lIOKit.... in order to build the examples that bundle with libdvdnav. Bu...
by lamahk
Sat Nov 19, 2011 12:10 am
Forum: Development
Topic: fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit
Replies: 5
Views: 2079

fail to compile with Xcode 4.2 on SL 10.6.8 - 32 bit

I hit another problem which seem to be 32 bit only. It works fine with Xcode 4.2 on Lion 10.7.2 which is 64 bit https://forum.handbrake.fr/viewtopic.php?f=4&t=22374 . Google search http://llvm.org/bugs/show_bug.cgi?id=8362 : libavcodec/h264.c: In function ‘fill_filter_caches_inter’: : libavcodec...
by lamahk
Thu Nov 17, 2011 1:11 pm
Forum: Development
Topic: fail to compile with Xcode 4.2 mac os x 10.7.2
Replies: 12
Views: 4279

Re: fail to compile with Xcode 4.2 mac os x 10.7.2

it now works with trunk@4353. thanks
by lamahk
Mon Oct 17, 2011 2:07 pm
Forum: Development
Topic: fail to compile with Xcode 4.2 mac os x 10.7.2
Replies: 12
Views: 4279

Re: fail to compile with Xcode 4.2 mac os x 10.7.2

still have same error after full checkout in new folder gcc --version i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warra...
by lamahk
Sun Oct 16, 2011 12:33 pm
Forum: Development
Topic: fail to compile with Xcode 4.2 mac os x 10.7.2
Replies: 12
Views: 4279

fail to compile with Xcode 4.2 mac os x 10.7.2

Please help: I was able to compile with Xcode 4.1 with mac os x 10.7.1 from source checkout from trunk@4270 but I failed to after upgrading Xcode to 4.2 and mac os x 10.7.2 ** BUILD FAILED ** The following build commands failed: ExternalBuildToolExecution external (1 failure) make: *** [macosx.build...