cmake build problem on osx

2009-06-02 Thread Reza Jelveh
the apple version of gcc needs:LINK_FLAGS --export-dynamicinstead of:LINK_FLAGS -export-dynamicwhich is probably more related to the used gcc version.alsoLINK_FLAGS -liconv wasn't detected for me.I have the attached patch in my gentoo-prefix overlay, but since that's not the right way to handle

Re: Writing a layout - where does the p parameter come from?

2009-06-02 Thread Julien Danjou
Hi Nathan, At 1243891357 time_t, Nathan Huesken wrote: So I am looking at the tile layout as reference. It seems, that its parameters are stored in the current tag ... No I wonder, what would I have to do to get my parameters in. And I also wonder how I could remember which client belongs

[PATCH] awesome osx socket problem

2009-06-02 Thread Reza Jelveh
Heya,osx needs SOCK_STREAM just like freebsd for its socket.Regards,Reza awesome_darwin_socket.diff Description: Binary data

[awesome bugs] #529 - awesome crash at client.c:56

2009-06-02 Thread awesome
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below. User who did this - Michal Nowak (mnowak) Attached to Project - awesome Summary - awesome crash at client.c:56 Task Type - Bug Report Category - Core Status - Unconfirmed Assigned To -

Increase your length to be popular among girls

2009-06-02 Thread Alexander Meeks
Good boner is what she really needs. http://eqee.qworjulnenk.com/ -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Re: Writing a layout - where does the p parameter come from?

2009-06-02 Thread Nathan Huesken
Hello, Thanks for you answer Julien, now I feel like I am almost there. 2 Questions: - What is the difference between workarea and geometry? - OK, I can set simple properties of a tag and a client using setproperty. But I need something more complex. I need to store a tree structure telling me

Re: Writing a layout - where does the p parameter come from?

2009-06-02 Thread Gregor Best
On Tue, Jun 02, 2009 at 10:48:13PM +0200, Nathan Huesken wrote: [...] - OK, I can set simple properties of a tag and a client using setproperty. But I need something more complex. I need to store a tree structure telling me how the area has been divided. So I need a root-node object, stored