[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
RE: xplhub not binding to socket
- Subject: RE: xplhub not binding to socket
- From: "Tony Tofts" <tony@xxxxxxxxxx>
- Date: Wed, 8 Dec 2004 07:41:46 -0000
Hi Stuart,
> btw, to get the app to compile I had to change gcc to g++ in
> the Makefile.
That's odd. The hub should pretty much compile/cross-compile to most linux
platforms.
Do you not have gcc installed?
Try changing the source:
#ifdef xPLCygwin
int FromNameLen = 0;
#else
unsigned int FromNameLen = 0;
#endif
To just
int FromNameLen = 0;
And see if that helps
Regards
Tony
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|