SithLordAJ Posted October 28, 2006 Share Posted October 28, 2006 So I found the Universal SDK for JA on lucasfiles, but I compile (I get quite a few warnings, some of which look like it's confused about mac includes) and I throw the cgamex86.dll, jampgamesx86.dll, and uix86.dll in a pk3 and into a folder in the gamedata folder. I run, I select my mod (which at this point is nothing, im just runing the unedited code), I start a game and as soon as I join the game locks up. What is really strange is a few of the errors are about not being able to find certain files. I look at where it's supposed to be including them and the line is commented out! Why does it care?!? Am I suddenly going to have a paperclip pop up and tell me I gots bad grammar too? Now, I've taken a look around on the forums here for something similar to this. There was one thread about someone trying to compile on linux and having problems with 'powf'. one of the errors mentions this, however I'm not sure that something else isn't going on. Anybody got some pointers? Link to comment Share on other sites More sharing options...
SithLordAJ Posted October 28, 2006 Author Share Posted October 28, 2006 I guess I should mention that I'm running under win xp and that I'm trying to compile on Visual C++ 6. Link to comment Share on other sites More sharing options...
XycaleTh Posted November 8, 2006 Share Posted November 8, 2006 If I remember correctly (btw this should be in the JA Coding forum), you need to comment out powf from q_math.c and q_shared.h because they're already defined as functions in the C headers. Not sure if there's any other things to comment out though. Link to comment Share on other sites More sharing options...
Dom_152 Posted November 8, 2006 Share Posted November 8, 2006 Usually the powf() thing throws an error, not a warning so it wouldn't have compiled. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.