LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Compiling WirelessAssistant (https://www.linuxquestions.org/questions/suse-opensuse-60/compiling-wirelessassistant-405979/)

Protostar 01-20-2006 07:17 PM

Compiling WirelessAssistant
 
Hello all! I'm trying to compile WirelessAssistant in Suse 10.0 (as there are no native RPMs for this version) and am running into some difficulties. I run ./configure and everything is fine.And when I run "make" everything seems fine as well. But when I issue the command "install" it says the it can't be found. I'm trying to install if from a folder within my home folder. Is there a special place I should compile apps at?

steve.ervin21 01-20-2006 08:51 PM

are you entering install or make install? use make install, just making sure, not calling you stupid or anything.

Protostar 01-20-2006 09:06 PM

Well I did "make install" and this is the outpot I got:

Making install in po
make[1]: Entering directory `/home/protostar/Packages/wlassistant-0.5.4a/po'
make[2]: Entering directory `/home/protostar/Packages/wlassistant-0.5.4a/po'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -p -m 644 es.gmo /usr/local/kde/share/locale/es/LC_MESSAGES/wlassistant.mo
/usr/bin/install -c -p -m 644 pl.gmo /usr/local/kde/share/locale/pl/LC_MESSAGES/wlassistant.mo
/usr/bin/install -c -p -m 644 pt_BR.gmo /usr/local/kde/share/locale/pt_BR/LC_MESSAGES/wlassistant.mo
make[2]: Leaving directory `/home/protostar/Packages/wlassistant-0.5.4a/po'
make[1]: Leaving directory `/home/protostar/Packages/wlassistant-0.5.4a/po'
Making install in src
make[1]: Entering directory `/home/protostar/Packages/wlassistant-0.5.4a/src'
make[2]: Entering directory `/home/protostar/Packages/wlassistant-0.5.4a/src'
test -z "/usr/local/kde/bin" || mkdir -p -- "/usr/local/kde/bin"
/bin/sh ../libtool --silent --mode=install /usr/bin/install -c -p 'wlassistant' '/usr/local/kde/bin/wlassistant'
/bin/sh ../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/32x32/apps
/usr/bin/install -c -p -m 644 ./hi32-app-wlassistant.png /usr/local/kde/share/icons/hicolor/32x32/apps/wlassistant.png
/bin/sh ../admin/mkinstalldirs /usr/local/kde/share/icons/hicolor/16x16/apps
/usr/bin/install -c -p -m 644 ./hi16-app-wlassistant.png /usr/local/kde/share/icons/hicolor/16x16/apps/wlassistant.png
test -z "/usr/local/kde/share/applnk/Utilities" || mkdir -p -- "/usr/local/kde/share/applnk/Utilities"
/usr/bin/install -c -p -m 644 'wlassistant.desktop' '/usr/local/kde/share/applnk/Utilities/wlassistant.desktop'
make[2]: Leaving directory `/home/protostar/Packages/wlassistant-0.5.4a/src'
make[1]: Leaving directory `/home/protostar/Packages/wlassistant-0.5.4a/src'
make[1]: Entering directory `/home/protostar/Packages/wlassistant-0.5.4a'
make[2]: Entering directory `/home/protostar/Packages/wlassistant-0.5.4a'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/protostar/Packages/wlassistant-0.5.4a'
make[1]: Leaving directory `/home/protostar/Packages/wlassistant-0.5.4a'


I went to the src directory and tried to open the assistant, and it said I had insufficient privileges.When I try to connect to a particular network it always fails to connect.

steve.ervin21 01-21-2006 04:31 PM

have you tried it as root? running the wireless assistant, i'm a newb too but i don't see any errors on the make install?


All times are GMT -5. The time now is 12:08 PM.