Re: Build Euphoria 4 in Linux
- Posted by jimcbrown (admin) Nov 01, 2009
- 1009 views
DerekParnell said...
jimcbrown said...
I thought it was obvious.
Its linux - Nothing is obvious!
Anyhow ... I'd done everything except the './configure' step. It appears to be working now I've run that, except that the just built version is showing "(rexported)" as its revision number. How do I get the SVN number there now?
That's odd. It sounds like either the .svn directory(ies) is missing from your svn tree, or revget.ex is being run from the wrong directory.
Looking at Makefile (source: Makefile.gnu) line 294, revget.ex is called with a root of .. but it should probably be called with -root $(TRUNKDIR)