qt4 - QextserialPort 1.2 win-alpha build error -


i'm new qt.

hi, got know qextserialport 1.2-win-alpha api useful develop serial communication application, downloaded , started build.

however, raising error dialog , "coudn't find executable, specify @ least one" when pressing executable browsing button.

if use cancel button in dialog appeared qextserialport-build-desktop

thanks quick response...

i guessing problem missing header files

i see in posix_qextserialport.h file

#include "termios.h" #include "sys/ioctl.h" #include "sys/select.h"  

are underlined wavy green line

and build log shows below starting ...

the process not started!

the above error same qserialdevice

i dont know how add header files/library qt4... can 1 me

deducing name, have older copy sourceforge. afaik project has moved http://code.google.com/p/qextserialport/ while ago (although development has stalled there, too, apparently). try fetching latest version of code google code repo , compiling it. more work.

ps. build log of great use in kind of case. if can't decipher yourself, else may you. ;)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -