Emuforums.com

Go Back   Emuforums.com > PSX Emulation > PCSX Discussion
About Us Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old April 27th, 2003   #1 (permalink)
Registered User
 
Join Date: Apr 2003
Location: Acess Denied
Posts: 5
Question help compiling PCSX

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.
Fenix_Ikki is offline   Reply With Quote
Old April 27th, 2003   #2 (permalink)
Emu author
 
Join Date: Mar 2002
Posts: 146
hi, please read the Sources.txt in the Docs subdir.
linuzappz is offline   Reply With Quote
Old April 27th, 2003   #3 (permalink)
Registered User
 
Join Date: Apr 2003
Location: Acess Denied
Posts: 5
Quote:
Originally posted by linuzappz
hi, please read the Sources.txt in the Docs subdir.

thanks
off topic: great emu, i like it
Fenix_Ikki is offline   Reply With Quote
Old May 27th, 2003   #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>
shirouto_yokota is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 12:47.

© 2006 - 2008 Emu Forums | About Emu Forums | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5