torbenh@xxxxxx wrote: > how does /usr/local/include/wine/library.h > declare wine_init ? > > here its > extern void wine_init( int argc, char *argv[], char *error, int error_size ); > > and in the new version i dled its the same. > this must be due to the patches you applied to wine. > > It's different here: extern void wine_init( int argc, char *argv[], char *envp[], char error, int error_size ); Don't ask me! Programming is magic and version control is non-intuitive. Some background in case it matters: 1) This is a Gentoo box flash root # emerge info Portage 2.0.50-r7 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.6-rc1) ================================================================= System uname: 2.6.6-rc1 i686 Mobile Intel(R) Pentium(R) 4 CPU 3.06GHz Gentoo Base System version 1.4.15 Autoconf: sys-devel/autoconf-2.59-r3 Automake: sys-devel/automake-1.8.3 2) I have installed Wine from ebuilds 3) I have installed Wine from Kjetil's vstserver package 4) I have installed Wine from CVS I'm pretty sure it's just messed up from all of that. I'll *try* to clean up and see what happen. Thanks for showing me where the issue is. Cheers, Mark