errors building sooperlooper 1.6.13/14 on ubuntu 10.10 32bit
Posted: Fri Mar 25, 2011 11:22 pm
Hello,
Solved all dependencies and did autogen and configure with right variables ..
when making, both milestones stop with errrors ..
on 1.6.14:
on 1.6.13:
thank you very much for any advice ..
Alec
Solved all dependencies and did autogen and configure with right variables ..
when making, both milestones stop with errrors ..
on 1.6.14:
Code: Select all
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/lib/sigc++-2.0/include/ -I/usr/local/include/sigc++-2.0/ -D_REENTRANT -Os -fomit-frame-pointer -mmmx -msse -mfpmath=sse -pipe -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/home/aleclofabbro/Scaricati/sooperlooper-1.6.14/libs/pbd -I/home/aleclofabbro/Scaricati/sooperlooper-1.6.14/libs/midi++ -I/usr/include/libxml2 /usr/local/lib/pkgconfig/sigc++-2.0.pc -MT pathscanner.o -MD -MP -MF ".deps/pathscanner.Tpo" -c -o pathscanner.o pathscanner.cc; \
then mv -f ".deps/pathscanner.Tpo" ".deps/pathscanner.Po"; else rm -f ".deps/pathscanner.Tpo"; exit 1; fi
In file included from ./pbd/error.h:23,
from pathscanner.cc:27:
./pbd/transmitter.h:33: error: ‘SigC’ has not been declared
./pbd/transmitter.h:33: error: expected ‘{’ before ‘Object’
./pbd/transmitter.h:35: error: invalid type in declaration before ‘{’ token
./pbd/transmitter.h:35: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
./pbd/transmitter.h:36: error: expected primary-expression before ‘public’
./pbd/transmitter.h:36: error: expected ‘}’ before ‘public’
./pbd/transmitter.h:36: error: expected ‘,’ or ‘;’ before ‘public’
./pbd/transmitter.h:45: error: aggregate ‘Transmitter Channel’ has incomplete type and cannot be defined
./pbd/transmitter.h:47: error: ‘SigC’ has not been declared
./pbd/transmitter.h:47: error: expected constructor, destructor, or type conversion before ‘<’ token
./pbd/transmitter.h:53: error: expected unqualified-id before ‘protected’
./pbd/transmitter.h:55: error: ‘friend’ used outside of class
./pbd/transmitter.h:57: error: expected unqualified-id before ‘private’
./pbd/transmitter.h:59: error: ‘SigC’ has not been declared
./pbd/transmitter.h:59: error: expected constructor, destructor, or type conversion before ‘<’ token
./pbd/transmitter.h:61: error: ‘SigC’ has not been declared
./pbd/transmitter.h:61: error: expected constructor, destructor, or type conversion before ‘<’ token
./pbd/transmitter.h:62: error: ‘SigC’ has not been declared
./pbd/transmitter.h:62: error: expected constructor, destructor, or type conversion before ‘<’ token
./pbd/transmitter.h:63: error: ‘SigC’ has not been declared
./pbd/transmitter.h:63: error: expected constructor, destructor, or type conversion before ‘<’ token
./pbd/transmitter.h:64: error: ‘SigC’ has not been declared
./pbd/transmitter.h:64: error: expected constructor, destructor, or type conversion before ‘<’ token
./pbd/transmitter.h:65: error: expected declaration before ‘}’ token
make[5]: *** [pathscanner.o] Errore 1
make[5]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.14/libs/pbd»
make[4]: *** [all-recursive] Errore 1
make[4]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.14/libs/pbd»
make[3]: *** [all] Errore 2
make[3]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.14/libs/pbd»
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.14/libs»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.14»
make: *** [all] Errore 2Code: Select all
g++ -DHAVE_CONFIG_H -I. -D_REENTRANT -O2 -march=i686 -fomit-frame-pointer -mmmx -msse -mfpmath=sse -pipe -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/home/aleclofabbro/Scaricati/sooperlooper-1.6.13/libs/pbd -I/home/aleclofabbro/Scaricati/sooperlooper-1.6.13/libs/midi++ -I/usr/include/libxml2 /usr/local/lib/pkgconfig/sigc++-2.0.pc -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.cc
basename.cc: In function ‘char* PBD::basename(const char*)’:
basename.cc:11: error: invalid conversion from ‘const char*’ to ‘char*’
make[5]: *** [basename.o] Errore 1
make[5]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.13/libs/pbd»
make[4]: *** [all-recursive] Errore 1
make[4]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.13/libs/pbd»
make[3]: *** [all] Errore 2
make[3]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.13/libs/pbd»
make[2]: *** [all-recursive] Errore 1
make[2]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.13/libs»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/aleclofabbro/Scaricati/sooperlooper-1.6.13»
make: *** [all] Errore 2Alec