You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running make (on Linux) fails because there is no file named "test.cpp".
I then found the Qt project, but it doesn't build out of the box either, as it fails to link with many errors like:
mainwindow.o: In function `MainWindow::delete_block_by_id(int)':
/home/.../ptdesigner/texturemaker/build-texturemaker-Desktop-Debug/../texturemaker/mainwindow.cpp:224: undefined reference to `pt_design::c_texture_graph::delete_block_with_id(unsigned int)'
It does compile after adding some more sources manually to the project, but I'm wondering, what's the intended way to build this?
The text was updated successfully, but these errors were encountered:
Hello, this is an old project that I no longer maintain. If you managed to fix it so that it builds, could you make a pull request? Others might thanks you later :)
Running
make
(on Linux) fails because there is no file named "test.cpp".I then found the Qt project, but it doesn't build out of the box either, as it fails to link with many errors like:
It does compile after adding some more sources manually to the project, but I'm wondering, what's the intended way to build this?
The text was updated successfully, but these errors were encountered: