How do I compile the 1.08 source?

Status
Not open for further replies.
K, I'll go check.

EDIT: ZOMG it worked. Now to go copy and paste stuff from 1.09 to 1.08!

Delete + Repost: 'K, I got an error. (Well, actually about 10 errors, explaining in detail later)

Code:
31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM' 
31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM'

This is the redefinition:
Code:
WIN_TYPES(IDirect3DRM, DIRECT3DRM);
And this is the first defenition:
Code:
typedef struct IDirect3DRM *LPDIRECT3DRM;

Which line should I delete? (By the way, the other errors were redefenitions, but both lines were the same, so it didn't matter whihc one I deleted)
 
Kaysakado said:
K, I'll go check.

EDIT: ZOMG it worked. Now to go copy and paste stuff from 1.09 to 1.08!

Delete + Repost: 'K, I got an error. (Well, actually about 10 errors, explaining in detail later)

Code:
31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM' 
31 E:\Dev-Cpp\include\d3drm.h redefinition of typedef 'LPDIRECT3DRM'

This is the redefinition:
Code:
WIN_TYPES(IDirect3DRM, DIRECT3DRM);
And this is the first defenition:
Code:
typedef struct IDirect3DRM *LPDIRECT3DRM;

Which line should I delete? (By the way, the other errors were redefenitions, but both lines were the same, so it didn't matter whihc one I deleted)

bad DirectX SDK....
use http://www.libsdl.org/extras/win32/common/directx-devel.tar.gz
and unpack them into E:\Dev-Cpp
 
K, I used 7-zip and extracted it to E:/Dev-Cpp, now it should work? Also, is it supposed to be a Tar within a tar?

EDIT: Long story short: It didn't work.
 
Kaysakado said:
EDIT: Long story short: It didn't work.

yea, I went thur my old SRB2108 src tree, I had done alot of work making SRB2 be able to compile with Mingw and alot of DirectX SDKs over an one year period
 
Soo... what should I do now?

Delete+repost: 'K, first off, I still need an answer, and also, now, when I try to compile 1.09, I get these error messages:

Code:
 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c In function `myEnumModesCallback': 
125 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c syntax error before '.' token 
 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c In function `ClearSurface': 
420 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c syntax error before '.' token 
 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c In function `LockScreen': 
538 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\fabdxlib.c syntax error before '.' token 
 E:\Documents and Settings\Rafat\My Documents\SRB2\Sonic 3 Ability\src\win32\Makefile.win [Build Error]  [../../objs/Mingw/Win32/fabdxlib.o] Error 1

I figured this was better then making a new topic.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 0, Members: 0, Guests: 0)

Back
Top