Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Version 8.39: crashes with boost MPL (maybe STLport)
Trying to compile lib\mpl\example\fsm\player.cpp, DM 8.39 locks up, have to 3-finger it each time. The crash occurs early in the compilation, probably the preprocessor: if I set output to verbose, it crashes with only the first line on the output window. When I first open DM and it re-parses, it gives tons of preprocessor warnings. Standard boost header headers, such as, # /* Copyright (C) 2001 # * Housemarque Oy # * http://www.housemarque.com # * # * Permission to copy, use, modify, sell and distribute this software is # * granted provided this copyright notice appears in all copies. This # * software is provided "as is" without express or implied warranty, and # * with no claim as to its suitability for any purpose. # */ # # /* Revised by Paul Mensonides (2002) */ # # /* See http://www.boost.org for most recent version. */ # now result in a warning at each line, about illegal characters following a preprocessor directive. Also, the following STLport file line, which looks to me quite normal, # error <ConditionalMacros.h> must be included. (TYPE_BOOL) gets a warning: Encountered preprocessor #error directive (wxWindows example still compiles OK.) Dec 08 2003
"dan" <dan_member pathlink.com> wrote in message news:br273t$1sel$1 digitaldaemon.com...Trying to compile lib\mpl\example\fsm\player.cpp, DM 8.39 locks up, have Dec 08 2003
Could you make a 3 line source file that causes this? Dec 08 2003
Could you make a 3 line source file that causes this? Dec 08 2003
|