Keywords: Mode: All keywords (AND) |
Mon Jul 07, 2014 05:53
|
vsky: I was running make from the wrong working directory
/usr/src/smstools3/src
instead of
/usr/src/smstools3
|
Fri Jul 04, 2014 06:33
|
vsky: Operating system name and version: Windows 8.1
Version of smsd: 3.1.5
Smsd installed from: sources / package repository / from elsewhere... source
Name and model of a modem / phone: Huwaei E220
Interface: serial / USB / some adapter... USB
Tried to run make and got this error
make
cd src && make -
make[1]: Entering directory '/usr/src/smstools3/src'
Makefile:51: *** recipe commences before first target. Stop.
make[1]: Leaving directory '/usr/src/smstools3/src'
Makefile:10: recipe for target 'compile' failed
make: *** [compile] Error 2
then Makefile was edited to add the tab and make worked fine.
However make install is failing as below
$ make install
make: *** No rule to make target 'install'. Stop.
Please advice.
Thanks
|