The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[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

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.