1. Can't Build 2293 on Linux
- Posted by euphoric (admin) Jul 28, 2009
- 871 views
- Last edited Jul 29, 2009
These are the last few lines:
Translating code, pass: 1 2 3 4 5 6 7 8 9 10 Can't create error message file: ex.err make[2]: *** [translate-here] Error 1 make[2]: Leaving directory `/home/realesta/euphoria/source/build/transobj' make[1]: *** [/home/realesta/euphoria/source/build/transobj/main-.c] Error 2 make[1]: Leaving directory `/home/realesta/euphoria/source' make: *** [translator] Error 2
Any ideas? Can anybody else build on Linux?
Thanks!
2. Re: Can't Build 2293 on Linux
- Posted by DerekParnell (admin) Jul 28, 2009
- 800 views
- Last edited Jul 29, 2009
These are the last few lines:
Translating code, pass: 1 2 3 4 5 6 7 8 9 10 Can't create error message file: ex.err make[2]: *** [translate-here] Error 1 make[2]: Leaving directory `/home/realesta/euphoria/source/build/transobj' make[1]: *** [/home/realesta/euphoria/source/build/transobj/main-.c] Error 2 make[1]: Leaving directory `/home/realesta/euphoria/source' make: *** [translator] Error 2
Any ideas? Can anybody else build on Linux?
Thanks!
Can you revert back to 2292 and recompile? Just trying to see if its the changes in 2293 that caused the problem.
It builds fine in Windows, BTW.
3. Re: Can't Build 2293 on Linux
- Posted by euphoric (admin) Jul 29, 2009
- 864 views
Can you revert back to 2292 and recompile? Just trying to see if its the changes in 2293 that caused the problem.
It builds fine in Windows, BTW.
Yeah, I've got it building fine on Windows, but I'm getting exceptions when running some code. I'll try to whittle that down.
In the meantime, what's the command for reverting to a prior revision?
4. Re: Can't Build 2293 on Linux
- Posted by DerekParnell (admin) Jul 29, 2009
- 848 views
In the meantime, what's the command for reverting to a prior revision?
I don't know what the Linux SVN command for that is. I use TortoiseSVN on Windows so I don't really know any of the command line options for SVN. I suspect its the "svn up" command with some switch to say whihc revision number you want it put back to. Try looking at the help text that comes with SVN.