On 03/04/2011 08:52 PM, Frank Tkalcevic wrote:
> That's in there because I do 95% of my development on Windows.  I usually
> develop stuff on windows then move it across to linux when it's almost done.
> I still haven't found a development environment I like.  (tried eclipse,
> qtcreator, but have reverted back to make and vim).
>
> It can be removed.  What kind of error are you getting?  The #ifdef was
> supposed to keep the windows stuff out.
>
>
>
<snip>

the first stoppage is:

g++ -c -pipe -O2 -D_REENTRANT -fPIC -Wall -W -DHAS_ASYNC -DQT_XML_LIB 
-DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXmlPatterns 
-I/usr/include/qt4 -Igeneratedfiles -Igeneratedfiles/release 
-I../utility -I../usbhid -I../hid -I../include -I../libusb-1.0.2/libusb 
-Igeneratedfiles/release -o release/hiddevice.o hiddevice.cpp
In file included from hiddevice.h:21,
from hiddevice.cpp:32:
hidparser.h:110: error: ‘int8_t’ does not name a type

the offending lines:
#ifdef _WIN32
typedef char int8_t;

#endif

so, somewhere _WIN32 is getting defined, I just can't find it.

thanks

ldw


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to