3 Feb 2004 02:47
Re: Re: boost compile problem using dev-cpp 4.9.8.5
Vikrant Rathore <vikrant <at> linmark.com>
2004-02-03 01:47:17 GMT
2004-02-03 01:47:17 GMT
Also adding to my last mail. I have all those header files in c:\dev-cpp\include\c++ I can find all of them. I can compile other C++ programs without errors. But it throws error when I try to build boost or regex library. On 2 Feb 2004 at 7:37, David Abrahams wrote: > "Vikrant Rathore" <vikrant <at> linmark.com> writes: > > > bin\boost\libs\date_time\build\boost_date_time.dll\mingw\debug\greg_ > > month .obj > > > > > > c:\dev-cpp\bin\g++ -c -Wall -ftemplate-depth-100 - > > DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG - > > DBOOST_ALL_DYN_LINK=1 -g -O0 -fno-inline -mno-cygwin - > > I"bin\boost\libs\date_time\build" -I "C:\projects\boost" -I > > "c:\dev-cpp\include" -o > > "bin\boost\libs\date_time\build\boost_date_time.dll\mingw\debug\greg > > _mont h.obj" > > "C:/projects/boost/libs/date_time/build/../src/gregorian/greg_month. > > cpp" > > > > > > ...failed gcc-C++-action > > That's really the only error message you get, with no complaint issued > from gcc itself? > > What happens when you invoke the g++ command shown above from the > command prompt? > > -- > Dave Abrahams > Boost Consulting > www.boost-consulting.com > > _______________________________________________ > Boost-users mailing list > Boost-users <at> lists.boost.org > http://lists.boost.org/mailman/listinfo.cgi/boost-users
RSS Feed