After svn up and make clean, I get this error
ntdll: [CC] string/strstr.c ntdll: [CC] string/strupr.c ntdll: [CC] string/wstring.c ntdll: [AR] ntdll.a ntdll: [LD] ntdll.nostrip.dll temp.exp(.edata+0x290):fake: undefined reference to `NtPlugPlayControl@12' temp.exp(.edata+0xafc):fake: undefined reference to `ZwPlugPlayControl@12' collect2: ld returned 1 exit status make: *** [ntdll.nostrip.dll] Error 1
--- GNU ld version 2.15.90 20040222 GNU Make 3.80 gcc (GCC) 3.4.2 (mingw-special)
Emanuele Aliberti wrote:
After svn up and make clean, I get this error
ntdll: [CC] string/strstr.c ntdll: [CC] string/strupr.c ntdll: [CC] string/wstring.c ntdll: [AR] ntdll.a ntdll: [LD] ntdll.nostrip.dll temp.exp(.edata+0x290):fake: undefined reference to `NtPlugPlayControl@12' temp.exp(.edata+0xafc):fake: undefined reference to `ZwPlugPlayControl@12' collect2: ld returned 1 exit status make: *** [ntdll.nostrip.dll] Error 1
GNU ld version 2.15.90 20040222 GNU Make 3.80 gcc (GCC) 3.4.2 (mingw-special)
make clean iface_native delete any traces of napi.c, win32k.c and zw.c in your directories. You should always clean, *then* up =)
Best regards, Alex Ionescu
make clean iface_native delete any traces of napi.c, win32k.c and zw.c in your directories. You should always clean, *then* up =)
Alex, 'make clean' doesnt remove napi.c, while it should. napi.S isnt removed too.
===== Sylvain Petreolle (spetreolle_at_users.sourceforge.net) humans are like computers, yesterday the BIOS was all - today its just a word
sorry for bothering, it works now... thanks to Exception and hpoussin on IRC (and others for listening :=) --- Sylvain Petreolle spetreolle@yahoo.fr a écrit :
make clean iface_native delete any traces of napi.c, win32k.c and zw.c in your directories. You should always clean, *then* up =)
Alex, 'make clean' doesnt remove napi.c, while it should. napi.S isnt removed too.
===== Usurp (aka Sylvain Petreolle) humans are like computers, yesterday the BIOS was all - today its just a word