My prior version of Opendx (gcc-3.1 + 4.2 dx) was
broken, I could not enter into any of the numerical
fields. I found one bug (?) in the Aug29 version
(later), but g++ to generate dxui dies with a message
that yylineno (data) is undefined in the ld. Any
suggestions?

Also, bug (?)
In include/arch.h line 278 contains
/* select expects int pointers for params */
#define DXD_SELECTPTR_DEFINED  1
typedef int * SelectPtr;

Whereas in PacketIF.C line 161 has
#define SOCK_QUEUE_LENGTH       1
#define SOCK_ACCEPT_TIMEOUT     60      /* Seconds */
#if !defined(SelectPtr)
typedef void * SelectPtr;
#endif


-----------------------------------------------
Laurence Marks
Department of Materials Science and Engineering
MSE Rm 2036 Cook Hall
2225 N Campus Drive
Northwestern University
Evanston, IL 60201, USA
Tel: (847) 491-3996 Fax: (847) 491-7820
mailto:[EMAIL PROTECTED]
http://www.numis.nwu.edu
-----------------------------------------------

Reply via email to