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 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!z5g2000yqb.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: PolyORB Date: Wed, 12 Jan 2011 09:12:11 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <27beb51b-be3a-4a6d-b827-3bbbdf792439@o14g2000yqe.googlegroups.com> <0c6c3b85-a76e-4e8a-94a1-d81905e80691@i18g2000yqn.googlegroups.com> <9fe02d04-f986-41c6-bbc1-0cfd0cb3a7cb@v17g2000yqv.googlegroups.com> NNTP-Posting-Host: 149.32.224.34 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1294852331 12913 127.0.0.1 (12 Jan 2011 17:12:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 12 Jan 2011 17:12:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z5g2000yqb.googlegroups.com; posting-host=149.32.224.34; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; MS-RTC LM 8),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:17371 Date: 2011-01-12T09:12:11-08:00 List-Id: On Jan 11, 6:09=A0pm, Shark8 wrote: > On Jan 7, 10:24=A0am, Anh Vo wrote: > > > On Jan 3, 11:24=A0pm, Shark8 wrote: > > > > I'm trying to get the GPL copy of PolyORB from adacore to build > > > correctly [Win Vista, MinGW] and am currently stuck with the followin= g > > > 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 =A0-g - > > > O2 =A0/win/GNAT > > > /polyorb-gpl-2010-src/src/csupport.c > > > ADA_PROJECT_PATH=3D"/win/GNAT/polyorb-gpl-2010-src/projects;/win/GNAT= / > > > polyorb-gpl- > > > 2010-src/projects;$ADA_PROJECT_PATH" \ > > > =A0 =A0 =A0 =A0 =A0 gnatmake -P polyorb_src.gpr --create-missing-dirs= -g -O2 - > > > XBuild=3DPRODU > > > CTION -XWarnings_Mode=3Dn -j4 =A0 -cargs =A0-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. > > > You are using GNAT-GPL-2009 to build polyorb-gpl-2010. I would suggest > > that you use GNAT-GPL-2010 instead. If the problem persists, then go > > from there. > > > Anh Vo > > I uninstalled =A0GNAT 2009 and installed 2010, still the same thing. > I also changed the directory-separators in the PATH variable to '/', > which Windows can handle... no luck there. > I did notice something re-reading the user's guide for making PolyORB, > the sequence is "./configure" -> "make" -> "make install" and I had > misread that to omit the first make (but either way it stops at the > exact same place w/ the same error). > > :| -- I'm flat out of ideas right now.- Hide quoted text - > It built successfully under Linux. I do not believe PolyOrb was tested with Windows / MinGW. However, if it works on MingWW, it would be a treat. I will take a close look at it if I can find time.