Re: [Geany-devel] Code formatter

2012-07-17 Thread Matthew Brush
On 12-07-17 07:32 PM, Jacob Strohm wrote: Hello all, Does Geany have any kind of automatic code formatter, either in the core or as a plugin? Looking through the plugins project/website, I didn't see anything like it, and if not I think I'd enjoy working on it in my free time, I just wante

Re: [Geany-devel] Code formatter

2012-07-17 Thread Hong Xu
On Jul 18, 2012, at 10:32, Jacob Strohm wrote: > Hello all, > > Does Geany have any kind of automatic code formatter, either in the core > or as a plugin? Looking through the plugins project/website, I didn't see > anything like it, and if not I think I'd enjoy working on it in my free

Re: [Geany-devel] Code formatter

2012-07-17 Thread Lex Trotman
On 18 July 2012 12:32, Jacob Strohm wrote: > Hello all, > > Does Geany have any kind of automatic code formatter, either in the core > or as a plugin? Looking through the plugins project/website, I didn't see > anything like it, and if not I think I'd enjoy working on it in my free > time, I

[Geany-devel] Code formatter

2012-07-17 Thread Jacob Strohm
Hello all, Does Geany have any kind of automatic code formatter, either in the core or as a plugin? Looking through the plugins project/website, I didn't see anything like it, and if not I think I'd enjoy working on it in my free time, I just wanted to double check before investing a bunch of

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Sean Felipe Wolfe
On Tue, Jul 17, 2012 at 2:17 PM, Colomban Wendling wrote: > > ...or we could drop our flag and let GModule pkg-config flags deal with > it. Fixed with commit > https://github.com/geany/geany/commit/d11f9a51b939bf39c3c1676ab823147d460ede75 > > Regards, > Colomban > Nice! I pulled this change and

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Matthew Brush
On 12-07-17 02:17 PM, Colomban Wendling wrote: Le 17/07/2012 22:43, Matthew Brush a écrit : On 12-07-17 01:32 PM, Sean Felipe Wolfe wrote: Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: ---

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Colomban Wendling
Le 17/07/2012 22:43, Matthew Brush a écrit : > On 12-07-17 01:32 PM, Sean Felipe Wolfe wrote: >> Sorry to be kind of spammy today. Just ran into what looks like a >> build error? I cloned the git repo, ran autogen.sh, and make is giving >> me this error: >> >> - >> >>CC utils.o

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Matthew Brush
On 12-07-17 01:32 PM, Sean Felipe Wolfe wrote: Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: - CC utils.o CC vte.o CXXLD geany ld: unknown option: --export-dyn

[Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Sean Felipe Wolfe
Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: - CC utils.o CC vte.o CXXLD geany ld: unknown option: --export-dynamic - This is on osx Lion. Any sugges

Re: [Geany-devel] osx build problem

2012-07-17 Thread Sean Felipe Wolfe
BTW, I was able to resolve this ... looks like the osx implementation of glib is a bit flaky. Anyhow this fix helped me get by: https://github.com/vguerci/Deluge.app/blob/master/osx/README.md On Tue, Jul 17, 2012 at 11:24 AM, Sean Felipe Wolfe wrote: > Hello all, > > I'm crunching through vario

[Geany-devel] osx build problem

2012-07-17 Thread Sean Felipe Wolfe
Hello all, I'm crunching through various issues attempting to compile geany on osx. I've been able to resolve a number of them, but glib is getting me all hot and bothered ... for what it's worth, I have xcode installed so maybe I should be using something from the xcode toolkit? Any suggestions

Re: [Geany-devel] Dropping Waf support?

2012-07-17 Thread Frank Lanitz
Am 16.07.2012 19:36, schrieb Enrico Tröger: > Hey all, > > this topic has been brought up already a couple of times, for example on > [1]. > > What do you think about dropping Waf support in Geany and in the > Geany-Plugins project? > > While I was defending Waf in Geany, I somewhat changed my m