[Geany] Changing python version used

2012-02-19 Thread Thomas Hedden
I have the following configuration: $ geany --version geany 0.21 (built on Dec 24 2011 with GTK 2.24.8, GLib 2.30.1) $ python --version Python 2.7.2 $ which python /usr/bin/python $ python3 --version Python 3.2.1 $ which python3 /usr/bin/python3 In Geany, if I run the following script ...

Re: [Geany] Compiling from source on Cygwin platform

2010-01-10 Thread Thomas Hedden
After I sent my post about this yesterday, I noticed something about the error message: undefined reference to `___gxx_personality_sj0' I noticed that `___gxx_personality_sj0' begins with THREE underscores. I haven't looked at the code at all, and don't know anything about it. But if the THREE

[Geany] Compiling from source on Cygwin platform

2010-01-09 Thread Thomas Hedden
I am trying to compile Geany from source on the Cygwin platform. I checked the requirements (GTK2, etc.), added anything that was missing, and issued `./configure' command. I found other dependencies that I was not aware of. I am trying to recall them from memory, so they need verification: