[Wormux-dev] Wormux cross-compilation to a windows target

2006-07-22 Par sujet Kurosu
Hello, I don't plan to write any wiki doc, so here are the minimal stuff for cross-compiling wormux: 1) cfg-gcc will help create a cross compiler 2) cross.sh will help run wormux' configure so as to use the cross-compiler; I haven't been able to have it properly use my cross-compiler, so I had

Re: [Wormux-dev] Wormux cross-compilation to a windows target

2006-07-22 Par sujet Kurosu
Kurosu wrote: 4) I have updated the cross_setup.sh so as to use it within a cross-compilation environment. The cross-compiler name-prefix and path are editable in it. This should read: "I have updated the create_setup.sh script (see cross_setup.diff) ..." And here is the updated version to

Re: [Wormux-dev] Replay recording/replaying

2006-07-22 Par sujet Kurosu
Kurosu wrote: I hope to spark some interest this time around. ;) Constant svn breakage made the attached patch the last straw into trying to add replay support. It adds nothing compared to the previous patch, except for bugfixes from the report by lodesi. So it is as buggy and non-functional

Re: [Wormux-dev] Wormux cross-compilation to a windows target

2006-07-22 Par sujet artefact
Hi, When you say cross-compiling, you mean : compiling from Linux to Windows, isn't it ? Because from Linux arch1 to Linux arch2 (i386, powerpc or anything else) I think that running ./configure --target= is enough. Of course, you have to have the right compiler. Can anyone confirm ? It's my impre