From: Grzegorz J. <ja...@ac...> - 2004-08-22 15:19:54
|
Hi, I made (hopefully final) changes to rel_2_8 branch. I tested on Debian and RedHat, I could not make plugins functional on RedHat, but otherwise things look fine. I would appreciate if somebody could test on Cygwin (Gilles, could you?). If that works, I will release. Rel. 2.8 is a first release after cleaning and refactoring campaign started several months ago. This works goes on and HEAD is already ahead rel_2_8. After the release I would like to open a discussion on current project goals, priorities and code sharing with Synopsis. BR Grzegorz |
From: <se...@in...> - 2004-08-22 16:56:49
|
On Sun, 2004-08-22 at 11:15, Grzegorz Jakacki wrote: > Hi, > > I made (hopefully final) changes to rel_2_8 branch. I tested on > Debian and RedHat, I could not make plugins functional on RedHat, > but otherwise things look fine. Could you be more specific on the plugins for RedHat. thanks > I would appreciate if somebody could test on Cygwin (Gilles, could > you?). If that works, I will release. Sorry, I can not > Rel. 2.8 is a first release after cleaning and refactoring campaign > started several months ago. This works goes on and HEAD is already > ahead rel_2_8. After the release I would like to open a discussion > on current project goals, priorities and code sharing with Synopsis. |
From: Grzegorz J. <ja...@ac...> - 2004-08-23 13:37:44
|
Gilles J. Seguin wrote: > On Sun, 2004-08-22 at 11:15, Grzegorz Jakacki wrote: > >>Hi, >> >>I made (hopefully final) changes to rel_2_8 branch. I tested on >>Debian and RedHat, I could not make plugins functional on RedHat, >>but otherwise things look fine. > > > Could you be more specific on the plugins for RedHat. thanks The only RedHat I can test on is x86-linux2 on CompileFarm (Red Hat Linux 3.2.2-5). This is what I got: <log> ... Testing comp/tnested/compilation-via-plugin ... + cd testsuite.dir/comp/tnested/compilation-via-plugin + /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/occ2 -I/h ome/users/j/ja/jakacki/local/gc6.2/include -L/home/users/j/ja/jakac ki/local/gc6.2/i686-pc-linux-gnu/x86-linux2.cf.sourceforge.net/lib -m /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuit e/comp/tnested-class.mc /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuite/c omp/tnested-class.mc:9: a metaclass should include at least one not -inlined virtual function: NestedClass g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtbeginS.o: No such file o r directory g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtendS.o: No such file or directory occ2: command failed: libtool --tag=CXX --mode=link --silent g++ -a void-version -module -rpath /home/users/j/ja/jakacki/tmp/test-openc xx-22221/opencxx/testsuite/testsuite.dir/comp/tnested/compilation-v ia-plugin NestedClass-init.lo -o NestedClass-init.la g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtbeginS.o: No such file o r directory g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtendS.o: No such file or directory occ2: command failed: libtool --tag=CXX --mode=link --silent g++ -a void-version -module -rpath /home/users/j/ja/jakacki/tmp/test-openc xx-22221/opencxx/testsuite/testsuite.dir/comp/tnested/compilation-v ia-plugin tnested-class.lo -o NestedClass.la FAIL: comp/tnested/compilation-via-plugin </log> Looks very strange, but other tests worked, so I decided to give up on this issue. BR Grzegorz >>I would appreciate if somebody could test on Cygwin (Gilles, could >>you?). If that works, I will release. > > > Sorry, I can not > > >>Rel. 2.8 is a first release after cleaning and refactoring campaign >>started several months ago. This works goes on and HEAD is already >>ahead rel_2_8. After the release I would like to open a discussion >>on current project goals, priorities and code sharing with Synopsis. > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users |
From: <se...@in...> - 2004-08-23 16:04:19
|
On Mon, 2004-08-23 at 09:32, Grzegorz Jakacki wrote: > Gilles J. Seguin wrote: > > On Sun, 2004-08-22 at 11:15, Grzegorz Jakacki wrote: > > > >>Hi, > >> > >>I made (hopefully final) changes to rel_2_8 branch. I tested on > >>Debian and RedHat, I could not make plugins functional on RedHat, > >>but otherwise things look fine. > > > > > > Could you be more specific on the plugins for RedHat. thanks > > The only RedHat I can test on is x86-linux2 on CompileFarm (Red Hat > Linux 3.2.2-5). This is what I got: > > <log> > ... > Testing comp/tnested/compilation-via-plugin ... > + cd testsuite.dir/comp/tnested/compilation-via-plugin > + /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/occ2 -I/h > ome/users/j/ja/jakacki/local/gc6.2/include -L/home/users/j/ja/jakac > ki/local/gc6.2/i686-pc-linux-gnu/x86-linux2.cf.sourceforge.net/lib why have added this library path. The thing does not work there, but it work on my computer. > -m /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuit > e/comp/tnested-class.mc > /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuite/c > omp/tnested-class.mc:9: a metaclass should include at least one not > -inlined virtual function: NestedClass > > g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtbeginS.o: No such file o > r directory You are suppose to be in 3.2.2 not 2.95.2, add -v option to g++ good luck with this, |
From: Grzegorz J. <ja...@ac...> - 2004-08-24 14:38:42
|
Gilles J. Seguin wrote: > On Mon, 2004-08-23 at 09:32, Grzegorz Jakacki wrote: > >>Gilles J. Seguin wrote: >> >>>On Sun, 2004-08-22 at 11:15, Grzegorz Jakacki wrote: >>> >>> >>>>Hi, >>>> >>>>I made (hopefully final) changes to rel_2_8 branch. I tested on >>>>Debian and RedHat, I could not make plugins functional on RedHat, >>>>but otherwise things look fine. >>> >>> >>>Could you be more specific on the plugins for RedHat. thanks >> >>The only RedHat I can test on is x86-linux2 on CompileFarm (Red Hat >>Linux 3.2.2-5). This is what I got: >> >><log> >>... >>Testing comp/tnested/compilation-via-plugin ... >>+ cd testsuite.dir/comp/tnested/compilation-via-plugin >>+ /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/occ2 -I/h >>ome/users/j/ja/jakacki/local/gc6.2/include -L/home/users/j/ja/jakac >>ki/local/gc6.2/i686-pc-linux-gnu/x86-linux2.cf.sourceforge.net/lib > > > why have added this library path. > The thing does not work there, but it work on my computer. Perhaps you have some version of OpenC++ installed system-wide? >>-m /home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuit >>e/comp/tnested-class.mc >>/home/users/j/ja/jakacki/tmp/test-opencxx-22221/opencxx/testsuite/c >>omp/tnested-class.mc:9: a metaclass should include at least one not >>-inlined virtual function: NestedClass >> >>g++: /usr/lib/gcc-lib/i386-linux/2.95.2/crtbeginS.o: No such file o >>r directory > > > You are suppose to be in 3.2.2 not 2.95.2, > add -v option to g++ Good point. Looks like some kind of misconfigured gcc. Anyway, I am not fixing it before 2.8. BR Grzegorz > > good luck with this, > > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Opencxx-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencxx-users |