| I am attempting to build with version 4.4.1 and it fails
In Csoudn fails in BowTable.cpp
In file included from Opcodes/stk/include/Function.h:4,
from Opcodes/stk/include/BowTable.h:4,
from Opcodes/stk/src/BowTable.cpp:12:
Opcodes/stk/include/Stk.h:524:1: warning: "__OS_LINUX__" redefined
: warning: this is the location of the previous definition
Opcodes/stk/include/Stk.h:525:1: warning: "__STK_REALTIME__" redefined
: warning: this is the location of the previous definition
Opcodes/stk/src/BowTable.cpp:15: error: ‘BowTable’ has not been declared
Opcodes/stk/src/BowTable.cpp:15: error: ISO C++ forbids declaration of ‘BowTable’ with no type
Opcodes/stk/src/BowTable.cpp: In function ‘int BowTable()’:
Opcodes/stk/src/BowTable.cpp:17: error: ‘offset_’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:17: error: ‘StkFloat’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:17: error: expected `;' before numeric constant
Opcodes/stk/src/BowTable.cpp:18: error: ‘slope_’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:18: error: expected `;' before numeric constant
Opcodes/stk/src/BowTable.cpp: At global scope:
Opcodes/stk/src/BowTable.cpp:21: error: expected constructor, destructor, or type conversion before ‘::’ token
Opcodes/stk/src/BowTable.cpp:25: error: ‘BowTable’ is not a class or namespace
Opcodes/stk/src/BowTable.cpp:25: error: variable or field ‘setOffset’ declared void
Opcodes/stk/src/BowTable.cpp:25: error: ‘StkFloat’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:30: error: ‘BowTable’ is not a class or namespace
Opcodes/stk/src/BowTable.cpp:30: error: variable or field ‘setSlope’ declared void
Opcodes/stk/src/BowTable.cpp:30: error: ‘StkFloat’ was not declared in this scope
Opcodes/stk/src/BowTable.cpp:35: error: ‘StkFloat’ does not name a type
scons: *** [Opcodes/stk/src/BowTable.os] Error 1
In STK makefile fails in Generator.cpp
g++ -O3 -Wall -I../include -Iinclude -DHAVE_GETTIMEOFDAY -D__LINUX_ALSA__ -D__LINUX_ALSASEQ__ -D__LITTLE_ENDIAN__ -DRAWWAVE_PATH=\"../../rawwaves/\" -c Generator.cpp -o Release/Generator.o
Generator.cpp:14: error: ‘Generator’ has not been declared
Generator.cpp:14: error: ISO C++ forbids declaration of ‘Generator’ with no type
Generator.cpp: In function ‘int Generator()’:
Generator.cpp:14: error: only constructors take base initializers
Generator.cpp:16: error: ‘lastOutput_’ was not declared in this scope
Generator.cpp:17: warning: no return statement in function returning non-void
Generator.cpp: At global scope:
Generator.cpp:19: error: expected constructor, destructor, or type conversion before ‘::’ token
Generator.cpp:23: error: ‘StkFloat’ does not name a type
Generator.cpp:28: error: expected constructor, destructor, or type conversion before ‘&’ token
make: *** [Generator.o] Error 1
Shoudl I be using an older version?
==John ffitch
|