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

Can't compile on Void Linux (musl C library) #12

Open
blacklightpy opened this issue Dec 17, 2023 · 0 comments
Open

Can't compile on Void Linux (musl C library) #12

blacklightpy opened this issue Dec 17, 2023 · 0 comments

Comments

@blacklightpy
Copy link

make[2]: Entering directory '/home/jyothish/repos/gnethogs/src'
  CXX      gnethogs-main.o
In file included from MainWindow.h:5,
                 from main.cpp:2:
TreeData.h: In member function 'void TreeData::setTreeColumns(Gtk::TreeView*)':
TreeData.h:92:42: error: '_' was not declared in this scope
   92 |                 tree_view->append_column(_("Icon"), icon);
      |                                          ^
main.cpp: At global scope:
main.cpp:55:1: fatal error: opening dependency file .deps/gnethogs-main.Tpo: Permission denied
   55 | }
      | ^
compilation terminated.
make[2]: *** [Makefile:477: gnethogs-main.o] Error 1
make[2]: Leaving directory '/home/jyothish/repos/gnethogs/src'
make[1]: *** [Makefile:471: all-recursive] Error 1
make[1]: Leaving directory '/home/jyothish/repos/gnethogs'
make: *** [Makefile:391: all] Error 2
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