[Geany-Users] geany on Lubuntu in VirtualBox

Matthew Brush mbrush at xxxxx
Wed Jul 26 23:55:56 UTC 2017


On 2017-07-26 01:21 PM, Peter Koukoulis wrote:
> Hi
> I am running geany in both Ubuntu 17.04 (host) and Lubuntu (VirtualBox
> guest) 17.04 . My build settings are the same on both:
> 
> compile : g++ -g -Wall -std=c++14 -c -lboost_thread
> -DBOOST_THREAD_VERSION=4 -pthread "%f"
> link: g++ -g -Wall -std=c++14  -o "%e" "%f"
> /home/bluefrog/SQLAPI/lib/libsqlapi.a -lpthread -pthread -lboost_thread
> -DBOOST_THREAD_VERSION=4 -lboost_system -ldl -lpq
> 
> make Object: make %e.o
> Execute: "./%e"
> 
> LD_LIBRARY_PATH is defined the same on both.
> 
> When I execute (F5), having successfully compiled and linked, nothing
> appears in the terminal on Lubuntu in the VirtualBox, but when the same is
> executed  in Ubuntu (host), all appears as expected. Could somebody suggest
> what it may be?
> 

It should give some kind of error in the status tab, or in the status 
bar, or at least log something in Help->Debug Messages.

One thing that comes to mind is that the working directories aren't 
right, but I would think that should print you some error somewhere. The 
other thing is that maybe one of them is set to run the execute command 
in Geany's builtin terminal and the other isn't (Preferences->Terminal: 
[x] Execute programs in the VTE, and [x] Don't use run script).

Regards,
Matthew Brush


More information about the Users mailing list