We had a discussion on the
famous INTERNAL ERROR problem some time last week for another problem. last week
it had to do with templates classes
(Luig solved it) Daniel J. Duffy From:
[hidden email] on behalf of Ferdinando
Ametrano
Sent: Wed 25/08/2004 14:58 To: [hidden email] Subject: Re: [Quantlib-users] l/Math/cubicspline.hpp(200) : fatal error C1001: INTERNAL COMPILER ERROR Hi Xavier |
On 2004.08.25 18:51, Daniel J. Duffy wrote:
> We had a discussion on the famous INTERNAL ERROR problem some time > last week for another problem. last week it had to do with templates > classes Then again, that particular problem was introduced a few weeks _after_ the 0.3.7 release. 0.3.7 compiles fine on my Windows box, and until now we had no error reports concerning it. Xavier, are you sure you're using the released sources? Is there any chance that you might have modified them? Later, Luigi |
Hi Luigi, No , I've downloaded the file QuantLib-0.3.7-installer.exe from the web site yesterday night and it gave me the same problem. Do you mean that QuantLib-0.3.7.zip and QuantLib-0.3.7-installer.exe do not correspond to the same source files? Xavier
On 2004.08.25 18:51, Daniel J. Duffy wrote: > We had a discussion on the famous INTERNAL ERROR problem some time > last week for another problem. last week it had to do with templates > classes Then again, that particular problem was introduced a few weeks _after_ the 0.3.7 release. 0.3.7 compiles fine on my Windows box, and until now we had no error reports concerning it. Xavier, are you sure you're using the released sources? Is there any chance that you might have modified them? Later, Luigi ------------------------------------------------------- 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 _______________________________________________ Quantlib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On 2004.08.26 09:53, [hidden email] wrote:
> Hi Luigi, > No , I've downloaded the file QuantLib-0.3.7-installer.exe from the > web site yesterday night and it gave me the same problem. Weird. > Do you mean that QuantLib-0.3.7.zip and QuantLib-0.3.7-installer.exe > do not correspond to the same source files? I should ask Nando, but they should be the same. Also, I think Nando tested that the installed sources compile. As Alice used to say, curiouser and curiouser... Do you have another machine on which to try? Possibly one where QuantLib wasn't installed at all? Later, Luigi |
In reply to this post by cuchulainn
template problem?
> -----Original Message----- > From: [hidden email] > [mailto:[hidden email]]On Behalf Of Luigi > Ballabio > Sent: 26 August 2004 09:59 > To: [hidden email] > Cc: [hidden email] > Subject: Re: [Quantlib-users] l/Math/cubicspline.hpp(200) : > fatal error > C1001: INTERNAL COMPILER ERROR > > > On 2004.08.26 09:53, [hidden email] wrote: > > Hi Luigi, > > No , I've downloaded the file QuantLib-0.3.7-installer.exe from the > > web site yesterday night and it gave me the same problem. > > Weird. > > > Do you mean that QuantLib-0.3.7.zip and QuantLib-0.3.7-installer.exe > > do not correspond to the same source files? > > I should ask Nando, but they should be the same. Also, I think Nando > tested that the installed sources compile. As Alice used to say, > curiouser and curiouser... > > Do you have another machine on which to try? Possibly one where > QuantLib wasn't installed at all? > > Later, > Luigi > > > ------------------------------------------------------- > 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 > _______________________________________________ > Quantlib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > |
On 2004.08.26 10:18, Daniel J. Duffy wrote:
> template problem? Probably, but so far I couldn't reproduce it... Later, Luigi |
Hi Luigi, I found a stange behavior, maybe you can replicate: first I open the Quantlib workspace and compile as it comes, it means: Configuration: QuantLibFunctions - Win32 Debug SingleThread-- Here there is no problem, it finishes with QuantLib-vc6-sgd-0_3_7.lib - 0 error(s), 0 warning(s) Then in set active active configuration tool I choose: Then it gives me --------------------Configuration: QuantLibFunctions - Win32 Release SingleThread-------------------- Compiling... calendars.cpp daycounters.cpp mathf.cpp vols.cpp ..\..\..\ql/Math/cubicspline.hpp(200) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'E:\8168\vc98\p2\src\P2\main.c', line 494) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information Error executing cl.exe. QuantLib-vc6-s-0_3_7.lib - 1 error(s), 0 warning(s)
On 2004.08.26 10:18, Daniel J. Duffy wrote: > template problem? Probably, but so far I couldn't reproduce it... Later, Luigi ------------------------------------------------------- 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 _______________________________________________ Quantlib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
On 2004.08.26 11:26, [hidden email] wrote:
> --------------------Configuration: QuantLibFunctions - Win32 Release > SingleThread-------------------- > Compiling... > calendars.cpp > daycounters.cpp > mathf.cpp > vols.cpp > ..\..\..\ql/Math/cubicspline.hpp(200) : fatal error C1001: INTERNAL > COMPILER ERROR > (compiler file 'E:\8168\vc98\p2\src\P2\main.c', line 494) > Please choose the Technical Support command on the Visual C++ > Help menu, or open the Technical Support help file for more > information > Error executing cl.exe. I see. Nando, did you try this configuration before releasing? Xavier: in the meantime, and if this is feasible for you, you might want to use "Win32 Release" instead. Later, Luigi |
In reply to this post by Xavier.Abulker
Hi Xavier
I've compiled all configurations of 0.3.7 with VC6 and I had no problem. I know it's frustrating, but I've been unable to replicate your problem. The only thing I can try is to ask if anybody else had problems with 0.3.7 and VC6. If you had problems please post on quantlib-users. ciao -- Nando |
On 2004.08.31 19:55, Ferdinando Ametrano wrote:
> I've compiled all configurations of 0.3.7 with VC6 and I had no > problem. I know it's frustrating, but I've been unable to replicate > your problem. Same here--0.3.7 compiles cleanly on my box. Later, Luigi |
Free forum by Nabble | Edit this page |