We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can't compile on ArchLinux with gcc 12.2.0, FLTK 1.3.8 (natively installed via pacman from the official repos)
on tilemap studio 4.0.1, when compiling with make (on the unzipped directory, zipfile from github), I get several errors like this:
make
src/widgets.cpp:195:9: error: ‘Fl_Input Fl_Spinner::input_’ is private within this context 195 | input_.box(OS_INPUT_THIN_DOWN_BOX);
I attach full output from make 4.0.1_make_output.txt
Similar errors happen on the latest commit (69b1d9a).
The text was updated successfully, but these errors were encountered:
Yeah, follow the https://github.com/Rangi42/tilemap-studio/blob/master/INSTALL.md#install-and-build-tilemap-studio steps to build with the new ABI.
Sorry, something went wrong.
No branches or pull requests
can't compile on ArchLinux with gcc 12.2.0, FLTK 1.3.8 (natively installed via pacman from the official repos)
on tilemap studio 4.0.1, when compiling with
make
(on the unzipped directory, zipfile from github), I get several errors like this:I attach full output from
make
4.0.1_make_output.txt
Similar errors happen on the latest commit (69b1d9a).
The text was updated successfully, but these errors were encountered: