[Python-bugs-list] [Bug #115005] Python 2.0 won't build on HP Unix 10.2

noreply@sourceforge.net noreply@sourceforge.net
Thu, 21 Sep 2000 13:29:26 -0700


Bug #115005, was updated on 2000-Sep-21 13:29
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Python 2.0 won't build on HP Unix 10.2

Details: Call me at 877 737 7357 X4477  if I can help. ...Bob

With threads (default) at:

gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c thread.c

get error message:

In file included from thread.c_116:
thread_pthread.h: In function 'PyThread_get_thread_ident':
thread_pthread.h:181: aggreagete value used where an integer was expected




Without threads at:

gcc -g -O2 -I./../Include -I.. -DHAVE_CONFIG_H -c ./posixmodule.c

error message is:

./posixmodule.c:713: 'fdatasync' undeclared (first use in this function)

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115005&group_id=5470