These all are the errors am getting ( i cann;t give the entire solution as it is little bit heavy )

Qt Code:
  1. cd '/home/febyj/Desktop/Try_SynthesisTool_Linux/synthesis_tool/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k
  2. gmake all-recursive
  3. Making all in src
  4. compiling basemolecule.cpp (g++)
  5. /usr/include/c++/4.1.2/i586-suse-linux/bits/c++config.h:43: error: expected constructor, destructor, or type conversion before ‘namespace’
  6. /usr/include/c++/4.1.2/i586-suse-linux/bits/c++config.h:47: error: ‘__gnu_debug_def’ is not a namespace-name
  7. /usr/include/c++/4.1.2/i586-suse-linux/bits/c++config.h:47: error: expected namespace-name before ‘;’ token
  8. gmake[2]: *** [basemolecule.o] Error 1
  9. gmake[2]: Target `all' not remade because of errors.
  10. gmake[2]: Nothing to be done for `all-am'.
  11. gmake[1]: *** [all-recursive] Error 1
  12. gmake: *** [all] Error 2
  13. *** Exited with status: 2 ***
To copy to clipboard, switch view to plain text mode 



Is there any project setting i have to set .
Please help me ...