View Single Post
  #7   (View Single Post)  
Old 16th May 2009
bsdnewbie999 bsdnewbie999 is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

I forgot to install the sdl packages. Now I have it installed but still facing another problem.
Code:
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/tinygettext/iconv.o -c -O2 -Wall -Werror -g -I/usr/local/include/ -I/usr/local/include/libpng/ -L/usr/local/lib/ -pthread -R/usr/X11R6/lib -DENABLE_BINRELOC -D_GNU_SOURCE=1 -D_REENTRANT -DXTHREADS -I. -Isrc -I/usr/local/include -I/usr/local/include/SDL -I/usr/X11R6/include src/tinygettext/iconv.cpp
src/tinygettext/iconv.cpp: In member function `std::string 
   TinyGetText::IConv::convert(std::basic_string<char, std::char_traits<char>, 
   std::allocator<char> >)':
src/tinygettext/iconv.cpp:85: error: invalid conversion from `const char**' to 
   `char**'
scons: *** [src/tinygettext/iconv.o] Error 1
scons: building terminated because of errors.
I double checked, I already install libiconv package this time but I got this error.
Reply With Quote