error and fix for building quantlib in vc9

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

error and fix for building quantlib in vc9

manas bhatt

HI,

 Since checking out the latest version of quantlib from svn, I was getting the following error while building quantlib in vc9:

1>fdmhullwhitemesher.cpp

1>fdmhestonlikesolverfactory.cpp

1>c1xx : fatal error C1083: Cannot open source file: '.\ql\experimental\finitedifferences\fdmhullwhitemesher.cpp': No such file or directory

1>c1xx : fatal error C1083: Cannot open source file: '.\ql\experimental\finitedifferences\fdmhestonlikesolverfactory.cpp': No such file or directory

 

After removing the entry of the above files and two of these files : fdmhestonlikesolverfactory.cpp and fdmhestonlikesolverfactory.hpp from the vcproj of vc9, I am able to build the quantlib. Is someone forgot to check in the files or they are not needed. If they are not needed, I am attaching the vc9 proj and sln files for quanltib, please update so that the lib builds correctly,

I have also seen the entries for the 4 files in vc8 proj file. Since I didn’t have vc8 compiler, I am not able to modify the sln files for it.

 

Regards,

Manas


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev

QuantLib_vc9.sln (36K) Download Attachment
QuantLib_vc9.vcproj (258K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: error and fix for building quantlib in vc9

Klaus Spanderen-2
Hi

I removed the files two weeks ago. Unfortunately I don't have access to Visual
Studio and therefore I didn't remove the files from the vc proj's.

regards
 Klaus

On Sunday 13 February 2011 11:29:55 manas bhatt wrote:

> HI,
>
>  Since checking out the latest version of quantlib from svn,
> I was getting the following error while building quantlib in vc9:
>
> 1>fdmhullwhitemesher.cpp
>
> 1>fdmhestonlikesolverfactory.cpp
>
> 1>c1xx : fatal error C1083: Cannot open source file:
> '.\ql\experimental\finitedifferences\fdmhullwhitemesher.cpp': No such file
> or directory
>
> 1>c1xx : fatal error C1083: Cannot open source file:
> '.\ql\experimental\finitedifferences\fdmhestonlikesolverfactory.cpp': No
> such file or directory
>
>
>
> After removing the entry of the above files and two of these
> files : fdmhestonlikesolverfactory.cpp and fdmhestonlikesolverfactory.hpp
> from the vcproj of vc9, I am able to build the quantlib. Is someone forgot
> to check in the files or they are not needed. If they are not needed, I am
> attaching the vc9 proj and sln files for quanltib, please update so that
> the lib builds correctly,
>
> I have also seen the entries for the 4 files in vc8 proj
> file. Since I didn’t have vc8 compiler, I am not able to modify the sln
> files for it.
>
>
>
> Regards,
>
> Manas



------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: error and fix for building quantlib in vc9

Arthur Pham
Hi All,

I'm quite new to quantlib so please forgive me.
Following up on that subject, does quantlib tried to take a look at cmake instead of using automake ?
Cmake is really convenient to handle multi-platform project, allowing to generate makefile, but also visual studio projects, or others IDE also.
Mysql project just switched from automake to cmake recently.

Arthur

Le 14 févr. 2011 à 16:18, Klaus Spanderen a écrit :

> Hi
>
> I removed the files two weeks ago. Unfortunately I don't have access to Visual
> Studio and therefore I didn't remove the files from the vc proj's.
>
> regards
> Klaus
>
> On Sunday 13 February 2011 11:29:55 manas bhatt wrote:
>> HI,
>>
>> Since checking out the latest version of quantlib from svn,
>> I was getting the following error while building quantlib in vc9:
>>
>> 1>fdmhullwhitemesher.cpp
>>
>> 1>fdmhestonlikesolverfactory.cpp
>>
>> 1>c1xx : fatal error C1083: Cannot open source file:
>> '.\ql\experimental\finitedifferences\fdmhullwhitemesher.cpp': No such file
>> or directory
>>
>> 1>c1xx : fatal error C1083: Cannot open source file:
>> '.\ql\experimental\finitedifferences\fdmhestonlikesolverfactory.cpp': No
>> such file or directory
>>
>>
>>
>> After removing the entry of the above files and two of these
>> files : fdmhestonlikesolverfactory.cpp and fdmhestonlikesolverfactory.hpp
>> from the vcproj of vc9, I am able to build the quantlib. Is someone forgot
>> to check in the files or they are not needed. If they are not needed, I am
>> attaching the vc9 proj and sln files for quanltib, please update so that
>> the lib builds correctly,
>>
>> I have also seen the entries for the 4 files in vc8 proj
>> file. Since I didn’t have vc8 compiler, I am not able to modify the sln
>> files for it.
>>
>>
>>
>> Regards,
>>
>> Manas
>
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev


------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: error and fix for building quantlib in vc9

Luigi Ballabio
On Tue, 2011-03-08 at 16:26 -0500, Arthur PHAM wrote:
> Following up on that subject, does quantlib tried to take a look at
> cmake instead of using automake ?
> Cmake is really convenient to handle multi-platform project, allowing
> to generate makefile, but also visual studio projects, or others IDE
> also.

No, we never looked at it.  Would you be willing to give it a try?

Luigi


--

All parts should go together without forcing. You must remember that
the parts you are reassembling were disassembled by you. Therefore, if
you can't get them together again, there must be a reason. By all
means, do not use a hammer.
-- IBM maintenance manual, 1925



------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev