I am trying to build Wine cvs under Cygwin and when trying to build dlls I get this error:
../tools/winebuild/winebuild -o advapi32/advapi32.spec.def --def advapi32/advapi32.spec Unable to create output file '(null)' make: *** [advapi32/advapi32.spec.def] Error 1
Does someone have any idea on how to fix that ?
Julien
Le sam 25/10/2003 à 07:13, Julien C a écrit :
I am trying to build Wine cvs under Cygwin and when trying to build dlls I get this error:
../tools/winebuild/winebuild -o advapi32/advapi32.spec.def --def advapi32/advapi32.spec Unable to create output file '(null)' make: *** [advapi32/advapi32.spec.def] Error 1
winebuild doesn't seem to get the correct argument to -o (hence the '(null)').
Does Cygwin provide getopt_long, or is libwine_port's one used? Investigate that first (HAVE_GETOPT_LONG), then try to narrow your search.
Vincent