| |
Slajerek
Registered: May 2015 Posts: 63 |
Release id #187948 : C64 65XE Debugger V0.64.58
I am using NFD library to open files in Linux. Please guide me how to fix this annoying bug.
https://sourceforge.net/p/c64-debugger/code/ci/master/tree/MTEn.. |
|
... 15 posts hidden. Click here to view all posts.... |
| |
Compyx
Registered: Jan 2005 Posts: 631 |
Sorry I couldn't be of more help. Let's see what the NFD dev has to say.
I'm using your (X11) dialogs, that works fine for me. I don't need a fancy UI for a tool to be useful. |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: Sorry I couldn't be of more help. Let's see what the NFD dev has to say.
I'm using your (X11) dialogs, that works fine for me. I don't need a fancy UI for a tool to be useful.
When will linux/x11/gtk/open source world ever get this right.. *sigh*
I had these exact same issues 20 years ago. :( |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
As if those problems dont exist in native closed source GUIs, they suck just as bad :) |
| |
Slajerek
Registered: May 2015 Posts: 63 |
So this is not ready for release yet, but please check, I replaced GTK with Zenity. This ought to be a maintenance release that fixes all problems, so I can then merge to vice 3.4 :)
064582rc2 - with zenity
https://drive.google.com/drive/folders/1nF0rIAed1dVYRpoIhKa-sxl.. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
$ ./c64debugger-064582rc2-linux-x64
./c64debugger-064582rc2-linux-x64: error while loading shared libraries: libxcb-util.so.0: cannot open shared object file: No such file or directory
$ locate libxcb-util.so
/usr/lib64/libxcb-util.so
/usr/lib64/libxcb-util.so.1
/usr/lib64/libxcb-util.so.1.0.0
do you really need to import that specific version? :) |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote:
$ ./c64debugger-064582rc2-linux-x64
./c64debugger-064582rc2-linux-x64: error while loading shared libraries: libxcb-util.so.0: cannot open shared object file: No such file or directory
$ locate libxcb-util.so
/usr/lib64/libxcb-util.so
/usr/lib64/libxcb-util.so.1
/usr/lib64/libxcb-util.so.1.0.0
do you really need to import that specific version? :)
Just symlink and wait for a segfault! ;) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
NO! |
| |
Slajerek
Registered: May 2015 Posts: 63 |
I do not link anything specifically, this is the Makefile:
https://sourceforge.net/p/c64-debugger/code/ci/master/tree/MTEn..
Meaning that my old build machine Debian is outdated or what? I actually do not understand why this fails, anyway some so magic from Linux :) meaning that it should be easy to fix, I just need to scrap my faithful Debian into a new brand whatever distribution in which that compiles properly. Looks like old configuration for pkg-config... but why this fails on your machines I do not know. For me it is a pkg-config bug. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11391 |
static linking is always a gamble....to make it really work, you really have to statically link ALL libs, not just some =D
what repo/branch do i have to build? that will be easier =) |
| |
Slajerek
Registered: May 2015 Posts: 63 |
This is on Sourceforge here:
https://sourceforge.net/p/c64-debugger/code/ci/master/tree/
It should be just matter of cd MTEngine; make |
Previous - 1 | 2 | 3 - Next |