This should have been compiled during the make. Make and make install still compile everything the same, configure just turns off the compile if it can't find a compiler, the headers, or has been instructed to do so.

You are getting a warning on line 117 of server_DXServerThread.h, however this file is really short. I've noticed that sometimes on AIX if a compile fails and I start it up again it continues (like the stack gets hosed somehow).

I have found that some of the files are not getting included now, due to my new configure--this has caused problems on both AIX and Solaris. I'm working on a fix. If you want to test this, add the following line above the DX_CHECK_HEADERS lines in the configure.in. When I thinks its fixed later this afternoon, I'll submit the update:

AC_CHECK_HEADERS( sys/types.h sys/socket.h sys/un.h windows.h netdb.h \
    unistd.h sys/param.h sys/utsname.h )

David

Hi Randy,
I am used to this being built during "make", if the java part of the build
is turned on.  Dave Thompson might want to comment, he's altered how this is
configured.
regards,
Pete

Randy Polson wrote:

 > Hello.
 > I updated my cvs directory on december 2. The make was successful.  The
 > 'make install' quit at /src/uipp/java/DXLink.c (see output below).  Java
 > Development kit
 > came from http://www.ibm.com/java/jdk/download/index.html.
 >
 > What small thing have I failed to do?
 >
 > Thanks,
 > Randy
 >
 > >>>>>
 >
 > In file included from DXLink.c:25:
 > server_DXServerThread.h:117: warning: This file contains more `}'s than
 > `{'s.
 > DXLink.c: In function `Java_server_DXServerThread_DXLExecuteOnce':
 > DXLink.c:126: warning: cast to pointer from integer of different size
 > DXLink.c: In function `Java_server_DXServer_DXLSend':
 > DXLink.c:203: warning: cast to pointer from integer of different size
 > DXLink.c: In function `Java_server_DXServerThread_DXLLoadVisualProgram':
 > DXLink.c:222: warning: cast to pointer from integer of different size
 > DXLink.c: In function `Java_server_DXServer_DXLExitDX':
 > DXLink.c:238: warning: cast to pointer from integer of different size
 > DXLink.c: In function `Java_server_DXServerThread_DXLIsMessagePending':
 > DXLink.c:267: warning: cast to pointer from integer of different size
 > DXLink.c: In function
 > `Java_server_DXServerThread_DXLHandlePendingMessages':
 > DXLink.c:281: warning: cast to pointer from integer of different size
 > make[4]: *** [DXLink.o] Error 1
 > make[4]: Leaving directory
 > `/dx-4.0.9cvs/dx/src/uipp/java'

.............................................................................
David L. Thompson                          The University of Montana
mailto:[EMAIL PROTECTED]                 Computer Science Department
http://www.cs.umt.edu/u/dthompsn           Missoula, MT  59812
                                           Work Phone : (406)257-8530

Reply via email to