snippet Posted July 14, 2006 Share Posted July 14, 2006 Hi! is there another compiler i can use instead of msvc to compile the jedi academy sdk??? Link to comment Share on other sites More sharing options...
Tinny Posted July 14, 2006 Share Posted July 14, 2006 If you want to compile for Linux you can just use gcc. However there are some quake tuts that show how to compile the quake sdk with free compilers. Check those out on google and try to apply those to ja sdk. Someone here probably knows much more about this than I do. Link to comment Share on other sites More sharing options...
Vruki Salet Posted July 14, 2006 Share Posted July 14, 2006 Someone on the forum here or maybe the ojp lucasforums forum said you can compile it with the new free "express" version of microsoft's ide, if what you're worried about is the money. Link to comment Share on other sites More sharing options...
ensiform Posted July 14, 2006 Share Posted July 14, 2006 gcc works for windows too. Link to comment Share on other sites More sharing options...
Tinny Posted July 14, 2006 Share Posted July 14, 2006 Is there a gcc for windows or does it only run on linux but make windows dlls? Link to comment Share on other sites More sharing options...
snippet Posted July 14, 2006 Author Share Posted July 14, 2006 thanks for your replys everyone Link to comment Share on other sites More sharing options...
Vruki Salet Posted July 15, 2006 Share Posted July 15, 2006 Is there a gcc for windows or does it only run on linux but make windows dlls? Maybe he means via Cygwin? http://www.cygwin.com/ Link to comment Share on other sites More sharing options...
stubert Posted July 15, 2006 Share Posted July 15, 2006 when gcc is ported to a platform (such as windows) it's a relyable compiler for that platform Link to comment Share on other sites More sharing options...
ensiform Posted July 15, 2006 Share Posted July 15, 2006 Maybe he means via Cygwin? http://www.cygwin.com/ ever used dev-c++? no need for cygwin which is poc imo. you could also use msys. Link to comment Share on other sites More sharing options...
Vruki Salet Posted July 15, 2006 Share Posted July 15, 2006 I have dev-c++ but haven't used it. I use msvc cause it's easy one-stop-shopping for my JKA stuff and I'm lazy, though speaking of poc's... It's the only software I have that brings down windows just by running for awhile, to the point where I have to reboot like I'm running windowsME or something. Well waddyaknow I looked in devcpp folder and there was gcc in the bins. Thanks for the msys tip too. Link to comment Share on other sites More sharing options...
ensiform Posted July 15, 2006 Share Posted July 15, 2006 no problem. Link to comment Share on other sites More sharing options...
snippet Posted July 16, 2006 Author Share Posted July 16, 2006 i tried devcpp and it works great but i dont know how to set it upp to compile the sdk!! i converted the sln to dsp and imported the proj but when i came to compiling it it stops after 5 seconds giving me alot of warnings and errors! dose anyone know how to set devc up properly for compilation?? thanks in advance! Link to comment Share on other sites More sharing options...
ensiform Posted July 17, 2006 Share Posted July 17, 2006 dev-c++ does the projects only, not solutions. Link to comment Share on other sites More sharing options...
razorace Posted July 18, 2006 Share Posted July 18, 2006 ever used dev-c++? no need for cygwin which is poc imo. you could also use msys. dev-c++ can cross compile to Linux on a Windows system? Link to comment Share on other sites More sharing options...
stubert Posted July 19, 2006 Share Posted July 19, 2006 you need cygwin on windows to compile for linux and wine on linux to compile for windows or wine on windows to compile for linux Link to comment Share on other sites More sharing options...
ensiform Posted July 19, 2006 Share Posted July 19, 2006 dev-c++ can cross compile to Linux on a Windows system? nobody asked about cross-compiling, but you can use cygwin or msys for that if u have all the right gcc stuff. btw just converting it wont do for dev-c++. there are some dev files in my proj that dumbledore has but i don't really use them for ensimod and they have tons of extra stuff nor do i know some of the correct things that are needed. Link to comment Share on other sites More sharing options...
Blµb Posted August 6, 2006 Share Posted August 6, 2006 Dev-C++ project link: http://www.lucasforums.com/showthread.php?t=123557 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.