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++ - Error: no definition for static 'id_name_here'
Some customers of Comeau C++ are reporting a problem with using dmc 8.35 with Comeau. Upon investigation, they are getting: Error: no definition for static 'id_name_here' during compilation. I see from the 8.36 beta information that it says 8.36: Fixed problem with statics introduced by 8.35. Is this the same problem I note above? Should I recommend they download that version? (Obviously we'll test it first, but wanna be sure this is the right track to be on.) -- Greg Comeau/4.3.3:Full C++03 core language + more Windows backends Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it? Sep 07 2003
"Greg Comeau" <comeau panix.com> wrote in message news:bjg9f4$lrv$1 panix3.panix.com...Some customers of Comeau C++ are reporting a problem with using dmc 8.35 with Comeau. Upon investigation, they are getting: Error: no definition for static 'id_name_here' during compilation. I see from the 8.36 beta information that it says 8.36: Fixed problem with statics introduced by 8.35. Is this the same problem I note above? Should I recommend they download that version? (Obviously we'll test it first, but wanna be sure this is the right track to be on.) Sep 08 2003
In article <bjhaeh$2l18$1 digitaldaemon.com>, Walter <walter digitalmars.com> wrote:"Greg Comeau" <comeau panix.com> wrote in message news:bjg9f4$lrv$1 panix3.panix.com...Some customers of Comeau C++ are reporting a problem with using dmc 8.35 with Comeau. Upon investigation, they are getting: Error: no definition for static 'id_name_here' during compilation. I see from the 8.36 beta information that it says 8.36: Fixed problem with statics introduced by 8.35. Is this the same problem I note above? Should I recommend they download that version? (Obviously we'll test it first, but wanna be sure this is the right track to be on.) Sep 08 2003
|