Thread: [Cppunit-devel] Patch for compiling latest CVS code with MIPSpro
Brought to you by:
blep
From: Patrick H. <pa...@13...> - 2001-08-30 14:43:14
|
A week ago, I submitted a bug report (#454711) to fix a compiler error in include/cppunit/Portability.h. This error occurs with SGI's MIPSpro Compilers 7.3.1.2 and is the mostly the result of some missing std::'s. The bug report contains the patch I made to get it compiling. Is there any chance of this patch being applied sometime soon? Thanks. -Patrick Patrick L. Hartling | Research Assistant, VRAC pa...@13... | 2624 Howe Hall -- (515)294-4916 http://www.137.org/patrick/ | http://www.vrac.iastate.edu/ |
From: Bastiaan B. <bas...@li...> - 2001-08-30 14:55:55
|
Hi Patrick, I've been rather busy with finishing up the last things for my Masters Degree, but I should have more time starting next week. I hope to review your patch then and do a new CppUnit release as well. Thanks, Bastiaan Patrick Hartling wrote: > A week ago, I submitted a bug report (#454711) to fix a compiler error > in include/cppunit/Portability.h. This error occurs with SGI's MIPSpro > Compilers 7.3.1.2 and is the mostly the result of some missing std::'s. > The bug report contains the patch I made to get it compiling. Is there > any chance of this patch being applied sometime soon? Thanks. > > -Patrick > > Patrick L. Hartling | Research Assistant, VRAC > pa...@13... | 2624 Howe Hall -- (515)294-4916 > http://www.137.org/patrick/ | http://www.vrac.iastate.edu/ > > _______________________________________________ > Cppunit-devel mailing list > Cpp...@li... > http://lists.sourceforge.net/lists/listinfo/cppunit-devel |
From: Steve M. R. <ste...@vi...> - 2001-09-19 03:39:43
|
On Thu, Aug 30, 2001 at 09:43:10AM -0500, Patrick Hartling wrote: > A week ago, I submitted a bug report (#454711) to fix a compiler error > in include/cppunit/Portability.h. This error occurs with SGI's MIPSpro > Compilers 7.3.1.2 and is the mostly the result of some missing std::'s. > The bug report contains the patch I made to get it compiling. Is there > any chance of this patch being applied sometime soon? Thanks. Hello Patrick, I am going through the bug reports now. In the case of the MIPSpro compiler, what you need to do is enable the standard library using ./configure CXX='CC -LANG:std' .... So I closed the bug report. (Did you get an email notice?) -Steve -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |
From: Patrick H. <pa...@13...> - 2001-09-19 14:31:29
|
We have been compiling with -LANG:std on IRIX. Most of our projects use that option to ensure standards-compliant C++ with MIPSpro. I just did a build of our test suite against the latest CppUnit code, and it is still failing. Using strstream instead of strstream.h fixes the problem. I haven't tested the effects of this change on platforms besides IRIX and Linux, so I cannot be sure that this change would not break portability elsewhere. -Patrick "Steve M. Robbins" <ste...@vi...> wrote: } On Thu, Aug 30, 2001 at 09:43:10AM -0500, Patrick Hartling wrote: } > A week ago, I submitted a bug report (#454711) to fix a compiler error } > in include/cppunit/Portability.h. This error occurs with SGI's MIPSpro } > Compilers 7.3.1.2 and is the mostly the result of some missing std::'s. } > The bug report contains the patch I made to get it compiling. Is there } > any chance of this patch being applied sometime soon? Thanks. } } Hello Patrick, } } I am going through the bug reports now. } } In the case of the MIPSpro compiler, what you need to do is enable the } standard library using } } ./configure CXX='CC -LANG:std' .... } } So I closed the bug report. } (Did you get an email notice?) } } -Steve } } -- } by Rocket to the Moon, } by Airplane to the Rocket, } by Taxi to the Airport, } by Frontdoor to the Taxi, } by throwing back the blanket and laying down the legs ... } - They Might Be Giants } } } _______________________________________________ } Cppunit-devel mailing list } Cpp...@li... } https://lists.sourceforge.net/lists/listinfo/cppunit-devel Patrick L. Hartling | Research Assistant, VRAC pa...@13... | 2624 Howe Hall -- (515)294-4916 http://www.137.org/patrick/ | http://www.vrac.iastate.edu/ |
From: Steve M. R. <ste...@vi...> - 2001-09-19 14:51:52
|
On Wed, Sep 19, 2001 at 09:30:57AM -0500, Patrick Hartling wrote: > We have been compiling with -LANG:std on IRIX. Most of our projects use > that option to ensure standards-compliant C++ with MIPSpro. I just did a > build of our test suite against the latest CppUnit code, and it is still > failing. Odd. When I use -LANG:std, the configure script detects and uses the "sstream" code, rather than "strstream". However, "CC -version" says "MIPSpro Compilers: Version 7.30" here; is that newwer than yours? Do you have /usr/include/CC/sstream? If so, can you check and/or send to me config.log and config/config.h, please. > Using strstream instead of strstream.h fixes the problem. I > haven't tested the effects of this change on platforms besides IRIX and > Linux, so I cannot be sure that this change would not break portability > elsewhere. I fear it may weaken portability. If necessary, I will improve the configure script so that it checks for both <strstream> and <strstream.h>. I'd like to first verify that you have no <sstream>, though. Thanks for your quick (re-)test! -Steve > } So I closed the bug report. > } (Did you get an email notice?) Did you? I'm new to the sourceforge bug system, so I'd like to know whether bug submitters ever get any feedback. -- by Rocket to the Moon, by Airplane to the Rocket, by Taxi to the Airport, by Frontdoor to the Taxi, by throwing back the blanket and laying down the legs ... - They Might Be Giants |
From: Baptiste L. <bl...@cl...> - 2001-09-19 20:14:20
|
> > } So I closed the bug report. > > } (Did you get an email notice?) > > Did you? I'm new to the sourceforge bug system, so I'd like to > know whether bug submitters ever get any feedback. You need to subscribe on the bug page to say "I want to receive an e-mail when the status change" (if I remember correctly). Baptiste. --- Baptiste Lepilleur <gai...@fr...> http://gaiacrtn.free.fr/index.html Author of The Text Reformatter, a tool for fanfiction readers and writers. Language: English, French (Well, I'm French). |