|
From: Eric E. <eri...@re...> - 2018-06-26 17:18:02
|
Hi Richard, It seems that the latest version of visual studio has decided (incorrectly) that the gensrc projects should create files named qlgensrc.exe and ohgensrc.exe. I haven't yet investigated how to fix that error, in the meantime I created exe files on disk (with the names and paths expected by the compiler, as specified in the error messages) and the build completed successfully. Regards, Eric On 2018-06-22 18:05, dr....@gm... wrote: > > Hi, > > I have a couple of “errors” building the full version of QuantLibXL, > along the lines of (full output at the bottom)… > > Could not copy the file “qlgensrc.exe" because it was not found. > > Could not copy the file “ohgensrc.exe" because it was not found. > > I can’t find any help on these. Does anyone have any ideas? > > Severity > > > > Code > > > > Description > > > > Project > > > > File > > > > Line > > > > Suppression State > > Error > > > > MSB3030 > > > > Could not copy the file > "C:\ql_build_1_12\QuantLibXL\QuantLibXL\x64\All\qlgensrc.exe" because > it was not found. > > > > QuantLibObjects > > > > C:\Program Files (x86)\Microsoft Visual > Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets > > > > 4343 > > > > Error > > > > MSB3030 > > > > Could not copy the file > "C:\ql_build_1_12\QuantLibXL\QuantLibXL\x64\All\ohgensrc.exe" because > it was not found. > > > > ohxllib > > > > C:\Program Files (x86)\Microsoft Visual > Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets > > > > 4343 > > > > Kind Regards > Richard > > *From:*Richard Marshall <dr....@gm...> > *Sent:* 20 June 2018 10:27 > *To:* John Samler <js...@ma...> > *Cc:* Eric Ehlers <eri...@re...>; > qua...@li...; ig...@gm... > *Subject:* Re: [Quantlib-dev] Addin Question > > Hi John, Eric & Francois, > > That would be great. It would certainly push the project forwards a > step or 2 for very little effort. > > I don’t actually know how to feed back improvements into the project? > Is there someone that could tell us the best way? > > Also, (maybe of more interest to Francois) I had a look at the > instructions on how to build Quantlib and saw that I had to download > stuff, install stuff, etc etc. I have decided that I like my computer > the way it is! So, I’ve set up a google cloud account (MS and AWS have > similar offerings with free credits) where I can run a virtual machine > with windows os that will build the project. > > I have realised that this way of working has a secondary advantage of > being able to do my work, on my machine (in its original state) after > kicking off the necessary build processes which will would probably > max out my laptop’s capabilities and render it unusable for a while. > > I’ve only just started this on Monday. So I haven’t got very far yet. > I’m following a couple of YouTube videos (search YouTube for > “introduction to quantlib”) and just going to see where the adventure > leads me... > > > Kind regards > > Richard > > Sent from my iPad > > > On 19 Jun 2018, at 17:10, John Samler <js...@ma... > <mailto:js...@ma...>> wrote: > > I've been exposing manually a couple of functions in QuantLibAddin > in my local version for a bit. It's admittedly a bit painful to > have to copy the code every time instead of just use the > pre-compiled versions. > > I haven't tried to add to GitHub because I was expecting the > Reposit project to launch, which seems absolutely amazing! But I > assume that has been put on hold. > > I guess will make sense to just try to add to GitHub the changes I > make which will benefit other users. > > *Sent:* Tuesday, June 12, 2018 at 6:02 PM > *From:* "Eric Ehlers" <eri...@re... > <mailto:eri...@re...>> > *To:* "Richard Marshall" <dr....@gm... > <mailto:dr....@gm...>>, > qua...@li... > <mailto:qua...@li...> > *Subject:* Re: [Quantlib-dev] Addin Question > > Hi Richard, > > Unfortunately these days I don't have time for more than just keeping > the project alive. Perhaps another kind soul here on the list would > volunteer to help out. > > Kind Regards, > Eric > > On 2018-06-08 15:24, Richard Marshall wrote: > > Hi, > > Is there any chance that the inflation swap-curve construction > could be exposed in the next release of the XL addin? > > > > I would find it really helpful! > > > > kind regards > > Richard > > > > Sent from my iPad > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org <http://Slashdot.org>! > http://sdm.link/slashdot > > _______________________________________________ > > QuantLib-dev mailing list > > Qua...@li... > <mailto:Qua...@li...> > > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org <http://Slashdot.org>! > http://sdm.link/slashdot > _______________________________________________ > QuantLib-dev mailing list > Qua...@li... > <mailto:Qua...@li...> > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |