PDA

View Full Version : help compiling PCSX


Fenix_Ikki
April 27th, 2003, 17:18
Deleting intermediate files and output files for project 'pcsx - Win32 Debug'.
--------------------Configuration: pcsx - Win32 Debug--------------------
Compiling resources...
Compiling...
AboutDlg.c
WndMain.c
PsxBios.c
CdRom.c
Decode_XA.c
Sio.c
Spu.c
DisR3000A.c
Gte.c
PsxMem.c
ConfigurePlugins.c
plugin.c
plugins.c
PsxInterpreter.c
R3000A.c
PsxHw.c
PsxDma.c
Mdec.c
Misc.c
PsxCounters.c
Generating Code...
Compiling...
iR3000A.c
ix86.c
PsxHLE.c
Generating Code...
Linking...
zlib.lib : fatal error LNK1112: module machine type "ALPHA" conflicts with target machine type "IX86"
Error executing link.exe.

pcsx.exe - 1 error(s), 0 warning(s)

linuzappz
April 27th, 2003, 22:04
hi, please read the Sources.txt in the Docs subdir.

Fenix_Ikki
April 27th, 2003, 23:47
Originally posted by linuzappz
hi, please read the Sources.txt in the Docs subdir.
:rolleyes:
thanks:)
off topic: great emu, i like it:D

shirouto_yokota
May 27th, 2003, 14:26
Hello,
To compile official PCSX 1.5 in MinGW environment, a fix was reqired.

diff -urN PcsxSrc-1.5.orig\PsxCommon.h PcsxSrc-1.5\PsxCommon.h
--- PcsxSrc-1.5.orig\PsxCommon.h Mon May 05 10:26:24 2003
+++ PcsxSrc-1.5\PsxCommon.h Thu May 15 02:42:22 2003
@@ -26,7 +26,7 @@
#include <zlib.h>
#endif

-#if defined(_MSC_VER_)
+#if defined(__WIN32__)

#include <windows.h>