LCKB
make error - Printable Version

+- LCKB (https://lckb.dev/forum)
+-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109)
+--- Forum: Guides & Help Section (https://lckb.dev/forum/forumdisplay.php?fid=193)
+---- Forum: Help & Support (https://lckb.dev/forum/forumdisplay.php?fid=157)
+----- Forum: Ep4 Support (https://lckb.dev/forum/forumdisplay.php?fid=128)
+----- Thread: make error (/showthread.php?tid=4819)



- HARLOCK - 10-02-2021


 

Hello friends, can someone help me solve it, I installed a boost but now this error appears

[root@localhost Server]# make usa

make -j12 -C ./ShareLib usa && \

        make -j12 -C ./GameServer usa && \

        make -j12 -C ./Connector usa && \

        make -j12 -C ./Helper usa && \

        make -j12 -C ./SubHelper usa && \

        make -j12 -C ./Messenger usa && \

        make -j12 -C ./LoginServer usa

make[1]: Entering directory `/home/Server/ShareLib'

OPT_LANG=-DLC_USA=9 make libSharelib.a

make[2]: Entering directory `/home/Server/ShareLib'

ccache g++ -g -std=c++0x -c  -DDEVCONSOLE -D_THREAD_SAFE -finline-functions -funroll-loops -fdefer-pop -fstrength-reduce -Wno-write-strings -Wno-char-subscripts  -DLC_USA=9    -DLC_VER="" -I./ -I../ShareLib -I/usr/include/mysql -I/usr/local/ssl/include -I/usr/local/include/botan-1.10 -I/usr/local/include/boost-1_70 -I/usr/local/include/curl -o logsystem logsystem

make[2]: *** No rule to make target `-', needed by `libSharelib.a'.  Stop.

make[2]: *** Waiting for unfinished jobs....

g++: logsystem: No such file or directory

g++: no input files

make[2]: *** [logsystem] Error 1

make[2]: Leaving directory `/home/Server/ShareLib'

make[1]: *** [usa] Error 2

make[1]: Leaving directory `/home/Server/ShareLib'

make: *** [usa] Error 2




- rondo157 - 10-03-2021


reza files? ?




- Scura - 10-10-2021


I've attached a fixed version of Makefile, not sure if still working or if this is the problem ...

2