-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Varadarajan, Satiamoorthy (GE Infra,Transportation) Sent: Tuesday, June 05, 2007 10:24 AM To: boost-users@lists.boost.org Subject: Re: [Boost-users] Compilation errors when using boost libraries- Second
I was successful in compiling the example.cpp and also tested the example application by entering values in the into the resulting window.
So, I believe that I am successful in installing the boost libraries.
[Nat] I'm inclined to agree.
However when I compile my project files using these boost library. I had to face with compilation errors.
COMPILATION ERRORS ARE HERE:
------ Build started: Project: UCII_DART_new, Configuration: Debug Win32 ------ Compiling... CPU_MCF5282Init.cpp d:\ucii_dart\adu\code\pal\cpu\cpu_mcf52xxinterruptcontroller.h(55) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int d:\ucii_dart\adu\code\pal\cpu\cpu_mcf52xxinterruptcontroller.h(55) : error C2143: syntax error : missing ';' before '&'
[Nat] ? Do any of these errors have anything to do with Boost?