jackyohh Posted September 22, 2011 Report Share Posted September 22, 2011 (edited) Hi,it's very strange but i always get an winbased exe after compilation, but i run linux!that's my script to download and build the game.#!/bin/shset -esvn co http://svn.wildfiregames.com/public/ps/trunk/ 0adcd 0ad/build/workspaces./update-workspaces.sh -j3cd gccmake CONFIG=Release -j3any ideas?greetings,jackyohh Edited September 22, 2011 by jackyohh Quote Link to comment Share on other sites More sharing options...
Ykkrosh Posted September 22, 2011 Report Share Posted September 22, 2011 The .exe comes from the SVN checkout, not from the compilation . (It's in SVN since that seemed the least problematic way to ensure artists on Windows could run an up-to-date version of the game without having to compile anything themselves.) Quote Link to comment Share on other sites More sharing options...
jackyohh Posted October 2, 2011 Author Report Share Posted October 2, 2011 hmm ok, but there is no executable file, especially no binaries/system/test nor binaries/system/pyrogenesis Quote Link to comment Share on other sites More sharing options...
feneur Posted October 2, 2011 Report Share Posted October 2, 2011 Have you tried building from the command line to see any possible errors? Quote Link to comment Share on other sites More sharing options...
Linux_Eki Posted October 11, 2011 Report Share Posted October 11, 2011 rev 10385 fixes this problem. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.