Re: [Emc-users] compiling hidcomp

2011-03-05 Thread lloyd wilson
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

Re: [Emc-users] compiling hidcomp

2011-03-05 Thread Kent A. Reed
On 3/4/2011 8:52 PM, Frank Tkalcevic wrote: That's [speaking of an ifdef _WIN32 construction in Frank's code] 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

Re: [Emc-users] compiling hidcomp

2011-03-05 Thread Frank Tkalcevic
). Frank -Original Message- From: lloyd wilson [mailto:llwilso...@hughes.net] Sent: Saturday, 5 March 2011 10:12 PM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] compiling hidcomp On 03/04/2011 08:52 PM, Frank Tkalcevic wrote: That's in there because I do 95

Re: [Emc-users] compiling hidcomp

2011-03-05 Thread lloyd wilson
On 03/05/2011 06:17 PM, Frank Tkalcevic wrote: I'm guessing you are building on Ubuntu 10. Hidcomp was last built and released on Ubuntu 8 (binaries tested on 10) To build on Ubuntu 10... Add to include/datatypes.h #includesys/types.h And in hid/lcddataformatter.cpp, add

[Emc-users] compiling hidcomp

2011-03-04 Thread lloyd wilson
I've downloaded the hidcomp package to use for learning to talk to usb devices (last weeks Pokeys55, actually). When trying to compile the package, I keep getting errors because of #ifdef _WIN32 rgrep doesn't show it being set anywhere in the hid directory structure; does anybody know where I

Re: [Emc-users] compiling hidcomp

2011-03-04 Thread Dave
On 3/4/2011 2:24 PM, lloyd wilson wrote: I've downloaded the hidcomp package to use for learning to talk to usb devices (last weeks Pokeys55, actually). When trying to compile the package, I keep getting errors because of #ifdef _WIN32 rgrep doesn't show it being set anywhere in the hid

Re: [Emc-users] compiling hidcomp

2011-03-04 Thread Frank Tkalcevic
. What kind of error are you getting? The #ifdef was supposed to keep the windows stuff out. -Original Message- From: lloyd wilson [mailto:llwilso...@hughes.net] Sent: Saturday, 5 March 2011 6:24 AM To: 'Enhanced Machine Controller (EMC)' Subject: [Emc-users] compiling hidcomp I've