0xtob / dsmi

Automatically exported from code.google.com/p/dsmi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux Makefile references /home/tob/..

GoogleCodeExporter opened this issue · comments

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

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

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