BruceJawn / animata

Automatically exported from code.google.com/p/animata
GNU General Public License v3.0
0 stars 0 forks source link

Compile failure on Ubuntu 9.10 #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've downloaded the latest version from svn (on 6th April), made sure that
I had libfltk1.1 installed and ran scons but got this compile error

scons: Reading SConscript files ...
Checking for C++ library m... (cached) yes
Checking for C++ library pthread... (cached) yes
Checking for C++ library fltk... (cached) yes
Checking for C++ library X11... (cached) yes
Checking for C++ library GL... (cached) yes
Checking for C++ library GLU... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o build/animataUI.o -c -Wall -Wno-unknown-pragmas -Wno-long-long
-pedantic -pthread -Wno-format -DTIXML_USE_STL -DOSC_HOST_LITTLE_ENDIAN
-DANIMATA_MAJOR_VERSION=0 -DANIMATA_MINOR_VERSION=004 -ggdb2 -O0 -DDEBUG=1
-D_THREAD_SAFE -D_REENTRANT -I/usr/include -Ibuild/libs -Isrc/libs
-Ibuild/libs/tinyxml -Isrc/libs/tinyxml -Ibuild/libs/oscpack
-Isrc/libs/oscpack -I/usr/include/freetype2 src/animataUI.cpp
src/animataUI.cpp: In member function 'Animata::ImageBox*
AnimataUI::loadImage(const char*)':
src/animataUI.cpp:1458: error: invalid conversion from 'const char*' to 'char*'
scons: *** [build/animataUI.o] Error 1
scons: building terminated because of errors

Original issue reported on code.google.com by bv3...@gmail.com on 6 Apr 2010 at 4:12

GoogleCodeExporter commented 8 years ago

Original comment by gabor.p...@gmail.com on 20 Jul 2010 at 12:43