[Ffts-develop] Building issues
Status: Planning
Brought to you by:
mghiggins
|
From: Tiberiu S. <ts...@cs...> - 2001-11-06 18:13:45
|
Hello all, I don't know if this is the right place to post the following. I'll give it a try, though. Note 1: When I tried to build FFTS, it kept complaining about missing headers and libraries. To overcome this I had to make small changes to the MakeVars file: add: OTHER=-L/usr/local/some_package/lib -I/usr/local/some_package/include and then change BASESFX to: BASESFX = $(FFTSDEBUG) $(DBBIT) $(FBIT) $(OTHER) $(TEMPDPTH) $(OPTFLAGS) $(WARNINGS) Note 2: Looks like Mr. Higgins is not using some IDE, but I tried KDevelop, and it worked just fine. I just imported the root FFTS directory, KDevelop generated the project file, and I was able to work on the project as if it was completely built with KDevelop. Very impressive. Nice work Mr. Higgins Note 3: I will try to build a small module to play around with option data, so if Mr higgins or anyone else has historical option data and is willing to share it, please send me a mail. Thanks A Lot T. Stef |