PlaneShift

Development => Development Deliberation => Topic started by: TecSoft on February 07, 2006, 02:28:17 am

Title: Compiling with VC++ 6.0
Post by: TecSoft on February 07, 2006, 02:28:17 am
Hello everyone. I got written permission from the main developer to use PlaneShift to create my own game. But I am have some problems. How do I compile under Visual C++ 6? There was no workspaces or project files for Visual C++ 6. If anyone has done this please let me know. I really need to be able to build PlaneShift. Any help is welcome and appreciated.

-TecSoft.
Title:
Post by: acraig on February 07, 2006, 03:50:23 am
VC++6 support has been dropped for several reasons.  Most of all, it\'s a buggy compiler that doesn\'t follow ANSI standards and requires hacks in the code to make it compile.   I would suggest downloading the free version of Visual C++ that Mircosoft is offereing.
Title:
Post by: TecSoft on February 07, 2006, 04:27:06 am
Well I firgured I can do that but I don\'t have SP2 and I don\'t want to upgrade. I used MinGW. I installed MYSIS (I think that is what it is called) and ran MinGW32.exe. Then I did ./configure. Here is the error I get. config.status: executing include/csconfig.h commands
config.status: executing Jamconfig commands
config.status: executing jam.exe commands
config.status: executing Makefile commands
config.status: WARNING: failed to create makefile emulation layer

Can anyone help me fix this?
Title:
Post by: acraig on February 07, 2006, 04:32:09 am
Try reading over this information?

http://cvs.sourceforge.net/viewcvs.py/planeshift/planeshift/docs/compiling-mingw32.txt?rev=1.15&view=auto

I don\'t use mingw myself but I know it\'s possible to build using it.
Title:
Post by: TecSoft on February 07, 2006, 04:40:16 am
Thanks I will.

-TecSoft.