Re: How to include glib-object.h

2010-03-30 Thread Christoph Eckert
Hi, thanks a bunch for the helpful info. Will try either of them as soon I solved another problem :) . Best regards, ce ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How to include glib-object.h

2010-03-29 Thread Martin DeMello
On Mon, Mar 29, 2010 at 3:44 AM, Christoph Eckert c...@christeck.de wrote: glib-object.h: No such file or directory This file includes further files, as listed here: http://bit.ly/dprcX6 I'm obviously missing some include path or similar. Appearently I'm a bloody hobbyist, so please bear

Re: How to include glib-object.h

2010-03-29 Thread Alberto Garcia
On Mon, Mar 29, 2010 at 02:48:18PM +0530, Martin DeMello wrote: glib-object.h: No such file or directory Try adding -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include to your gcc invocation. Actually you should include `pkg-config --cflags glib-2.0` Berto

RE: How to include glib-object.h

2010-03-29 Thread kate.alhola
From: maemo-developers-boun...@maemo.org [maemo-developers-boun...@maemo.org] On Behalf Of ext Christoph Eckert [...@christeck.de] Sent: Monday, March 29, 2010 1:14 AM To: maemo-developers@maemo.org Subject: How to include glib-object.h Hi, I try to port

Re: How to include glib-object.h

2010-03-29 Thread Murray Cumming
On Mon, 2010-03-29 at 11:24 +0200, Alberto Garcia wrote: Actually you should include `pkg-config --cflags glib-2.0` Well, actually, the location library apparently provides a pkg-config file that he should check for instead, so he doesn't have to worry about checking for its glib dependency.

Re: How to include glib-object.h

2010-03-29 Thread David King
On 2010-03-29 15:25, Murray Cumming murr...@murrayc.com wrote: On Mon, 2010-03-29 at 11:24 +0200, Alberto Garcia wrote: Actually you should include `pkg-config --cflags glib-2.0` Well, actually, the location library apparently provides a pkg-config file that he should check for instead, so he