yun93us / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Fails to compile for AndroidARM7 #178

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of QextSerialPort are you using?
1.2

What steps will reproduce the problem?
1. Open Project in QtCreator
2.  QMake
3.Build

What is the expected output? What do you see instead?
/home/david/Documents/LaxcoRnd/ApplicationCode/src/qextserialport/src/qextserial
port_unix.cpp:123: error: '::tcdrain' has not been declared
     ::tcdrain(fd);
     ^

What version of the product are you using? On what operating system?
Qt 5.2.1 on Ubuntu 13.10

Please provide any additional information below.
Compiling for AndroidARM7

Original issue reported on code.google.com by R...@laxcoinc.com on 21 Mar 2014 at 12:25