Jump to content

OpenJK Compile Error (ALut.lib)


Recommended Posts

Every time I try to compile OpenJK, I first get errors concerning "q_shared.cpp" and "q_math.cpp", stating that they "don't exist" . After I replace them with the existing files, I then run into a couple of .exe errors stating the same thing about "game/q_math.cpp" and "game/q_shared.cpp" (?) and I replace those. After doing that, I try to build my solution, only to read this:

 

Error LNK1181: cannot open input file 'ALut.lib'
 
This has been going on for awhile now... I have no idea how it started. I tried reinstalling VS2010 and SP1, but no joy.
Link to comment

Yeah I had that too on singleplayer code. I had to manually redo the paths to the missing .cpp files, they are still there but in "\qcommon". Had to move "ALut.lib" to the root of the "code" folder. I'm sure there's a better way to get it to work but I don't know how and I just wanted to compile some code lol.

 

I guess no one's been updating the VS files as well.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...