Compiling From Source--Luajit failing?

Moderator: Moderator

Post Reply
Message
Author
alex_hall
Posts: 1
Joined: Sat Mar 17, 2018 7:05 am

Compiling From Source--Luajit failing?

#1 Post by alex_hall »

Hey Folks,

I participated in this year's 7drl using the Godot engine. I had fun, but I feel like the engine is getting in my way as much as helping me. I want to give t-engine4 a try, because it looks to have all of the features I want in an engine. Unfortunately, I have been unable to compile from source on archlinux. I asked for help in IRC and Discord, but nobody was able to help me.

I can successfully run everything up to and including

Code: Select all

premake4 gmake
. When I run

Code: Select all

make
it gets to

Code: Select all

Linking TEngine
then throws about a hundred

Code: Select all

undefined reference to lua*
errors.

I've tried installing luajit on my pc, but no luck there. I've tried the master branch from git and the 1.5 branch. I've tried the zip file available in the Downloads section of te4.org. So far, nothing.

Any thoughts on how to fix this? I'd really like to be able to use this engine, but if I can't compile it, then I will have a hard time making changes to the engine internals if that ever becomes necessary.

I've attached the errors as a .txt file in case that's helpful.
Attachments
install_results.txt
(58.73 KiB) Downloaded 411 times

Post Reply