1
Technical Help: Problems BEFORE entering the game /
« on: December 04, 2004, 05:02:53 pm »
ok,here\'s a short update:
the error results from the CS functions using pthreads.
pthread_cond_timedwait somewhere in the CS sources is returning an odd value.
playing around with CS and cal3d i ran into an issue which i didn\'t recognize yesterday.
running ./configure in the current cvs version of CS with cal3d (also current cvs) gives the follwing line:
checking for libcal3d... no
config.log says:
configure:35057: g++ -o conftest -I/root/software/develop/cal3d/include -I/usr/local/include -L/root/software/develop/cal3d/lib -L/usr/local/lib conftest.cc -lcal3d -lnsl >&5
conftest.cc: In function `int main()\':
conftest.cc:28: error: no matching function for call to `CalModel::CalModel()\'
/root/software/develop/cal3d/include/cal3d/model.h:31: error: candidates are:
CalModel::CalModel(const CalModel&)
/root/software/develop/cal3d/include/cal3d/model.h:33: error:
CalModel::CalModel(CalCoreModel*)
conftest.cc:28: error: `create\' undeclared (first use this function)
conftest.cc:28: error: (Each undeclared identifier is reported only once for
each function it appears in.)
conftest.cc:28: error: `destroy\' undeclared (first use this function)
configure:35063: $? = 1
configure: failed program was:
CS version: 0.99
Cal3d version: 0.9.1.9
seems they don\'t play together....
the error results from the CS functions using pthreads.
pthread_cond_timedwait somewhere in the CS sources is returning an odd value.
playing around with CS and cal3d i ran into an issue which i didn\'t recognize yesterday.
running ./configure in the current cvs version of CS with cal3d (also current cvs) gives the follwing line:
checking for libcal3d... no
config.log says:
configure:35057: g++ -o conftest -I/root/software/develop/cal3d/include -I/usr/local/include -L/root/software/develop/cal3d/lib -L/usr/local/lib conftest.cc -lcal3d -lnsl >&5
conftest.cc: In function `int main()\':
conftest.cc:28: error: no matching function for call to `CalModel::CalModel()\'
/root/software/develop/cal3d/include/cal3d/model.h:31: error: candidates are:
CalModel::CalModel(const CalModel&)
/root/software/develop/cal3d/include/cal3d/model.h:33: error:
CalModel::CalModel(CalCoreModel*)
conftest.cc:28: error: `create\' undeclared (first use this function)
conftest.cc:28: error: (Each undeclared identifier is reported only once for
each function it appears in.)
conftest.cc:28: error: `destroy\' undeclared (first use this function)
configure:35063: $? = 1
configure: failed program was:
CS version: 0.99
Cal3d version: 0.9.1.9
seems they don\'t play together....