bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling error with Tru64, cxx, alpha platform


From: Danilo Berardi
Subject: Compiling error with Tru64, cxx, alpha platform
Date: Thu, 03 Apr 2003 10:34:45 +0000

Hi,
I can't compile CommonC++ 2.08 with Digital UNIX V.4.0D (alpha platform).

Running make i take some error.

Anybody can help me?

Thanks in advance.
Danilo


-----------------------------
$ make
Making all in include
make[1]: Entering directory `/home/berardi/commonC++/commoncpp2-1.0.8/include'
make  all-recursive
make[2]: Entering directory `/home/berardi/commonC++/commoncpp2-1.0.8/include'
Making all in cc++
make[3]: Entering directory `/home/berardi/commonC++/commoncpp2-1.0.8/include/cc++'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/berardi/commonC++/commoncpp2-1.0.8/include/cc++' make[3]: Entering directory `/home/berardi/commonC++/commoncpp2-1.0.8/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/berardi/commonC++/commoncpp2-1.0.8/include' make[2]: Leaving directory `/home/berardi/commonC++/commoncpp2-1.0.8/include' make[1]: Leaving directory `/home/berardi/commonC++/commoncpp2-1.0.8/include'
Making all in src
make[1]: Entering directory `/home/berardi/commonC++/commoncpp2-1.0.8/src'
/bin/ksh ../libtool --mode=compile cxx -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -g -D_GNU_SOURCE -D_REENTRANT -I../include -c thread.cpp
mkdir .libs
cxx -DHAVE_CONFIG_H -I. -I. -I../include -I../src -DCCXX_EXPORT_LIBRARY -g -D_GNU_SOURCE -D_REENTRANT -I../include -c thread.cpp -DPIC -o .libs/thread.lo
cxx: Error: /usr/include/pthread.h, line 998: type
         "__pthreadConstructor_t" may not be initialized
typedef void                    *(*__pthreadConstructor_t)(
-----------------------------------^
cxx: Error: /usr/include/pthread.h, line 999: identifier "pthread_key_t" is
         undefined
       pthread_key_t, pthread_t);
--------^
cxx: Error: /usr/include/pthread.h, line 999: expected a ")"
       pthread_key_t, pthread_t);
---------------------^
cxx: Error: /usr/include/pthread.h, line 1047: identifier "pthread_t" is
         undefined
extern pthread_t  _PTHREAD_CALL_  pthread_self (void);
-------^
cxx: Error: /usr/include/pthread.h, line 1220: identifier "pthread_t" is
         undefined
       pthread_t       thread,
--------^
cxx: Error: /usr/include/pthread.h, line 1225: identifier
         "pthread_mutexattr_t" is undefined
       pthread_mutexattr_t     *attr);
--------^
cxx: Error: /usr/include/pthread.h, line 1225: identifier "attr" is undefined
       pthread_mutexattr_t     *attr);
---------------------------------^
cxx: Error: /usr/include/pthread.h, line 1238: identifier "pthread_mutex_t"
         is undefined
       pthread_mutex_t                 *mutex,
--------^
cxx: Error: /usr/include/pthread.h, line 1238: identifier "mutex" is undefined
       pthread_mutex_t                 *mutex,
-----------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1238: expected a ")"
       pthread_mutex_t                 *mutex,
----------------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1378: identifier "pthread_condattr_t"
         is undefined
       pthread_condattr_t      *attr);
--------^
cxx: Error: /usr/include/pthread.h, line 1391: identifier "pthread_cond_t" is
         undefined
       pthread_cond_t                  *cond,
--------^
cxx: Error: /usr/include/pthread.h, line 1391: identifier "cond" is undefined
       pthread_cond_t                  *cond,
-----------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1391: expected a ")"
       pthread_cond_t                  *cond,
---------------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1444: expected a ")"
       pthread_cond_t          *cond,
-------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1458: expected a ")"
       pthread_cond_t          *cond,
-------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1466: identifier "pthread_attr_t" is
         undefined
       pthread_attr_t          *attr,
--------^
cxx: Error: /usr/include/pthread.h, line 1466: expected a ")"
       pthread_attr_t          *attr,
-------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1470: expected a type specifier
       const pthread_attr_t    *attr,
--------------^
cxx: Error: /usr/include/pthread.h, line 1474: expected a ")"
       pthread_attr_t          *attr,
-------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1478: expected a type specifier
       const pthread_attr_t    *attr,
--------------^
cxx: Error: /usr/include/pthread.h, line 1489: expected a ")"
       pthread_attr_t          *attr,
-------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1503: expected a type specifier
       const pthread_attr_t    *attr,
--------------^
cxx: Error: /usr/include/pthread.h, line 1510: expected a ")"
       pthread_attr_t          *attr,
-------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1514: expected a type specifier
       const pthread_attr_t    *attr,
--------------^
cxx: Error: /usr/include/pthread.h, line 1518: expected a ")"
       pthread_attr_t                  *attr,
---------------------------------------------^
cxx: Error: /usr/include/pthread.h, line 1522: expected a type specifier
       const pthread_attr_t    *attr,
--------------^
cxx: Error: /usr/include/pthread.h, line 1526: identifier "pthread_t" is
         undefined
       pthread_t               thread,
--------^
cxx: Error: /usr/include/pthread.h, line 1531: identifier "pthread_t" is
         undefined
       pthread_t                       thread,
--------^
cxx: Error: /usr/include/pthread.h, line 1554: expected a ")"
       pthread_attr_t          *attr,
-------------------------------------^
cxx: Info: Error limit reached.
cxx: Info: 30 errors detected in the compilation of "thread.cpp".
cxx: Info: Compilation terminated.
make[1]: *** [thread.lo] Error 1
make[1]: Leaving directory `/home/berardi/commonC++/commoncpp2-1.0.8/src'
make: *** [all-recursive] Error 1
$



_________________________________________________________________
Invia messaggi istantanei gratuitamente! http://www.msn.it/messenger/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]