varnholt / dynablaster_revenge

Dynablaster Revenge
Other
64 stars 5 forks source link

Archlinux installation #7

Closed kamelie1706 closed 4 years ago

kamelie1706 commented 4 years ago

Struggling to install it on arch https://bbs.archlinux.org/viewtopic.php?id=252925

no aur package ready and when I compile ... no jmon package then no nmake package ...

has anyone suceeded to find a simple way to install on arch environment?

kamelie1706 commented 4 years ago

Is this project actually maintained? Not blaming just wondering

kamelie1706 commented 4 years ago

Stuck with that

server/src/servermain.cpp: In function 'int main(int, char**)':
server/src/servermain.cpp:78:7: error: 'qInstallMsgHandler' was not declared in this scope; did you mean 'qInstallMessageHandler'?
   78 |       qInstallMsgHandler(debugHandler);
      |       ^~~~~~~~~~~~~~~~~~
      |       qInstallMessageHandler
make: *** [Makefile:4229: servermain.o] Error 1

Compiling in QT 5 environment ... many more warnings, is the program develop still for QT 4 somehow?

varnholt commented 4 years ago

Should be resolved. Thanks for raising this.