Closed GoogleCodeExporter closed 9 years ago
I have a same issue, could you give some advice ?
Original comment by develop....@gmail.com
on 18 Mar 2011 at 4:14
./build/Debug-iphonesimulator/iDoubs.app/iDoubs normal i386
cd /Users/matt/Documents/curiousminds/idoubs/iPhone/idoubs
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/Users/matt/Documents/curiousminds/idoubs/iPhone/idoubs/build/Debug-iphonesimulator -L../../doubango/thirdparties/iphone/lib/i386 -F/Users/matt/Documents/curiousminds/idoubs/iPhone/idoubs/build/Debug-iphonesimulator -filelist /Users/matt/Documents/curiousminds/idoubs/iPhone/idoubs/./build/iDoubs.build/Debug-iphonesimulator/iDoubs.build/Objects-normal/i386/iDoubs.LinkFileList -mmacosx-version-min=10.6 -framework Foundation -framework UIKit -lopencore-amrnb -lgsm -lavutil -lavcore -lswscale -lavcodec -lx264 -logg -ltheora -ltheoraenc -Xlinker -objc_abi_version -Xlinker 2 -lresolv -framework AddressBook -framework AddressBookUI -framework AudioToolbox -ltinyDAV -ltinyHTTP -ltinyIPSEC -ltinyMEDIA -ltinyMSRP -ltinyNET -ltinyRTP -ltinySAK -ltinySDP -ltinySIGCOMP -ltinySIP -ltinySMS -ltinyXCAP -framework CoreGraphics -framework AVFoundation -framework CoreVideo -framework CoreMedia -lsqlite3.0 -framework CFNetwork -o /Users/matt/Documents/curiousminds/idoubs/iPhone/idoubs/./build/Debug-iphonesimulator/iDoubs.app/iDoubs
ld: library not found for -ltinySAK
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2
failed with exit code 1
Also cannot compile on XCode following the steps above.
Original comment by mattvanv...@gmail.com
on 21 Mar 2011 at 7:28
Original comment by boss...@yahoo.fr
on 23 Mar 2011 at 8:42
RE: comment 2 (mattanv...)
Head into the config for for the tinySAK target, and change the Build Products
Path for Debug to.... './build' (compare it with one of the other libraries, it
should be the same)
Original comment by mattze...@gmail.com
on 29 Apr 2011 at 1:09
Issue 31 has been merged into this issue.
Original comment by boss...@yahoo.fr
on 3 May 2011 at 8:22
Fixed in iDoubs v2.x
Original comment by boss...@yahoo.fr
on 4 Jun 2011 at 2:08
I have just done an svn up (on the trunk) and there were no code changes. Has
these fixes been committed to the svn repo yet? Or do I need to use a different
branch for v2.x (although the wiki says to build 2.x to use the trunk).
Thankyou
Matt
Original comment by mattze...@gmail.com
on 4 Jun 2011 at 2:41
@
No. The wiki doesn't say to use trunk.
To build v2.x you must use "banches/2.0" for both Doubango and iDoubs.
All is explained here: http://code.google.com/p/idoubs/wiki/Building_iDoubs_v2_x
Original comment by boss...@yahoo.fr
on 4 Jun 2011 at 2:44
Original issue reported on code.google.com by
android...@gmail.com
on 4 Mar 2011 at 10:14