|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Registered User
Join Date: Apr 2003
Location: Acess Denied
Posts: 5
|
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) Last edited by Fenix_Ikki; April 27th, 2003 at 16:32. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Mar 2003
Posts: 39
|
(off topic) compiling PCSX 1.5 in MinGW
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> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|