User Tools

Site Tools


en:tutorials:orx:troubleshoot_building_orx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:tutorials:orx:troubleshoot_building_orx [2020/08/21 06:08 (4 years ago)] – ↷ Links adapted because of a move operation sausageen:tutorials:orx:troubleshoot_building_orx [2023/02/19 18:01 (13 months ago)] (current) sausage
Line 14: Line 14:
 <hidden>Hidden section</hidden> <hidden>Hidden section</hidden>
  
-===== No output on mingw =====+===== No generated Windows folder after setup.sh or setup.bat =====
  
-For specific mingw issuessee the troubleshooter on [[en:tutorials:orx:windows:compiling_orx_with_mingw32_gmake#troubleshooting|this page]].+If you haven't updated your Orx library in a whilethis could happen, but is exceedingly rare. Did the other "Windows" folders generate under tools/orxCrypt? Maybe yes? Maybe no. Regardless, use git to clean up your unused files and folder under orx/ and then setup again. You should be back up and running again.
  
  
-===== C1900: Il mismatch in VS2015 =====+===== No output on mingw =====
  
-  >LINK : fatal error C1900: Il mismatch between 'P1' version '20150812' and 'P2' version '20130802' +For specific mingw issuessee the troubleshooter on [[en:tutorials:orx:windows:compiling_orx_with_mingw32_gmake#troubleshooting|this page]].
- +
-If you get the above error in VS2015it 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+
  
  
Line 47: Line 45:
 Just some glitch out there in the matrix, like a network timeout. Just try ./setup.sh again. Just some glitch out there in the matrix, like a network timeout. Just try ./setup.sh again.
  
-===== /usr/bin/ld: cannot find -lsndfile ===== +For more details on libraries required on Linux for Orx, see: [[en:tutorials:orx:linux:compiling-orx-linux|Compiling the Orx library for Linux]]
- +
-If you are building under Linux, you may possibly encounter this error while trying to compile +
- +
-   /usr/bin/ld: cannot find -lsndfile +
- +
-You require the libsndfile-devel package. For Fedora: +
- +
-   yum install libsndfile-devel +
-    +
-Or in Debian or Ubuntu: +
-   apt install libsndfile1-dev +
- +
-For more details on libraries required on Linux for Orx, see: [[en:tutorials:community:grey:setup_cl|Compiling the Orx library for Linux]]+
en/tutorials/orx/troubleshoot_building_orx.1598015336.txt.gz · Last modified: 2020/08/21 06:08 (4 years ago) by sausage