Jump to content

Nvtt Build Fails


joed
 Share

Recommended Posts

since i updated to ubuntu 11.04 update-workspaces.sh fails<br /><br />i attached the output of the terminal<br /><br />greetings joe

edit: didn't work so i post it here:

Updating bundled third-party dependencies...

bash -c 'mkdir -p output/{debug,release,test}/{FCollada/{FCDocument,FMath,FUtils,FColladaTest/{FCTestAssetManagement,FCTestExportImport,FCTestXRef}},FColladaPlugins/FArchiveXML}'

cp output/libFColladaSD.a ../lib/libFColladaSD.a

cp output/libFColladaSR.a ../lib/libFColladaSR.a

SpiderMonkey is already up to date

Building NVTT...

-- Setting optimal options

-- Processor: x86_64

-- Compiler Flags: -march=athlon64

-- Looking for OpenGL - found

-- Looking for GLUT - not found

-- Looking for DirectX - not found

-- Looking for GLEW - not found

-- Looking for Cg - found

-- Looking for CUDA - not found

-- Looking for Maya - not found

-- Looking for JPEG - found

-- Looking for PNG - found

-- Looking for TIFF - found

-- Looking for OpenEXR - not found

-- Use thread library: -lpthread

-- Configuring done

-- Generating done

-- Build files have been written to: /home/~/spiele/0ad/libraries/nvtt/src/build

[ 13%] Built target squish

[ 30%] Built target nvcore

[ 32%] Built target posh

[ 46%] Built target nvmath

make[3]: *** Keine Regel vorhanden, um das Target »/usr/lib/libpng.so«,

benötigt von »src/nvimage/libnvimage.so«, zu erstellen. Schluss.

make[2]: *** [src/nvimage/CMakeFiles/nvimage.dir/all] Fehler 2

make[1]: *** [src/nvtt/CMakeFiles/nvtt.dir/rule] Fehler 2

make: *** [nvtt] Fehler 2

ERROR: NVTT build failed

Edited by joed
Link to comment
Share on other sites

Try this (or something along these lines):

apt-get install libpng-dev

If other errors like this pop up, you may need to go through the install guide again, make sure you have all the games dependencies installed.

Link to comment
Share on other sites

since i updated to ubuntu 11.04 update-workspaces.sh fails<br /><br />i attached the output of the terminal<br /><br />greetings joe

edit: didn't work so i post it here:

Updating bundled third-party dependencies...

bash -c 'mkdir -p output/{debug,release,test}/{FCollada/{FCDocument,FMath,FUtils,FColladaTest/{FCTestAssetManagement,FCTestExportImport,FCTestXRef}},FColladaPlugins/FArchiveXML}'

cp output/libFColladaSD.a ../lib/libFColladaSD.a

cp output/libFColladaSR.a ../lib/libFColladaSR.a

SpiderMonkey is already up to date

Building NVTT...

-- Setting optimal options

-- Processor: x86_64

-- Compiler Flags: -march=athlon64

-- Looking for OpenGL - found

-- Looking for GLUT - not found

-- Looking for DirectX - not found

-- Looking for GLEW - not found

-- Looking for Cg - found

-- Looking for CUDA - not found

-- Looking for Maya - not found

-- Looking for JPEG - found

-- Looking for PNG - found

-- Looking for TIFF - found

-- Looking for OpenEXR - not found

-- Use thread library: -lpthread

-- Configuring done

-- Generating done

-- Build files have been written to: /home/~/spiele/0ad/libraries/nvtt/src/build

[ 13%] Built target squish

[ 30%] Built target nvcore

[ 32%] Built target posh

[ 46%] Built target nvmath

make[3]: *** Keine Regel vorhanden, um das Target »/usr/lib/libpng.so«,

benötigt von »src/nvimage/libnvimage.so«, zu erstellen. Schluss.

make[2]: *** [src/nvimage/CMakeFiles/nvimage.dir/all] Fehler 2

make[1]: *** [src/nvtt/CMakeFiles/nvtt.dir/rule] Fehler 2

make: *** [nvtt] Fehler 2

ERROR: NVTT build failed

Try with:

cd build/workspaces
./clean-workspaces.sh
./update-workspaces.sh

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...