<div dir="ltr"><div dir="ltr">On Sat, Jul 25, 2020 at 9:46 AM DryHeat122 <<a href="mailto:dryheat122@gmail.com">dryheat122@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">After successfully building this on my Ubuntu 16.04 box, I tried building it again on my new 20.04 box. This time I got the following errors when running make:<div><br></div><div>../../Common/EncoderDev/encoderDev_DXT.cpp: In destructor 'virtual encoderDev_DXT_t::~encoderDev_DXT_t()':<br>../../Common/EncoderDev/encoderDev_DXT.cpp:13:2: error: 'wrapLogInfo' was not declared in this scope; did you mean 'wrapLogError'?<br>   13 |  wrapLogInfo("encoderDev_DXT_t::~encoderDev_DXT_t()");<br>      |  ^~~~~~~~~~~<br>      |  wrapLogError<br>../../Common/EncoderDev/encoderDev_DXT.cpp: In member function 'virtual bool encoderDev_DXT_t::init()':<br>../../Common/EncoderDev/encoderDev_DXT.cpp:24:2: error: 'wrapLogInfo' was not declared in this scope; did you mean 'wrapLogError'?<br>   24 |  wrapLogInfo("encoderDev_DXT_t::init()");<br>      |  ^~~~~~~~~~~<br>      |  wrapLogError<br>../../Common/EncoderDev/encoderDev_DXT.cpp: In member function 'virtual bool encoderDev_DXT_t::startCapture()':<br>../../Common/EncoderDev/encoderDev_DXT.cpp:183:2: error: 'wrapLogInfo' was not declared in this scope; did you mean 'wrapLogError'?<br>  183 |  wrapLogInfo("encoderDev_DXT_t::startCapture()");<br>      |  ^~~~~~~~~~~<br>      |  wrapLogError<br>../../Common/EncoderDev/encoderDev_DXT.cpp: In member function 'virtual bool encoderDev_DXT_t::stopCapture()':<br>../../Common/EncoderDev/encoderDev_DXT.cpp:190:2: error: 'wrapLogInfo' was not declared in this scope; did you mean 'wrapLogError'?<br>  190 |  wrapLogInfo("encoderDev_DXT_t::stopCapture()");<br>      |  ^~~~~~~~~~~<br>      |  wrapLogError<br>make[1]: *** [<builtin>: encoderDev_DXT.o] Error 1<br>make[1]: Leaving directory '/home/steve/src/Hauppauge/hauppauge_hdpvr2_157321_patched_2016-09-26/TestApp/build-ADV7842'<br>make: *** [Makefile:2: all] Error 2<br></div><div><br></div><div>How to fix?  Change wrapLogInfo to wrapLogError as suggested?</div></div></blockquote><div><br></div><div>When you built it on 20.04, did you start from scratch? If not, I would give that a try as it is possible the layers of patches are causing an issue.</div><div>If you already did start from scratch, you may need to wait for another ubuntu user to step up and help as it may be an issue with the base OS.</div><div><br></div><div>John<br></div></div></div>