psyrendust / makecontroller

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

mcbuilder on linux #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Building mcbuilder (specifically qextserialport) on linux requires the
include path of HAL which is not set correctly.
It should be set to the output of :
$pkg-config --cflags hal

Once this is done (by brutally modifying the Makefile), mcbuilder will
compile correctly but won't link because we also need to link to HAL. This
is easily corrected by adding -lhal to the mcbuilder.pro (next to -lusb)

Don't know how this can be cleanly added to mcbuilder.pro but this prevents
from building properly mcbuilder on linux with the current state of the
sources.

Comments welcome!

Original issue reported on code.google.com by rdoursen...@free.fr on 30 Jul 2009 at 1:58

GoogleCodeExporter commented 9 years ago
Well the answer was in the mchelper sourcecode. Please find a patch attached.

Original comment by rdoursen...@free.fr on 30 Jul 2009 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago
Just seen that the fix is already in SVN.
Hope you'll release the new version soon.
Sorry for the noise...

Original comment by rdoursen...@free.fr on 30 Jul 2009 at 2:20