• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Compiling Errors

Status
Not open for further replies.

Jafferwaffer

Exalted Member
Hi there! I just pulled the latest Eluna TC 3.3.5a source.
Built the project with CMake, no errors.
Clean the ALLBUILD.
Build the ALLBUILD.
Works fine for a while then last 2 projects fail.
Z1UeI5E.jpg


I have looked into the file path the error message is referring to and everyone of the files is there.
I have full permissions on the PC also.
Any ideas?
 
Last edited:

Rochet2

Moderator / Eluna Dev
did you ,, use
git submodule init
git submodule update
So basically you most likely pulled core changes but not the changes to the src/LuaEngine folder.
?

do that if you didnt and retry cmake and compile.
 

Rochet2

Moderator / Eluna Dev
I dont use git extensions so I dont know how it works there.
But in git bash you just open git bash to the source folder root of yours and use the commands just like that in the console.

You could also try using git pull --recurse-submodules
if that is an option in git extensions.

If none of the above work (And please do try those as those would be the ones recommended)
then you can try going to src/LuaEngine folder and change branch to master for it and pull.
 
Status
Not open for further replies.
Top