User Tools

Site Tools


en:tutorials:orx:troubleshoot_building_orx

This is an old revision of the document!


Troubleshoot Building Orx

This page is a random collection of tips for when you have difficulty building Orx.

.../memory/orxMemory.c:47:20: fatal error: malloc.c: No such file or directory

You need to run setup.sh / setup.bat to get the Orx dependencies.

This will occur if:

  1. You never ran setup before, or:
  2. You've done a git pull for the latest and forgot to run setup again for the latest dependencies.

The setup command should be automatic when first cloning. Try running ./setup.sh or setup.bat again.

No output on mingw

For specific mingw issues, see the troubleshooter on this page.

C1900: Il mismatch in VS2015

>LINK : fatal error C1900: Il mismatch between 'P1' version '20150812' and 'P2' version '20130802'

If you get the above error in VS2015, it is because you need VS2015 Update 3. You can update under Tools / Extensions and Updates. Choose `Update 3`. This will download the installer to your machine. You'll need to close Visual Studio while you run the update.

en/tutorials/orx/troubleshoot_building_orx.1518406039.txt.gz · Last modified: 2018/02/11 23:27 (6 years ago) (external edit)