UserAccount3 Posted June 6, 2012 Share Posted June 6, 2012 i try to compile mta 1.4 but it give these errors: ------ Build started: Project: CEGUI - DirectX9GUIRenderer, Configuration: Release Win32 ------ Compiling... d3d9renderer.cpp ..\..\..\..\..\src\renderers\directx9GUIRenderer\d3d9renderer.cpp(31) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory d3d9texture.cpp ..\..\..\..\..\src\renderers\directx9GUIRenderer\d3d9texture.cpp(31) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory Build log was saved at "file://c:\MTASOURCE\vendor\cegui-0.4.0-custom\makefiles\win32\VC++7.1\Renderers\DirectX9Renderer\Release\BuildLog.htm" CEGUI - DirectX9GUIRenderer - 2 error(s), 0 warning(s) In Project: Client - Deathmatch, Configuration: Release Win32 is errors: c:\mtasource\vendor\portaudio\pa_win_ds_dynlink.h(66) : fatal error C1083: Cannot open include file: 'dsound.h': No such file or directory pa_win_ds.c ..\..\..\vendor\portaudio\pa_win_ds.c(60) : fatal error C1083: Cannot open include file: 'dsound.h': No such file or directory and client - GUI c:\mtasource\mta10\gui\StdInc.h(14) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory and Project: Client - Core c:\mtasource\mta10\core\StdInc.h(11) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory How i can fix this? Link to comment
MTA Team jhxp Posted June 6, 2012 MTA Team Share Posted June 6, 2012 You seem to be missing DirectX SDK. Make sure you have installed all the needed packages before compiling. List of needed packages: https://wiki.multitheftauto.com/wiki/Compiling_MTASA Link to comment
UserAccount3 Posted June 6, 2012 Author Share Posted June 6, 2012 I did install all of those packages before i compiled. Link to comment
Slifer Posted June 6, 2012 Share Posted June 6, 2012 I did install all of those packages before i compiled. Did you link it to the DirectX SDK ? http://www.pixieuniversity.com/tutorials/tutorialA.php scroll down.. Link to comment
UserAccount3 Posted June 6, 2012 Author Share Posted June 6, 2012 Now it looks working fine... thx guys EDIT: works perfectly now!! i made my first "edit" to the source code and it worked out perfect!!! thank you guys for helping me get things running Link to comment
qaisjp Posted June 28, 2012 Share Posted June 28, 2012 What did you edit, just out of curiousity Link to comment
UserAccount3 Posted July 7, 2012 Author Share Posted July 7, 2012 I added some message box to the startup so nothing awesome . It was only a little test to see if it was working. Link to comment
Recommended Posts