ubuntu 14.04 - Turbulenz engine install python tools -


i trying turbulenz im having problems installing tools:

cgfx2json , nvtristrip

when in env , run sudo python manage.py tools following error:

creating: /var/www/learningbank_turbulenz/tools/bin/linux64 executing: make make -c cgfx2json/ make[1]: entering directory `/var/www/learningbank_turbulenz/tools/cgfx2json' g++  obj/release/cgfx2json.o  obj/release/jsmin.o  -lcg -lcggl -lgl -lstdc++ -lpthread -o bin/release/cgfx2json /usr/bin/ld: cannot find -lcg /usr/bin/ld: cannot find -lcggl collect2: error: ld returned 1 exit status make[1]: *** [bin/release/cgfx2json] error 1 make[1]: leaving directory `/var/www/learningbank_turbulenz/tools/cgfx2json' make: *** [cgfx2json/] error 2  >> [error]   - command 'make' returned non-zero exit status 2 

please note on ubuntu 14.04 machine


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -