Re: [opencbm-user] Errors compiling opencbm on Linux.
Brought to you by:
strik
|
From: Wolfgang M. <wm...@gm...> - 2007-10-28 17:01:31
|
Hello Luca, gr...@gm... schrieb: > thanks for the help, with you help and the one of Spiro I am making some > step towards a successful compilation,although I get still some errors, > about the lack of xu1541_types.h file. this sounds fine. For the xu1541 related file check the xu1541 module from CVS, too. This is the upcoming USB support. The OpenCBM API dll/so already supports libusb calls and therefore requires that header file that can be found in the other subproject. For the Windows build environment Spiro defined some environment variable that can be set to define the location of that header file. I don't know, if the Linux makefiles also know such a variable or if the header file needs to be placed into some special location (relative to the OpenCBM root). I believe the latter one is the case. Without the need for USB support (you also need the hardware) that file alone may be enough for you: http://opencbm.cvs.sourceforge.net/opencbm/xu1541/include/xu1541_types.h?view=markup > Btw, have you sent the email only to me and not to the mailing list on > purpose? Could I answer you extensively on the ML too? I think it could > be useful to other people too. I never registered for the OpenCBM user mailing list, therefore I'm not allowed to post. You're welcome to answer my mails onto the ML as long as they're on-topic, means OpenCBM related ;-) Have a nice day, Womo |