-
Notifications
You must be signed in to change notification settings - Fork 272
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
Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) #957
Comments
For completeness please also report the gtk and glib version, you can find them in Geany's about dialog. |
Electron, chrome, Node.js, V8 are all irrelevant, but the rather basic one, version of Geany might help? Are you building Geany from source? If you are using the distros version then just adding libvte won't help if the distro built Geany without debugger. If you are building your own Geany post the configure output as I requested on #938 |
sorry @elextr I'am not so familiar with this system (newbi). Geany v1.33 was pre-installed with the "newest" Raspbian Desktop (Debian Buster). I have installed the plugins in a normal manner with "sudo apt-get install geany-plugins". |
@LarsGit223 today this are Geanys debug messages: 08:52:08: Geany INFO: Geany 1.33, en_US.UTF-8 |
Geany 1.33 is a fairly old version, released before debugger was ported to gtk3. So it would not build with a GTK3 version of Geany and so it isn't in the geany-plugins the distro provides. I think its only 1.36 (ie the current release) plugins that includes a debugger thats gtk3 compatible. Unless you can build it yourself you will have to wait for the distro to update it. |
@elextr thx for these infos. It makes sense 😉 I try to repair this Debugger Problem with a new installation of Geany 🤔 |
today interim results on my Raspbian (Pi4):
12:21:27: Geany INFO: Geany 1.36, en_US.UTF-8
|
hmmm... Please, I need a little help: Geany "Compilation" (after installation of):
Next the pluginsgeany-plugins-1.36 Build Environment: Build Features: Plugins: next try with: sudo ./configure --enable-all-plugins |
Not an answer to your question, but I would not use |
@Ehlarm:
|
@Ehlarm: I re-checked compiling Geany and Geany-Plugins 1.36 on my Ubuntu machine. Works fine. All plugins depending on VTE are build, e.g. debugger and scope. |
@Ehlarm just to emphasise what @LarsGit223 said, you need the |
@codebrainz thx for the hint, you are right, I have installed too much packages ;) |
@LarsGit223 Yesterday, I did not see these messages (Utility library VTE support: yes), unfortunately also not saved the output :( |
@LarsGit223 & @elextr now I have installed the libvte-2.91-dev without errors :) 01 install libvte-2.91-dev OK.log then "auto removed" the old libs (OK) next try with "./configure (OK) 👍 Build Environment: Build Features: Plugins: Features: pi@raspberrypi:~/geany-plugins-1.36 $ Curiously now i have a lot of the "yes" Plugins, but not all e.g. Debugger & Scope NOT :( some file are not loaded 🐙
The missing files exists and the permissions are "right" or not? Hopefully you can help me again, please! :) Because there are lot of "NO" plugins, I try it with all plugins :( My GTK 3.24 Version is the "newest" for GNU/Linux. |
Its missing libgeanypluginutils.so @LarsGit223 ?? |
I'm very happy (for the first) it's seems to work now!I don't exactly know what happened 💃 The other 3 missing plugins are also loaded (scope/treeview/geanynumberedbookmarks). I have only 3 updates packages installed and then I shutdown the Raspberry for a while. After this pause, it run's :) 👍 Guys I thank you very much for your support, I could never have done it alone !!! I've learned a lot and look forward to learning more with Geany and the Raspberry :) Now only the "no" plugins like the "devhelp" are open (see above), but maybe not so important for me in the moment, if you have a good tip, I would be glad :) |
The other plugins are "visible", but not the "Debugger" and "DevHelp" items.
My Environment:
g++ & gdb (Raspbian 8.2.1-2)
Electron: 7.1.7
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Linux arm 4.19.97-v7l+
The hint from @LarsGit223 doesn't work too (sudo apt-get install libvte-2.91-dev)
related to #issue #938
I would be very happy, if somebody has any suggestion for a stable running C/C++/C# developer environment on a Raspberry 4 with Raspbian (32-Bit Debian)? 64-Bit (e.g. Ubuntu or Manjaro) is not stable enough for me.
The text was updated successfully, but these errors were encountered: