07-22-2012 12:56 AM
Hi, valkeakolski
Can you try open Terminal app, type a following commands,
cd /Applications/bbndk
ln -s target_10_0_6_384/ target
so, libQtXml.4.dylib become the path of the correct entity.
and Compile work fine.
thanks
07-22-2012 01:28 AM - edited 07-22-2012 01:29 AM
Hi nod_jp,
thanks for your answer. so I just type the commands, and the answer is:
ln: target: File exists
after that I try to build project again, and the same problem still occurs.
**** Build of configuration Device-Debug for project photobomber ****
make Device-Debug
/Applications/bbndk/host_10_0_6_1/darwin/x86/usr/b
WARNING: Failure to find: ../src/*.hpp
WARNING: Failure to find: ../src/*.hpp
/Applications/bbndk/host_10_0_6_1/darwin/x86/usr/b
WARNING: Failure to find: ../src/*.hpp
WARNING: Failure to find: ../src/*.hpp
make -C ./translations -f Makefile update release
make[1]: Entering directory `/Users/user/Documents/workspace/ndk/Cascades-Samp
dyld: Library not loaded: libQtXml.4.dylib
/Applications/bbndk/host_10_0_6_1/darwin/x86/usr/b
Referenced from: /Applications/bbndk/host_10_0_6_1/darwin/x86/usr/b
Reason: image not found
make[1]: Leaving directory `/Users/user/Documents/workspace/ndk/Cascades-Samp
make[1]: *** [update] Trace/BPT trap: 5
make: *** [Makefile] Error 2
**** Build Finished ****
but if I erase some lines on makefile and photobomber.pro that refers to translations folder, error messages dissapear
**** Build of configuration Default for project photobomber ****
make Device-Debug
/Applications/bbndk/host_10_0_6_1/darwin/x86/usr/b
WARNING: Failure to find: ../src/*.hpp
WARNING: Failure to find: ../src/*.hpp
/Applications/bbndk/host_10_0_6_1/darwin/x86/usr/b
WARNING: Failure to find: ../src/*.hpp
WARNING: Failure to find: ../src/*.hpp
make -C ./arm -f Makefile debug
make[1]: Entering directory `/Users/user/Documents/workspace/ndk/Cascades-Samp
make -f Makefile.Debug
make[2]: Entering directory `/Users/user/Documents/workspace/ndk/Cascades-Samples/photobomber/arm'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/Users/user/Documents/workspace/ndk/Cascades-Samples/photobomber/arm'
make[1]: Leaving directory `/Users/user/Documents/workspace/ndk/Cascades-Samples/photobomber/arm'
**** Build Finished ****
any thoughts?
07-24-2012 10:59 AM
Can you make sure you are starting clean? Navigate to your Applications/bbnkd folder, and type the following (to remove the alias):
rm target
Then create it again as advised by nod_jp (again in /Applications/bbndk, make sure you copy that exact line, with proper spaces):
ln -s target_10_0_6_384/ target
And try again.
A bug request as haready been created to fix this issue:
https://www.blackberry.com/jira/browse/BBTEN-120
Cheers,
Martin
08-01-2012 04:41 AM
08-01-2012 10:01 AM
nice411, glad this worked for you. ![]()
Valkaekolski, are you making any progress?
Martin