When I try install smartmenu I've got this error:
pavka@pavka:~/Plocha/smartmenu-0.2.3/src$ make make[1]: Entering directory `/home/pavka/Plocha/smartmenu-0.2.3/tools' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/pavka/Plocha/smartmenu-0.2.3/tools' g++ -Wall -g3 -c -o process.o process.cc g++ -Wall -g3 -c -o grabs.o grabs.cc g++ -Wall -g3 -o smartmenu conf.o grabs.o irctrl.o display.o mtree.o menu.o process.o main.cc -lexpat -L/usr/X11R6/lib -lX11 pavka@pavka:~/Plocha/smartmenu-0.2.3/src$ sudo make install make[1]: Entering directory `/home/pavka/Plocha/smartmenu-0.2.3/tools' strip ./xevent install -m 755 -s ./xevent /usr/local/bin/xevent make[1]: Leaving directory `/home/pavka/Plocha/smartmenu-0.2.3/tools' strip ./smartmenu install -d /usr/local/share/smartmenu install -m 644 ../config/menu.xml /usr/local/share/smartmenu/menu.xml install: nelze získat informace o „../config/menu.xml“: No such file or directory make: *** [install] Error 1 pavka@pavka:~/Plocha/smartmenu-0.2.3/src$
It can be solved by copy one config/example* directory into config. Possible to create general configuration directly into config directory?
Log in to post a comment.
When I try install smartmenu I've got this error:
pavka@pavka:~/Plocha/smartmenu-0.2.3/src$ make
make[1]: Entering directory `/home/pavka/Plocha/smartmenu-0.2.3/tools'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/pavka/Plocha/smartmenu-0.2.3/tools'
g++ -Wall -g3 -c -o process.o process.cc
g++ -Wall -g3 -c -o grabs.o grabs.cc
g++ -Wall -g3 -o smartmenu conf.o grabs.o irctrl.o display.o mtree.o menu.o process.o main.cc -lexpat -L/usr/X11R6/lib -lX11
pavka@pavka:~/Plocha/smartmenu-0.2.3/src$ sudo make install
make[1]: Entering directory `/home/pavka/Plocha/smartmenu-0.2.3/tools'
strip ./xevent
install -m 755 -s ./xevent /usr/local/bin/xevent
make[1]: Leaving directory `/home/pavka/Plocha/smartmenu-0.2.3/tools'
strip ./smartmenu
install -d /usr/local/share/smartmenu
install -m 644 ../config/menu.xml /usr/local/share/smartmenu/menu.xml
install: nelze získat informace o „../config/menu.xml“: No such file or directory
make: *** [install] Error 1
pavka@pavka:~/Plocha/smartmenu-0.2.3/src$
It can be solved by copy one config/example* directory into config. Possible to create general configuration directly into config directory?