|
HI Ben,
This failed with.... ../../platforms/Cross/plugins/SerialPlugin/sqNullSerialPort.c:76:14: error: redeclaration of 'serialPortClose' cannot add 'dllexport' attribute EXPORT (int) serialPortClose(int portNum) {
Here are all the other definition...
I'm not sure which way to jump... * remove the EXPORT from (which might also need it removed from sqMacSerialPort.c. * push EXPORT out further into the other files
Can someone advise?
I don't understand why the build is trying to compile platforms/Cross/plugins/SerialPlugin/sqNullSerialPort.c at all. i.e.
On Mac OS X platforms/iOS/plugins/SerialPlugin/Makefile contains "LIBSRC:=SerialPlugin.c sqUnixSerial.c", which causes only those two to be compiled. On Unix platforms/unix/plugins/SerialPlugin/Makefile.inc contains "OBJS=SerialPlugin$o sqUnixSerial$o" which does the same. On Windows... damn, I forgot to write that. OK, give me a few...
--
|