Thread overview
Error: no definition for static 'id_name_here'
Sep 07, 2003
Greg Comeau
Sep 08, 2003
Walter
Sep 08, 2003
Greg Comeau
September 07, 2003
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?
September 08, 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.)

Yes, that is the bug. Sorry about it :-(

The 8.36 download should cure it. Let me know what happens.



September 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.)
>
>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?