From: "glloyd" Newsgroups: comp.os.msdos.djgpp Subject: Repost:RSXNTDJ header errors Lines: 42 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Organization: Soft-Tech Information Services Message-ID: <910660357.159395@sun.brisnet.org.au> Cache-Post-Path: sun.brisnet.org.au!unknown AT ts1-215 DOT st DOT net DOT au X-Cache: nntpcache 2.3.2.1 (see http://www.nntpcache.org/) Date: Sun, 8 Nov 1998 14:14:03 +1100 NNTP-Posting-Host: 203.37.129.8 X-Complaints-To: abuse AT telstra DOT net X-Trace: nsw.nnrp.telstra.net 910660368 203.37.129.8 (Tue, 10 Nov 1998 12:12:48 EST) NNTP-Posting-Date: Tue, 10 Nov 1998 12:12:48 EST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sorry for this repost,but i have noticed that as from the 31/10/98 I have not received any news from this ng. I have installed the Rsxntdj package,copied the files from the SDK Platform pkg into rsxntdj\include\mssdk and applied the patch from rsxpatch.zip to these files and also applied the patch to the specs file in rsxntdj\lib, I have been able to compile all the files in the rsxntdj\sample\gui with the exception of these two,winedit.c and Whello.cpp. In winedit.c when compiling i get the following error... In file included from winedit.c:4: D:/rsxntdj/include/mssdk/richedit.h:1030: parse error before `/' D:/rsxntdj/include/mssdk/richedit.h:1030: warning no semicolon at end of struct or union D:/rsxntdj/include/mssdk/richedit.h:1033: parse error before `}' plus a few others,i had a look at the file richedit.h and could not find any errors in the file,obviously maybe this sort of error is not where it states but probably precedes this,i was able to get this to compile by commenting out this particular part of the code. Problem Whello.cpp gcc -Zwin32 -Wall -c -o whello.o whello.cpp In file included from d:/rsxntdj/include/mssdk/windows.h:157, from whello.cpp:3: d:/rsxntdj/include/mssdk/wingdi.h:2609: parse error before `__attribute__' there are quite a few errors following this in this file then at in file included from d:/rsxntdj/include/mssdk/windows.h:169, from whello.cpp:3: d:/rsxntdj/include/mssdk/winnls.h:734: parse error before `__attribute__' plus numerous others i will not include them here as they are fairly numerous and i'm sure this may have come up before,the patch for these include files has been done,well they have been changed according to the date,that is,the day i patched them,the pkg i got these includes from was a May 1998 release. While I'm here i noticed there are files in the rsxntdj\include\win32 directory with the same filenames as what's in the mssdk directory, are these files needed that have duplicate names as those in rsxntdj\include\mssdk. Also is there a resource editor with this package,have patience with me as i'm fairly new to this. well thanks for taking the time to read this and any help u can give me. Cheers Gary Lloyd..