From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,639c67044f34892c X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news3.google.com!newsfeed.stanford.edu!ctu-gate!news.nctu.edu.tw!news.ntu.edu.tw!feeder.seed.net.tw!netnews!not-for-mail From: "bubble" Newsgroups: comp.lang.ada Subject: Re: ActiveX Controls Date: Thu, 13 Jul 2006 11:29:40 +0800 Organization: HiNetNews Message-ID: References: <44b3b488$1@news.uni-rostock.de> <44b4f8a3$1@news.uni-rostock.de> NNTP-Posting-Host: 211.21.60.19 X-Trace: netnews.hinet.net 1152761376 8330 211.21.60.19 (13 Jul 2006 03:29:36 GMT) X-Complaints-To: usenet@HiNetnews.hinet.net NNTP-Posting-Date: Thu, 13 Jul 2006 03:29:36 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-RFC2646: Format=Flowed; Response Xref: g2news2.google.com comp.lang.ada:5655 Date: 2006-07-13T11:29:40+08:00 List-Id: Thomas, check your environment configuration and source code is correct. 1. ADA_SOURCE_PATH,ADA_INCLUDE_PATH environment variables should include %GNATCOM HOME% \ framework 2. PATH variable should be include %GNATCOM HOME% \tools "compilation unit expected" "illegal character" check your souce to sure there is no invisible illegal character in your source code and do not forget delete all *.o and *.ali in building path. in some case,clean build will solve some unknown problem. "Thomas Krueger" ���g��l��s�D:44b4f8a3$1@news.uni-rostock.de... > Hi, > > thank you for your email. Can you help me again? Iextracted the archive > and tried to install gnatcom by following the instruction in the > readme.txt. Instead off calling the install bat I entered the following > command: > > C:\Programme\gnavi\gnatcom>gnat make makefile > > after that I recieved the following error messages > > gcc -c -x ada makefile > makefile:1:01: compilation unit expected > makefile:26:10: illegal character > makefile:33:30: illegal character > makefile:50:24: illegal character > gnatmake: "makefile" compilation error > > the gnavi/gnatcom is in the path in autoexec.bat > > Sorry, but i dont know what to do to make it run. A longer time ago i've > written simple programm using the gwindows. At that time the installtion > using the old gnat 3.15p succeeded without any problems. > > Thank you > Thomas > >