• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling [Code::blocks] cannot find -lluajit

esio

New Member
Joined
Aug 16, 2008
Messages
30
Reaction score
0
Hello,
I try compile trunk on windows but I have problem in last part code blocks give me error:

Code:
C:\Users\Esio\Desktop\c++\CodeBlocks\MinGW\bin/ld.exe: cannot find -lluajit


Thanks for all help.

- - - Updated - - -

help?
 
Reinstall codeblocks, if its still bugged, search for the file lluajit here at otland and add it. Could be that its removed for some reason.
WibbenZ
 
-------------- Build: GUI in The Forgotten Server (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -O2 -Wall -fexceptions -D__LUAJIT__ -D__USE_SQLITE__ -D__USE_MYSQL__ -c C:\Users\Esio\Desktop\Elcardia\sources\actions.cpp -o obj\GUI\actions.o
mingw32-g++.exe: error: CreateProcess: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
1 errors, 0 warnings (0 minutes, 0 seconds)

bug.
 
-------------- Build: GUI in The Forgotten Server (compiler: GNU GCC Compiler)---------------

windres.exe -J rc -O coff -i C:\Users\Esio\Desktop\FORGOT~1.R59\TRUNK~1.R59\CODEBL~1\WINDOW~1.RC -o obj\GUI\codeblocks\windows_resources.res
C:\Users\Esio\Desktop\FORGOT~1.R59\TRUNK~1.R59\CODEBL~1\WINDOW~1.RC:1:21: fatal error: windows.h: No such file or directory
compilation terminated.
windres.exe: preprocessing failed.
Process terminated with status 1 (0 minutes, 0 seconds)
2 errors, 0 warnings (0 minutes, 0 seconds)
 
C:\Users\Esio\Desktop\FORGOT~1.R59\TRUNK~1.R59\COD EBL~1\WINDOW~1.RC:1:21: fatal error: windows.h: No such file or directory

Have no ide whats wrong, try moving it to c insted, or reinstall as ive already said. Or add the missing file.
WibbenZ
 
Back
Top