SolarFlare75 / dsmi

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

Linux Makefile references /home/tob/.. #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Attempting to compile for Linux: Debian Wheezy/Sid

Calling Makefile returns error:

make: *** No rule to make target 
`/home/tob/coding/libs/qt/qt-x11-opensource-src-4.2.1/mkspecs/default/qmake.conf
', needed by `Makefile'.  Stop.

Would expect makefile not to be referencing /home/tob/!

r58 http://code.google.com/p/dsmi/source/detail?r=58 the Makefile was deleted, 
but has now been replaced with non useable version.

Original issue reported on code.google.com by andysweb...@gmail.com on 13 Feb 2012 at 11:12

GoogleCodeExporter commented 8 years ago
OK so it's already compiled in the .tgz and ready to go, might be a good idea 
to update the README so people realize this before making idiots of themselves 
trying to compile it! >.<

Original comment by andysweb...@gmail.com on 14 Feb 2012 at 8:50

GoogleCodeExporter commented 8 years ago
The following command can be used to generate the Makefile for the local system:

qmake -o Makefile DSMIDIWiFi.pro

Original comment by mikma...@gmail.com on 21 May 2012 at 8:34