Probleme beim kompilieren

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
humi
Einsteiger
Einsteiger
Beiträge: 210
Registriert: Sonntag 4. November 2001, 00:00

Probleme beim kompilieren

Beitrag von humi »

habe ein neues cvsroot runtergeladen. dan ./autogen.sh und dann ./configure... ausgeführt.

danach dann make all. lief auch gut bis libsigc++-1.0.4

Code: Alles auswählen

checking for pthread.h... yes
checking for pthread_self in -lpthread... yes
checking for pthread_self in -lcma... no
checking for pthread_keycreate... no
checking if should compile with pthreads... yes
checking sizes of threading elements... cross
configure: error: conditional "SIGRC" was never defined.
Usually this means the macro was only invoked conditionally.
make: *** [.libsigc] Error 1
colimonido
Neugieriger
Neugieriger
Beiträge: 5
Registriert: Dienstag 18. Juni 2002, 22:36

Beitrag von colimonido »

From: Daniel Burrows <dburrows@br...>
sigc++ compilation fails on platforms which have namespaces but not pthreads.
2002-05-06 15:17
(this report is with respect to 1.0.4 -- I haven't checked 1.1 yet)

The file tests/misc/thread_test.cc has the following code:

#ifndef SIGC_PTHREADS
int main()
{
cout << "SigC not compiled with pthreads."< --------------------\
| I haven't lost my mind, |
| I know exactly where I left it. |
\---- News without the $$ -- National Public Radio -- http://www.npr.org ----/
Homer2002
Interessierter
Interessierter
Beiträge: 30
Registriert: Samstag 6. April 2002, 12:33

Beitrag von Homer2002 »

@humi
benutz doch mal die suchfunktion !