psychosynth-devel
[Top][All Lists]
Advanced

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

[psynth-devel] error: 'psynth::graph::node' has not been declared


From: Dominique Michel
Subject: [psynth-devel] error: 'psynth::graph::node' has not been declared
Date: Sat, 18 Aug 2012 11:15:55 +0200

Hi all,

I made 2 ebuilds for the gentoo pro-audio overlay. The first one for
psychosynth-0.3.0 is working fine, but with the live ebuild that
install the last code from the bzr repo, I get the following error:

x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -Wall
-I/usr/include    -I/usr/include/OGRE   -I/usr/include/CEGUI   
-I/usr/include/OGRE -I/usr/include/CEGUI   -I/usr/include/OIS   
-I/usr/include/libxml2     -march=native -O2 -pipe -ggdb -std=c++0x  -DNDEBUG 
-c -o gui3d/psynth3d-elem_second_component.o `test -f 
'gui3d/elem_second_component.cpp' || echo './'`gui3d/elem_second_component.cpp
gui3d/element.cpp: In constructor
'element::element(psynth::world_node&, Ogre::SceneManager*)':
gui3d/element.cpp:70:35: error: 'psynth::graph::node' has not been
declared
gui3d/element.cpp: In member function 'void element::set_target(const
psynth::world_node&)':
gui3d/element.cpp:114:37: error: 'psynth::graph::node' has not been
declared
gui3d/element.cpp: In member function 'void element::set_position(const
Ogre::Vector2&)':
gui3d/element.cpp:138:37: error: 'psynth::graph::node' has not been
declared
gui3d/element.cpp: In member function 'virtual void
element::handle_set_param_node(psynth::world_node&, int)':
gui3d/element.cpp:317:25: error: 'psynth::graph::node' has not been
declared
gui3d/element.cpp:326:25: error: 'psynth::graph::node' has not been
declared
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -Wall
-I/usr/include    -I/usr/include/OGRE   -I/usr/include/CEGUI   
-I/usr/include/OGRE -I/usr/include/CEGUI   -I/usr/include/OIS   
-I/usr/include/libxml2     -march=native -O2 -pipe -ggdb -std=c++0x  -DNDEBUG 
-c -o gui3d/psynth3d-elem_toggler_component.o `test -f 
'gui3d/elem_toggler_component.cpp' || echo './'`gui3d/elem_toggler_component.cpp
make[3]: *** [gui3d/psynth3d-element.o] Error 1

During configure, I get: 

checking for boostlib >= 1.42... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem-1_49... yes
checking whether the Boost::Signals library is available... yes
checking for exit in -lboost_signals-1_49... yes
...
       Unit tests support: ...... no
           > No Boost.UTF >= 1.42

I don't know if it is related to the compilation error.

Dominique

-- 
"We have the heroes we deserve."



reply via email to

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