Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Wed, 31 Mar 2004 14:04:21 -0800, "Hans Horn" <hannes at 2horns.com> wrote: >Dear group, > >I'm trying to build cvsnt on AIX, and I'm having e few hickups! > >Configure chooses 'cc' as the c compiler, which barfs on the c++ style >comments here and there. >Adding the appropriate compiler flag (-qcpluscmt) to configure.status and >re-running the latter fixes that. There is c++ code in cvsnt, so you'll need at least a compiler that can handle that. Better to install gcc. >not found. >"cvsgui_process.cpp", line 54.10: 1540-0836 (S) The #include file <vector> >is not found. >"cvsgui_process.cpp", line 55.10: 1540-0836 (S) The #include file ><algorithm> is not found. > >Where do those offending includes live (if they exist at all) under AIX? > If you don't have these you probably don't have a working c++ compiler, as they should be in /usr/include. Tony