Re: problem compiling dlls/ntdll/actctx.c

2007-10-07 Thread Ben Taylor
-- Original message -- From: Jacek Caban <[EMAIL PROTECTED]> > Hi Ben, > > Ben Taylor wrote: > > haven't built wine in a while, and ran into this on Solaris 10: > > > > actctx.c:76: error: `version' defined as wrong kin

problem compiling dlls/ntdll/actctx.c

2007-10-06 Thread Ben Taylor
haven't built wine in a while, and ran into this on Solaris 10: actctx.c:76: error: `version' defined as wrong kind of tag gmake[2]: *** [actctx.o] Error 1 gmake[2]: Leaving directory `/export/src/wine/100607/wine/dlls/ntdll' gmake[1]: *** [ntdll] Error 2 gmake[1]: Leaving directory `/export/src/

tools/winegcc solaris link options patch

2007-05-03 Thread Ben Taylor
Please comment on this patch: This patch adds two options to toool/winegcc to allow Solaris linker flags to be passed through and recognized. Prior to this patch, libraries compiled with winegcc (despite overloading every link related env variable I could think of), had a single RPATH when eva

Re: http access ot GIT?

2007-05-01 Thread Ben Taylor
-- Original message -- From: "H. Verbeet" <[EMAIL PROTECTED]> > On 01/05/07, Tom Spear <[EMAIL PROTECTED]> wrote: > > Did you try changing the git:// to http:// ? That is supposed to > > work thru port 80 with or without squid. YMMV > > > IIRC you need to set th

http access ot GIT?

2007-05-01 Thread Ben Taylor
Found myself behind an http-proxy and can't seem to find the magic to use the http proxy to update my git archive. Is there a way to use an http proxy (squid) with wine's git? Ben

Patch: please review fixes to wineshelllink

2007-04-26 Thread Ben Taylor
wineshelllink uses a bash/ksh construct like "$(get_menu_entries)", but since Solaris' /bin/sh is truly /bin/sh and not bash/ksh, it fails on this call. I have modified it to use a more "compatible" method suggested by Dan Kegel. In addition, the awk command uses the "match" function, but again t

Re: shell failure on tools/wineinstall

2007-04-26 Thread Ben Taylor
-- Original message -- From: Alexandre Julliard <[EMAIL PROTECTED]> > Detlef Riekenberg <[EMAIL PROTECTED]> writes: > > > On Do, 2007-04-26 at 13:42 +, Ben Taylor wrote: > > > > > >> if [ ! `which wine`

shell failure on tools/wineinstall

2007-04-26 Thread Ben Taylor
Ran into this error after building wine again. Not sure why I haven't seen this before, but: tools/wineinstall: line 272: [: too many arguments which translates to this line: if [ ! `which wine` ] On Solaris, if I do "which wine", I get a no wine in (long list of path entries)., so I a