Re: g++ can't find

2012-05-25 Thread Bob Tennent
Problem solved. "which g++" showed that cygwin's g++ wasn't installed and I had been using mingw's g++. Bob T. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://c

g++ can't find

2012-05-24 Thread Bob Tennent
I'm trying to build a package that uses Qt4. The build fails at #include with "No such file or directory". But /usr/include/qt4/QtGui/QtGui exists and -I/usr/include/qt4/QtGui is one of the flags for g++. What am I missing here? Bob T. -- Problem reports: http://cygwin.com/problems.html