[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New version of Wine ?
On Mon, 5 Jul 2004 17:17:45 +0000
j0rd spam <j0rd.spam@gmail.com> wrote:
> here is some example output of me trying to run the editplus
> installer. SEE ATTACHED core dump.
>
> The "fixme"'s happen on fbsd aswell, so i figure they can be ignored.
> Keep in mind I am not very familiar with wine nor openbsd so someone
> with a bit more experience might be able to get it working with
> minimal effort. The lastest versions of wine do work on netbsd and
> freebsd, so it would be plausable that someone would be able to get it
> working on openbsd.
>
Wine generates 'fixme' messages from routines that are skeletons or the
last coder knew were not complete. They are basically a method of
reminding people that Wine is still at the Alpha stage.
They may be platform specific but only rarely.
For a long time Wine would not run on OBSD as the way it worked required
ELF format executables, not supported by OBSD.
If you want to contribute to the project then feel free to do so, but do
remember that it already runs at around 1 million lines of C anmd some
parts are _very_ clever.