Hi,
I have problems installing NexXMS v. 1.2.7 on Debian GNU/Linux 6.0.7 (squeeze) AMD64:
After 
/configure --with-server --with-mysql --with-agent
without any errors
the make command stops with:
stdin:1: error: too many include directories
make[3]: *** [libnetxms_la-agent.lo] Fehler 1
make[3]: Leaving directory `/tmp/netxms-1.2.7/src/libnetxms'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/tmp/netxms-1.2.7/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/tmp/netxms-1.2.7'
make: *** [all] Fehler 2
Could someone help please? 
			
			
			
				Hi!
Can you please attach your config.log?
Best regards,
Victor
			
			
			
				Looks like problem is found: if you have installed gpp (general-purpose preprocessor), and don't have installed g++ (GNU C++ compiler), configure script mistakenly detects gpp as C++ compiler. Solution is to install g++ package.
Best regards,
Victor
			
			
			
				Hi,
Thanks, using g++ sloved it :)!