Glib 2.0

2003-11-12 Thread Marte il guerriero
Hello. I have a Linux Red Hat 6.2 system. My problem is this: I installed Glib 2.2.3 (I downloaded if from here : ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.3.tar.gz) and everything was ok, without any problem. I installed Glib 2.2.3 with these commands: 1) ./configure 2) make 3) make install The p

glib-2.0

2004-09-09 Thread tapeyim simo
Hi all,   I am new to the list I have a problem with glib-2.2.1 being reported by gtk+ as seen in my installation While pkg-config reports glib-2.3   So gtk+ exist ./configure with an error   How can I get around that?   The error message of gtk+-2.3.0: *** 'pkg-config --modversion gli

glib+-2.0 problem

2002-12-20 Thread Fernando Giannaccari
gkrellm+2.x and gtks frontends that uses the lib) -- checking for pkg-config... /usr/bin/pkg-config checking for glib-2.0 >= 2.0.6 atk >= 1.0.1 pango >= 1.0.1... Package glib-2.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `glib-2.0.p

Re: Glib 2.0

2003-11-12 Thread Sven Neumann
) make > 3) make install > > The problem is that when I try to install any applications that > requires Glib my computer doesn't see the Glib as installed. > > I want to add this: > when I type > glib-config --version glib > it doesn't return 2.x as version but 1

@FRIBIDI_PC@glib-2.0

2004-05-02 Thread benson limketkai
alled. --- ERROR MESSAGE: checking for glib-2.0 >= 2.4.0atk >= 1.0.1pango >= 1.4.0... Package @[EMAIL PROTECTED] was not found in the pkg-config search path. Perhaps you should add the directory containing [EMAIL PROTECTED]@glib-2.0.pc' to the PKG_CONF

Glib 2.0 dll

2011-01-17 Thread Manu Kaul
ader files for glib so that I can compile the C code that calls glib 2.0 functions for the hash tables and some n-ary trees. Now when I execute my code I keep getting an error that "libglib-2.0-0.dll is missing and install it", so I downloaded it from a DLL download site and placed it in t

Upgrading glib-2.0

2011-08-10 Thread Glus Xof
Hi guys, After upgrading glib-2.0, the Gnome "computer icon" throws me the following message, Could not display "computer:///". The file is of an unknown type And the automount doesn't go, neither... While I need the upgrade of glib-2.0 package, and I'm working u

cross compiling glib-2.0

2002-07-02 Thread frankma
     I meet some problems in cross-compiling glib. I want to compile glib2.0 in cygwin using the cross compile devkit provided by hardhat linux target to MIPS.Following is what i have done: first i export some variable: export CC="/opt/hardhat/devkit/mips/sony_fp_be/bin/mips_sony_fp_be-gc

compiling with glib 2.0

2002-07-28 Thread Peter Jay Salzman
it's now time to switch from glib 1.2 to glib 2.0. i'm having problems compiling my stuff. in the makefile: CFLAGS = -g -c `gtk-config --cflags` ${WARN} LIBS = `gtk-config --libs` -lobjc -lpthread in the files: #include the errors: ... /usr/include/glib-2.0/glib.

Re: compiling with glib 2.0

2002-07-28 Thread Abhiram Singh kushwah
Hi, On Monday 29 July 2002 07:21 am, Peter Jay Salzman wrote: > it's now time to switch from glib 1.2 to glib 2.0. i'm having problems > compiling my stuff. > > in the makefile: > >CFLAGS = -g -c `gtk-config --cflags` ${WARN} >LIBS = `gtk-config --libs`

GLib 2.0 + MinGW: Linking errors (?)

2008-06-09 Thread Boyd, Todd M.
I am trying to compile my project with the glib-2.0 library in order to use some of its dynamic structures and file stat functions. However, when I try to compile my project, I get a slew (more than my buffer can hold) of errors from seemingly every glib *.h file that will not allow it to compile

Re: GLib 2.0 + MinGW: Linking errors (?)

2008-06-09 Thread Tor Lillqvist
> I have included glib-2.0 as "#include " The correct way is to say #include , and pass the -I flag accordingly. > and compiled using the following line: > C:\mingw\bin\gcc.exe qcrawl-1.5.c -Ic:/mingw/include/glib-2.0 -lregex > -lglib-2.0 The convention is to put t

Compiling 'C' source using glib-2.0 with #include

2016-01-05 Thread Timothy Ward
Whilst using gcc to compile some "c" source using glib-2.0 and using #INCLUDE is not found but is found.  The problem then is that the compiler cannot find the header files included and listed inside glib.h which all have a path of /glib/xx.h. If the header files in glib.h ar

Re: Compiling 'C' source using glib-2.0 with #include

2016-01-06 Thread codekiddy
glib-2.0 folder needs to be added to the compiler includes search ex: *-isystem**glib-2.0* or *-I/path/to/**glib-2.0* On Tue, Jan 5, 2016 at 4:07 PM, Timothy Ward wrote: > Whilst using gcc to compile some "c" source using glib-2.0 and using > #INCLUDE is not found but i

Pango 1.0 can't be configured, doesn't find Glib 2.0

2002-03-26 Thread Otto Wyss
When I want to "./configure" in Pango 1.0, Glib2.0 could not be found. This is probably because Pkg-config doesn't work correctly but I don't know why. Previous I compiled Glib 2.0 with ./configure make make install as it is documented in the inst

Re: Pango 1.0 can't be configured, doesn't find Glib 2.0

2002-03-26 Thread Havoc Pennington
Otto Wyss <[EMAIL PROTECTED]> writes: > When I want to "./configure" in Pango 1.0, Glib2.0 could not be found. This is > probably because Pkg-config doesn't work correctly but I don't know why. > > Previous I compiled Glib 2.0 with > ./configure

/usr/include/glib-2.0/glib/gmarkup.h:43: warning: functiondeclaration isn't a prototype

2001-12-17 Thread Ross Golder
Using latest glib CVS, trying to port gnet to glib-2.0. I've added the PKG_CHECK_MODULES stuff to configure.in, and I've run make. However, the compiler error occurs within the glib headers : make[2]: Entering directory `/net/home/rossg/workshop/gnome/gnet/src' /bin/sh ../libtool

error :could not find glib-genmarshal in your path (glib-2.0 package failed to build)

2016-02-09 Thread Sachin More
hello my name is sachin more and new to linux i am cross compiling opencv through LTIB for arm...i got one issue glib-2.0 package are failed to build and show error error :could not find glib-genmarshal in your path i am stuck into this error for long time please any one tell me how to fix it