Date: Sun, 1 May 2005 00:04:21 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 545 ************************************************** Saturday 30 April 2005 Number 545 ************************************************** Subjects for today 1 Anyone know what this means? : Paul Smedley **= Email 1 ==========================** Date: Sat, 30 Apr 2005 22:29:17 +0930 From: Paul Smedley Subject: Anyone know what this means? Just noticed the following in the build logs of Python 2.4.1 when I include ncurses support: Creating .DEF file: out/optimize/_curses_m.def gcc -Zmt -Zcrtdll -L. -lgcc -s -Zomf -Zdll -o _curses.dll out/optimize/_cursesmo dule.obj out/optimize/_curses_m.def -lpython24 -lsocket -lncurses weakld: E:/DEV/Python-2.4.1/PC/os2emx/out/optimize/_curses_m.def - error: Parse error 2 on line 9. (errorcode=7 stmt=1177112) weakld: error: Parse error 2 on line 9. (errorcode=7 stmt=0) Anyone know what the above parse errors mean? _curses_m.def is as follows: LIBRARY _curses_m INITINSTANCE TERMINSTANCE DESCRIPTION "" DATA MULTIPLE NONSHARED EXPORTS _init_curses _wnoutrefresh __nc_panelhook _is_linetouched _mvwin _stdscr _wtouchln Cheers, Paul.