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++ - building mozilla w/ DMC
Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit yeah i'm dreaming, but i'd still like to see it happen. right now i have a testfile from mozilla that won't build w/ dmc (or bcw). this 'file' (it's actually the trimmed preprocessed output from ms cl for some file in mozilla) Walter, are the features used here things on your todolist? -sc digital mars 8.0B2n (from CD)- F1004.borland.cpp(104) : Error: identifier or '( declarator )' expected template <> ^ F1004.borland.cpp(121) : Error: no identifier for declarator Fatal error: too many errors Analysis: dm8.0 doesn't support |template<>| -cpp32 borland c++ 5.5- Fatal F1004 F1004.borland.cpp 350: Internal compiler error at 0x45e5a9 with base 0x400000 Fatal F1004 F1004.borland.cpp 350: Internal compiler error Analysis: bc5.5 doesn't support |using| fwiw, http://www.mozilla.org/hacking/portable-cpp.html http://www.mozilla.org/projects/xpcom/nsCOMPtr.html thanks. Jul 02 2001
Josh Soref wrote:yeah i'm dreaming, but i'd still like to see it happen. right now i have a testfile from mozilla that won't build w/ dmc (or bcw). Jul 02 2001
On Mon, 02 Jul 2001 13:16:41 -0400, Josh Soref wrote:yeah i'm dreaming, but i'd still like to see it happen. right now i have a testfile from mozilla that won't build w/ dmc (or bcw). this 'file' (it's actually the trimmed preprocessed output from ms cl for some file in mozilla) Aug 01 2001
|