Hello
after failed in trying to generate the quantlib library with codeblocks -MinGW -gcc compiler the compilation seemed to work but the final link failed I try to do it with netbeans,cygwin and gcc compiler, the compilation failed at the only c file of the package: Include/ql/math/randomnumbers/primitivepolynomials.c Include/ql/math/randomnumbers/primitivepolynomials.c:21:56: ql/math/randomnumbers/primitivepolynomials.h: No such file or directory I tried to change in cpp the extension but it creates another error message I don't know why, any suggestions will be very helpful pascal ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
It might be that Codeblocks has a different set of include directories
for C and C++ files. Try looking in the settings and see if that's the case. If so, you'll have to add the QuantLib directory to the second set as well. Hope this helps, Luigi On Fri, Feb 17, 2012 at 10:08 PM, <[hidden email]> wrote: > Hello > > after failed in trying to generate the quantlib library with codeblocks > -MinGW -gcc compiler > the compilation seemed to work but the final link failed > > I try to do it with netbeans,cygwin and gcc compiler, the compilation failed > at the only c file > of the package: > > Include/ql/math/randomnumbers/primitivepolynomials.c > Include/ql/math/randomnumbers/primitivepolynomials.c:21:56: > ql/math/randomnumbers/primitivepolynomials.h: No such file or directory > > I tried to change in cpp the extension but it creates another error message > > I don't know why, any suggestions will be very helpful > pascal > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > QuantLib-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-users > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users |
Free forum by Nabble | Edit this page |