www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.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'

↑ ↓ ← comeau panix.com (Greg Comeau) writes:
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
↑ ↓ "Walter" <walter digitalmars.com> writes:
"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.)

Yes, that is the bug. Sorry about it :-( The 8.36 download should cure it. Let me know what happens.
Sep 08 2003
↑ ↓ → comeau panix.com (Greg Comeau) writes:
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.)

Yes, that is the bug. Sorry about it :-( The 8.36 download should cure it. Let me know what happens.

It got past the problem, have build a whole bunch of things since, and is 1/2 through regression'ing and it's still ok. Thanks! -- 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 08 2003