|
From: Christian S. <sch...@li...> - 2017-05-14 13:22:11
|
On Sunday, May 14, 2017 11:55:19 Andrew C wrote: > UbuntuStudio must be "unique" in this regard... > > Got another compile time error, if you'd like to take a look :D > > mainwindow.cpp: In member function ‘void Saver::thread_function()’: > mainwindow.cpp:1215:156: error: ‘String’ was not declared in this scope > temporary file (unable to remove original file): " + > String(strerror(errno))); Try again. I think I got the idea what the cause of all these errors now is. Seems GCC 5 became more strict on typedefs. CU Christian |