Compiling C++ source file

I am trying to compile a c++ source file print_options.cpp and getting lot of errors

g++ -I/media/ios120/chrisd/research/tomso-branches/tomso_12_05 /media/ios120/chrisd/research/tomso-branches/tomso_12_05/libs/program_options/print_options.cpp
In file included from /media/ios120/chrisd/research/tomso-branches/tomso_12_05/libs/program_options/print_options.cpp:11:0:
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:23:3: error: variable or field �printopt_secn� declared void
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:23:3: error: �FILE� was not declared in this scope
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:23:10: error: �stream� was not declared in this scope
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:24:3: error: expected primary-expression before �int�
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:25:3: error: expected primary-expression before �const�
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:26:3: error: expected primary-expression before �bool�
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:35:3: error: variable or field �printopt_nwln� declared void
/media/ios120/chrisd/research/tomso-branches/tomso_12_05/tomso/program_options/print_options.hpp:35:3: error: �FILE� was not declared in this scope
.......

Is it possible for you to put the code here to get precisely the help you need?

Fixed problem