From: Baptiste L. <gai...@fr...> - 2002-11-04 19:13:06
|
----- Original Message ----- From: "Rohith Rajagopal" <man...@ho...> To: <rei...@ma...>; <cpp...@li...> Sent: Monday, November 04, 2002 6:37 PM Subject: [Cpptool-develop] Attempting to compile on Solaris > Hi, > Ran into a some problems while attempting to compile on sol 2.8 with gcc > 3.2. [...] > 2. One error about a looser throw in > DynamicLibraryManagerException::~DynamicLibraryManagerException than its > base class - which I fixed by adding a throw() at the end of the class. What > does the throw() at the end of a function say anyway? Just that it throws > exceptions? Where did you had the throw() exactly ? This is a CppUnit portability issue that I need to fix in the CppUnit project tree. Did you add the destructor ? > 3. Why does the make install step attempt to install cppunit in > /usr/local/lib? In the server I am working on, I don't have permissions to > do that. Is it easy to modify the install script and the rest of the > codebase to install to and use cppunit from a different location, maybe via > a environment variable? Hmm, This is a copy of CppUnit 1.9.10 tarball (without some of the example and GUI testrunners). On Windows, this is used so that it can compile nearly 'out of the box' (you still need to install boost, though). The building of the CppUnit library is integrated with the VC++ projects. Can't this be done on Unix (installing the lib localy in the build/ dir and using it from there) ? Baptiste. > > Thanks, > Rohith. > > >From: Sven Reichard <rei...@ma...> > >To: Rohith Rajagopal <man...@ho...> > >Subject: Re: [Cpptool-develop] Hi > >Date: Mon, 4 Nov 2002 11:42:33 -0500 (EST) > > > >On Mon, 4 Nov 2002, Rohith Rajagopal wrote: > > > > > Hi Sven, > > > >I added you to the developers. > > > Thank you. > > > >Try to get access to the CVS repository via > > > >SSH, get the rfta module, and compile it in your favorite environment. > > > Yes, I was able to access it using WinCVS. And I've downloaded the > >rest > > > of the modules as well. I'll try and compile it on sol2.8 with the g++ > >3.2 > > > compiler. Since you've already compiled it in Linux, hopefully I won't > >run > > > into too many problems with this. > > > BTW, what are the rest of the modules? CppRefactory and cpptool > >modules, > > > I mean. Should I be downloading those too? > > > >These were previous attempts. Just get rfta. Then go to deplibs/cppunit, > >configure and make install (unless you already have CppUnit 1.9.10 > >installed). You also need the boost library (just the header files; we use > >some of their template classes). Then a ./configure; make check in the > >main directory should work. |