ptdesigner icon indicating copy to clipboard operation
ptdesigner copied to clipboard

How to build correctly?

Open minexew opened this issue 7 years ago • 1 comments

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?

minexew avatar Jan 07 '18 09:01 minexew

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 :)

drummyfish avatar Jan 07 '18 11:01 drummyfish