C++ Builder 2007 rel 2 - build errors
Posted: 22 Apr 2009, 12:05
We have received the C++ Builder 2007 rel 2 and performed a default install.
I checked out revision 2340 from the svn repository and opened the project. I noticed that each project was converted to compiler version 11. There have been previous BBS reports of compilation errors using this version; however, I believe that we have purchased the version recommended by the BCI2000 team.
We 'Build All' and create several executables.
However, in the ARSignalProcessing project, a simple include <math> in "MEMPredictor.h" generates the compiler error that it cannot find the <math> header file. Two other headers are #included before <math>; they are <numeric> and <limits> and do not generate this error although they all reside in the same /include directory.
The default include path is $(BDS)\include\Indy10. This directory does not contain the headers mentioned above. I added the root include to the include path; but it did not resolve the error.
Does anyone have a suggestion to correct the build error?
Thank You.
I checked out revision 2340 from the svn repository and opened the project. I noticed that each project was converted to compiler version 11. There have been previous BBS reports of compilation errors using this version; however, I believe that we have purchased the version recommended by the BCI2000 team.
We 'Build All' and create several executables.
However, in the ARSignalProcessing project, a simple include <math> in "MEMPredictor.h" generates the compiler error that it cannot find the <math> header file. Two other headers are #included before <math>; they are <numeric> and <limits> and do not generate this error although they all reside in the same /include directory.
The default include path is $(BDS)\include\Indy10. This directory does not contain the headers mentioned above. I added the root include to the include path; but it did not resolve the error.
Does anyone have a suggestion to correct the build error?
Thank You.