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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a45d9efe82f87b8f,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o14g2000yqe.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: PolyORB Date: Mon, 3 Jan 2011 23:24:42 -0800 (PST) Organization: http://groups.google.com Message-ID: <27beb51b-be3a-4a6d-b827-3bbbdf792439@o14g2000yqe.googlegroups.com> NNTP-Posting-Host: 71.37.147.245 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1294125883 4332 127.0.0.1 (4 Jan 2011 07:24:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 4 Jan 2011 07:24:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o14g2000yqe.googlegroups.com; posting-host=71.37.147.245; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13 ( .NET CLR 3.5.30729; .NET4.0E),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:16314 Date: 2011-01-03T23:24:42-08:00 List-Id: I'm trying to get the GPL copy of PolyORB from adacore to build correctly [Win Vista, MinGW] and am currently stuck with the following error: "make: *** [polyorb_src.gpr] Error 4" The last few lines on prior to the error are: touch tools/po_catref/polyorb-giop_p-code_sets-description_data.ads- stamp gcc -c -o src/csupport.o -I/win/GNAT/polyorb-gpl-2010-src/src -g - O2 /win/GNAT /polyorb-gpl-2010-src/src/csupport.c ADA_PROJECT_PATH="/win/GNAT/polyorb-gpl-2010-src/projects;/win/GNAT/ polyorb-gpl- 2010-src/projects;$ADA_PROJECT_PATH" \ gnatmake -P polyorb_src.gpr --create-missing-dirs -g -O2 - XBuild=PRODU CTION -XWarnings_Mode=n -j4 -cargs -bargs -E gnatmake: project file "polyorb_src.gpr" not found in .;C:\win\GNAT \polyorb-gpl- 2010-src\projects;C:\win\GNAT\polyorb-gpl-2010-src\projects;;C:\GNAT \2009\lib/gc c/i686-pc-mingw32/4.3.4/..\..\..\gnat This suggests a path error, I think. But this attempt at running make I set the path to only "C:\GNAT\2009\bin;C:\GNAT\2009\libexec\i686-pc- mingw32\4.3.4;c:\MinGW\msys\1.0\bin" Also suspicious is the ";;" in the search-path prior to the error.