From: Yaroslav K. <kav...@gm...> - 2011-08-10 10:31:17
|
Sam Steingold wrote: > > thanks, please try again. > gcc -I/usr/local/include -I/home/src/clisp/clisp/src -I/home/src/clisp/clisp/build-full-debug/gllib -I/home/src/clisp/clisp/src/gllib -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -falign-functions=4 -D_WIN32 -g -O0 -DDEBUG_OS_ERROR -DDEBUG_SPVW -DDEBUG_BYTECODE -DSAFETY=3 -DENABLE_UNICODE -I/usr/local/include -DDYNAMIC_FFI -c stream.c ../src/stream.d:14918:29: error: expected declaration specifiers or '...' before '*' token ../src/stream.d:14919:28: error: expected declaration specifiers or '...' before 'PIO_STATUS_BLOCK' ../src/stream.d:14921:5: error: expected declaration specifiers or '...' before 'FILE_INFORMATION_CLASS' ../src/stream.d:14918:9: warning: type defaults to 'int' in declaration of 'NTSTATUS' ../src/stream.d:14918:9: error: 'NTSTATUS' declared as function returning a function ../src/stream.d:14922:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'qif' ../src/stream.d:14923:31: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'get_qif' ../src/stream.d: In function 'handle_direction_compatible': ../src/stream.d:14955:12: error: 'QueryInformationFile_t' undeclared (first use in this function) ../src/stream.d:14955:12: note: each undeclared identifier is reported only once for each function it appears in ../src/stream.d:14955:35: error: expected ';' before 'qif' ../src/stream.d:14956:11: error: 'qif' undeclared (first use in this function) ../src/stream.d:14957:14: error: 'IO_STATUS_BLOCK' undeclared (first use in this function) ../src/stream.d:14957:30: error: expected ';' before 'iosb' ../src/stream.d:14958:14: error: 'FILE_ACCESS_INFORMATION' undeclared (first use in this function) ../src/stream.d:14958:38: error: expected ';' before 'fai' ../src/stream.d:14959:9: error: function 's' is initialized like a variable ../src/stream.d:14959:9: warning: implicit declaration of function 'qif' ../src/stream.d:14959:35: error: 'iosb' undeclared (first use in this function) ../src/stream.d:14959:48: error: 'fai' undeclared (first use in this function) ../src/stream.d:14960:30: error: 'FileAccessInformation' undeclared (first use in this function) ../src/stream.d:14961:21: error: 'STATUS_SUCCESS' undeclared (first use in this function) ../src/stream.d:14959:23: error: nested function 's' declared but never defined ../src/stream.d: In function 'handle_pathname': ../src/stream.d:15012:3: error: function 's' is initialized like a variable ../src/stream.d:15012:22: error: 'STATUS_SUCCESS' undeclared (first use in this function) ../src/stream.d:15017:12: error: 'QueryInformationFile_t' undeclared (first use in this function) ../src/stream.d:15017:35: error: expected ';' before 'qif' ../src/stream.d:15018:11: error: 'qif' undeclared (first use in this function) ../src/stream.d:15019:14: error: 'IO_STATUS_BLOCK' undeclared (first use in this function) ../src/stream.d:15019:30: error: expected ';' before 'iosb' ../src/stream.d:15020:21: error: 'iosb' undeclared (first use in this function) ../src/stream.d:15020:51: error: 'FileNameInformation' undeclared (first use in this function) ../src/stream.d:15028:10: error: 'FILE_NAME_INFORMATION' undeclared (first use in this function) ../src/stream.d:15028:33: error: 'fni' undeclared (first use in this function) ../src/stream.d:15028:62: error: expected expression before ')' token ../src/stream.d:15012:17: error: nested function 's' declared but never defined make: *** [stream.o] Error 1 small note - src/stream.d:14917 /* http://msdn.microsoft.com/en-us/library/ms804359.aspx */ this url is redirected to http://msdn.microsoft.com/en-us/library/ff567052.aspx additional information: http://msdn.microsoft.com/en-us/library/ff556646.aspx -- WBR, Yaroslav Kavenchuk |