Compiling Help by Elven Spellmaker at 8:58 AM EST on December 31, 2008
I have tried to compile this several times and it fails every time. Its only a minimal function application, but I would like to see what they have done. Any help would be much appreciated. Its a MIDI sequencer, and I have the working version 4.0.0.
I have tried to compile the non stock version of wxwidgets, and that apparently worked, both the debug and the release. Then it asks me to conpile tex2rtf, because the application relies on it. I try to do what it says and the compiler throws errors. I have installed the Platform SDK and copied the bin, include and the lib files over the top of VC++'s default files. This allowed the first builds I mentioned to work. So I am stuck now.
I added the environment variable as they said. (Thats for later, but I tried compiling the application wihtout the tex2rtf and suprise suprise, it didn't work.)
http://jazzplusplus.sourceforge.net/buildingwx/ and http://jazzplusplus.sourceforge.net/buildingjazz/
If you manage to build the debug and release wxWidgets and the release tex2rtf, you will need the application which is here
You will also as mentioned, need to add an environment variable in order to build the program.
This isn't a high priority thing and its quite off topic for the forum (Sorry =/), but I know you all are quite experienced with C++ and may have a solution to this, the program is only minimal functionality, but as I said it would be nice to see if there is anything different to the MIDI editor version I currently have, and this build process seems to me, to be impossible.