g4klx/ircDDBGateway

TimeServer app is not compiling with GUI

EA1JM opened this issue · 2 comments

EA1JM commented

Hello John, I have compiled the new ircDDBGateway with the instructions sudo make -f MakefileGUI and sudo make -f MakefileGUI install and seems that only the daemon version of TimeServer is compiled, could you check if it is normal? It would be nice to use the Timeserver with the GUI as well, thanks!

make[1]: se entra en el directorio '/home/pi/ircDDBGateway/TimeServer'
install -g bin -o root -m 0775 timeserverd "/usr/bin"
make[1]: se sale del directorio '/home/pi/ircDDBGateway/TimeServer'

It only compiles and installs the daemon although I have used the GUI makefile.

g4klx commented

I've fixed it now. When compiled with the MakefileGUI, you'll get all of the programs with the GUI compiled also. I hope that helps.

EA1JM commented

Many thanks John! Congrats for your excellent work in the ham radio community!