Compile fails for linux
Brought to you by:
csoutheren,
rjongbloed
One of the last commits broke linux builds (a854450a2b355c0320808f94eb0646961470ae34),
It seems like IsServiceProcess is only available for Windows. If this is the proper way to go i can wrap some ifdefs around and send a patch?
src/ptlib/common/object.cxx: In function 'void InternalAssertFunc(const PDebugLocation&, const char*)':
src/ptlib/common/object.cxx:203:27: error: 'class PProcess' has no member named 'IsServiceProcess'; did you mean 'e_IsProcess'?
Regards,
Michael
Sorry for the report. This seems already fixed with bc605139d6ad4560ef1589abbdfd58048ee7b3bb.