Re: compiling euphoria 4.0

new topic     » goto parent     » topic index » view thread      » older message » newer message
Jim C. Brown said...
Shawn Pringle B.Sc. said...

Caution: If you use spaces in the path or use an file system other than vfat or ntfs you may have problems compiling the DOS version.

Shawn Pringle

The DOS version should compile on ext2 (via the ext2fs driver for WNT). Can you confirm, Shawn?

Yes, it does.

You should make configure.bat do the equivalent of:

if sequence( dir(".svn") ) then 
    puts( fd, "SVNDIR=.svn\n" ) 
else 
    puts( fd, "SVNDIR=svn~1\n" ) 
end if     

And then put $(SVNDIR) as the dependency for rev.e. That will ensure the binaries will report the correct svn number at start up no matter which file system you are using.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu