Eike Rathke wrote:
> Hi Regina,
> 
> On Sunday, 2009-07-26 21:15:15 +0200, Regina Henschel wrote:
>> dbgoutsw.cxx
>> c:/odff06debug/solver/300/wntmsci12.pro/bin/makedepend
>> @C:/cygwin/tmp/mkosWuQI > ../../../wntmsci12.pro/misc/s_drviewsa.dpcc
>> c:/odff06debug/sw/source/core/doc/dbgoutsw.cxx(998) : error C2375:
>> 'dbg_out' : redefinition; different linkage
>>         c:\odff06debug\sw\inc\dbgoutsw.hxx(121) : see declaration of
>> 'dbg_out'
>> c:/odff06debug/sw/source/core/doc/dbgoutsw.cxx(1024) : error C2375:
>> 'dbg_out' : redefinition; different linkage
>>         c:\odff06debug\sw\inc\dbgoutsw.hxx(122) : see declaration of
>> 'dbg_out'
>> dmake:  Error code 2, while making '../../../wntmsci12.pro/slo/dbgoutsw.obj'
> 
> Maybe someone from the writer team knows these.

the ever broken dbgout stuff...
it seems the offending functions are marked with SW_DLLPUBLIC in the cxx
file, but not in the header, which causes the error above.
either remove SW_DLLPUBLIC from the function definitions in the cxx file,
or put the SW_DLLPUBLIC in the header where the functions are declared;
one of these should work :)
(i hope some windows-using developer has already fixed that in some cws
somewhere...)

regards,
michael

-- 
"Computer Science is no more about computers than
 astronomy is about telescopes." -- Edsger W. Dijkstra


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to