[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CommonC++ 1.9.4 under MacOSX
From: |
Sargon |
Subject: |
CommonC++ 1.9.4 under MacOSX |
Date: |
Tue, 22 Jan 2002 21:38:04 +0100 |
Hi
I've tried to build CommonC++ 1.9.4 under MacOSX but to no avail.
uname -a
Darwin Vernell 5.2 Darwin Kernel Version 5.2: Fri Dec 7 21:39:35 PST
2001; root:xnu/xnu-201.14.obj~1/RELEASE_PPC Power Macintosh powerpc
./configure and make produce the output below. Any ideas? :)
Sargon
~/Developer/CommonC++-1.9.4> make
Making all in src
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.
-I../src -I../src -g -O2 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE
-c thread.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I../src -g -O2 -D_GNU_SOURCE
-D_REENTRANT -D_THREAD_SAFE -c thread.cpp -o thread.o
In file included from thread.cpp:45:
thread.h: In function `static void
ost::PosixThread::SignalThread(ost::Thread *, int)':
thread.h:1382: implicit declaration of function `int
ost::pthread_kill(...)'
thread.cpp: In function `void ost::ccxx_sigsuspend(int)':
thread.cpp:142: implicit declaration of function `int ost::sigwait(...)'
thread.cpp: In method `ost::Thread::Thread(int = 0, long unsigned int =
0)':
thread.cpp:299: implicit declaration of function `int
ost::sched_getscheduler(...)'
thread.cpp:317: implicit declaration of function `int
ost::sched_getparam(...)'
thread.cpp: In method `ost::Thread::Thread(const ost::Thread &)':
thread.cpp:355: implicit declaration of function `int
ost::pthread_sigmask(...)'
make[1]: *** [thread.lo] Error 1
make: *** [all-recursive] Error 1
zsh: 5095 exit 2 make
~/Developer/CommonC++-1.9.4>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- CommonC++ 1.9.4 under MacOSX,
Sargon <=