Normmatt Posted January 18, 2005 Share Posted January 18, 2005 how the hell do i compile the source i want to be able to compile the source! Link to comment Share on other sites More sharing options...
Federelli Posted January 18, 2005 Share Posted January 18, 2005 I'd also aprecciate a step by step explanation (i have no clue on how to compile a single thing, it's lame) Link to comment Share on other sites More sharing options...
MeGaBiTe1 Posted January 18, 2005 Share Posted January 18, 2005 (edited) It comes with a makefile, so use that. I use nmake (which came with MS Visual C++, I believe) for the makefile, but you could also use a port of GNU make or numerous other programs. Edited January 18, 2005 by MeGaBiTe1 Link to comment Share on other sites More sharing options...
Two9A Posted January 18, 2005 Share Posted January 18, 2005 It comes with a makefile, so use that. I use nmake (which came with MS Visual C++, I believe) for the makefile, but you could also use a port of GNU make or numerous other programs.nmake is the ideal, but it MIGHT work with gmake. Just a matter of having a Windows port of it, and having Microsoft's compiler. (And, of course, you need to set up your include and library paths at the top of the Makefile.) Link to comment Share on other sites More sharing options...
Normmatt Posted January 19, 2005 Author Share Posted January 19, 2005 Well i have Visual C++ 6 can i compile it in that and what is the psdk path pointing to?? Link to comment Share on other sites More sharing options...
MeGaBiTe1 Posted January 19, 2005 Share Posted January 19, 2005 You can just cd to the directory with the DSemu makefile and issue the nmake command. Link to comment Share on other sites More sharing options...
Normmatt Posted January 21, 2005 Author Share Posted January 21, 2005 how the hell do i make it with the make file i opened it in nmake.exe and it said the makefile was upto date but it still wouldnt compile it why dont you just make a makefile from the build menu in visual c++ 6 it would make compiling much easyier Link to comment Share on other sites More sharing options...
MeGaBiTe1 Posted January 21, 2005 Share Posted January 21, 2005 why dont you just make a makefile from the build menu in visual c++ 6 it would make compiling much easyierI don't think he uses Visual C++ 6 to code DSEmu Link to comment Share on other sites More sharing options...
Two9A Posted January 21, 2005 Share Posted January 21, 2005 I don't think he uses Visual C++ 6 to code DSEmuYeh, therein lies the problem. I'm at least trying to go about this in a fully legal manner, which means I can't afford MSVC6 in full. So, I don't have a build menu If you change the paths at the start of the Makefile, then issue "make clean" and "make", you should end up with a working fileset. But if you're compiling it, you're making changes; if you're making changes, can you please let me know, so I can put them in the "official" codebase? Link to comment Share on other sites More sharing options...
Normmatt Posted January 21, 2005 Author Share Posted January 21, 2005 sorry for sounding like an idoit but how to i run the makefile i tryied running it with a.bat ext and opening it as a project in visual c++ 6 but both didnt do anything well the.bat thing did but it was full of errors Link to comment Share on other sites More sharing options...
Two9A Posted January 21, 2005 Share Posted January 21, 2005 sorry for sounding like an idoit but how to i run the makefile i tryied running it with a.bat ext and opening it as a project in visual c++ 6 but both didnt do anything well the.bat thing did but it was full of errorsTry opening up a command line, cd to the directory you put the DSemu src in, and typing nmakeWhat does that do? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now