6 ms·
This looks really cool, but on Arch it does not compile because libgnomeui is not a thing that seems to exist anymore. Hasn't anyone made some modern port of th
by pepijndevos 7y ago
This looks really cool, but on Arch it does not compile because libgnomeui is not a thing that seems to exist anymore. Hasn't anyone made some modern port of this?
- Zancarius 7y agolibgnomeui is in the AUR[1]. Does it not work with this version or does libgnomeui also not build? [1] https://aur.archlinux.org/packages/libgnomeui/ https://aur.archlinux.org/packages/libgnomeui/
- michael-ax 7y agouse ./configure --with-tcltk ?
- smartmic 7y agolibgnomeui-dev was available in wheezy sources. But I had an issue with #include<asm/page.h> in src/linux/proc/ps.h. Replace it by #include<sys/user.h> for successful compilation.
- ColinWright 7y agoI've done that, but now got this error: const_str.hh: In static member function ‘static void const_str::safe_free(const char*)’: const_str.hh:33:61: error: ‘free’ was not declared in this scope static void safe_free(const char *s) { if (s) free((void*)s); } ^ I'd love to get this working - currently running Ubuntu 14.04 LTS, soon to be updated to Ubuntu 18.04 LTS. Suggestions?