Skip to content
New issue

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

compilation error with FLTK 1.3.8 #73

Closed
ghost opened this issue Sep 27, 2022 · 2 comments
Closed

compilation error with FLTK 1.3.8 #73

ghost opened this issue Sep 27, 2022 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 27, 2022

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:

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

@Rangi42
Copy link
Owner

Rangi42 commented Sep 27, 2022

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.

@Rangi42 Rangi42 closed this as completed Sep 27, 2022
@ghost
Copy link
Author

ghost commented Sep 28, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant