dino-list
[Top][All Lists]
Advanced

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

[Dino-list] compilation error on mandriva cooker


From: incubusss
Subject: [Dino-list] compilation error on mandriva cooker
Date: Sat, 4 Apr 2009 15:38:23 +0200

Hi,

I try to compile dino 0.2 branch from git, and it fails on this error :

libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src 
-I/usr/include/libxml++-2.6 -I/usr/lib64/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/glibmm-2.4 
-I/usr/lib64/glibmm-2.4/include -I/usr/include/sigc++-2.0 
-I/usr/lib64/sigc++-2.0/include -I/usr/include/glib-2.0 
-I/usr/lib64/glib-2.0/include -DNDEBUG -O2 -g -pipe -Wformat 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -MT pattern.lo -MD -MP -MF .deps/pattern.Tpo -c 
pattern.cpp -o pattern.o >/dev/null 2>&1
In file included from track.cpp:30:
track.hpp:197: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:197: error: expected ';' before '<' token
track.hpp:198: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:198: error: expected ';' before '<' token
track.hpp:199: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:199: error: expected ';' before '<' token
track.hpp:200: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:200: error: expected ';' before '<' token
track.hpp:201: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:201: error: expected ';' before '<' token
track.hpp:202: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:202: error: expected ';' before '<' token
track.hpp:203: error: ISO C++ forbids declaration of 'signal' with no type
track.hpp:203: error: expected ';' before '<' token
track.cpp: In member function 'void Dino::Track::set_name(const std::string&)':
track.cpp:283: error: 'signal_name_changed' was not declared in this scope
track.cpp: In member function 'Dino::Track::PatternIterator 
Dino::Track::add_pattern(const std::string&, int, int)':
track.cpp:300: error: 'signal_pattern_added' was not declared in this scope
track.cpp: In member function 'Dino::Track::PatternIterator 
Dino::Track::duplicate_pattern(Dino::Track::ConstPatternIterator)':
track.cpp:319: error: 'signal_pattern_added' was not declared in this scope
track.cpp: In member function 'void Dino::Track::remove_pattern(int)':
track.cpp:339: error: 'signal_pattern_removed' was not declared in this scope
track.cpp: In member function 'Dino::Track::SequenceIterator 
Dino::Track::set_sequence_entry(int, int, unsigned int)':
track.cpp:389: error: 'signal_sequence_entry_added' was not declared in this 
scope
track.cpp: In member function 'void 
Dino::Track::set_seq_entry_length(Dino::Track::SequenceIterator, unsigned int)':
track.cpp:415: error: 'signal_sequence_entry_changed' was not declared in this 
scope
track.cpp: In member function 'bool 
Dino::Track::remove_sequence_entry(Dino::Track::SequenceIterator)':
track.cpp:433: error: 'signal_sequence_entry_removed' was not declared in this 
scope
track.cpp: In member function 'void Dino::Track::set_length(int)':
track.cpp:463: error: 'signal_length_changed' was not declared in this scope
make[3]: *** [track.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
mv -f .deps/pattern.Tpo .deps/pattern.Plo

Any idea on this ?

Thanks.




reply via email to

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