jackyohh Posted September 22, 2011 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 Link to comment Share on other sites More sharing options...
Ykkrosh Posted September 22, 2011 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.) Link to comment Share on other sites More sharing options...
jackyohh Posted October 2, 2011 Author Share Posted October 2, 2011 hmm ok, but there is no executable file, especially no binaries/system/test nor binaries/system/pyrogenesis Link to comment Share on other sites More sharing options...
feneur Posted October 2, 2011 Share Posted October 2, 2011 Have you tried building from the command line to see any possible errors? Link to comment Share on other sites More sharing options...
Linux_Eki Posted October 11, 2011 Share Posted October 11, 2011 rev 10385 fixes this problem. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now