pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-Devel] trouble while svn checkout


From: Fred Maranhão
Subject: [Pingus-Devel] trouble while svn checkout
Date: Sat, 17 Oct 2009 12:09:05 -0300

Hi,

I'm trying to checkout pingus and there is a problem with a part of the code:

~/pingus$ svn update

Fetching external item into 'external/tinygettext'
svn: OPTIONS of 'http://tinygettext.googlecode.com/svn/trunk/src':
could not connect to server (http://tinygettext.googlecode.com)

If I ignore that message and try to build with scons, an error occur:

$ scons
scons: Reading SConscript files ...
Checking for C++ library boost_signals... yes
Checking for C++ library png... yes
Checking for sdl-config...(cached) /usr/bin/sdl-config
Checking for SDL_image...ok
Checking for SDL_mixer...ok
Checking for C++ library iconv... no
Check how to call iconv...use ''
Reports:
  * OpenGL support: enabled
  * Linux USB mouse support: enabled
  * Linux evdev support: ok
  * Wiimote support: disabled
  * XInput support: disabled

Configuration written to config.h and config.py
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/action_holder.o -c -D_GNU_SOURCE=1 -D_REENTRANT -I. -Isrc
-Iexternal -I/usr/include/SDL -I. -Isrc src/action_holder.cpp
g++ -o src/addon_menu.o -c -D_GNU_SOURCE=1 -D_REENTRANT -I. -Isrc
-Iexternal -I/usr/include/SDL -I. -Isrc src/addon_menu.cpp
In file included from src/addon_menu.cpp:22:
src/option_menu.hpp:28:36: error: tinygettext/language.hpp: No such
file or directory
In file included from src/addon_menu.cpp:22:
src/option_menu.hpp:71: error: 'tinygettext' was not declared in this scope
src/option_menu.hpp:71: error: template argument 2 is invalid
src/option_menu.hpp:71: error: template argument 4 is invalid
scons: *** [src/addon_menu.o] Error 1
scons: building terminated because of errors.



How can I solve this?

Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]