Re: Issue when launching configure for GTK 2.8

2007-07-23 Thread Yesudeep

On 7/16/07, Xavier Subira [EMAIL PROTECTED] wrote:
snip

* Issue *

When I launch this instruction (in brackets);

./configure --prefix=/lib/gtk2.8/ --x-libraries=/
usr/lib/gs-esp/8.15/ --mandir=/usr/share/man/
--info=/usr/share/info --sbindir=/ sbin/
--bindir=/bin/ --enable-man
PKG_CONFIG=/usr/bin/pkg-config --exec-prefix=/
usr/bin

the output messages report the following:
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking for native Win32... no
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler  cannot create
executables



Are you sure you have `gcc' installed on your system?
Try compiling a simple C program.  Can you show us
the content of `config.log' that is generated in the same
directory where you executed `configure'?

Try compiling this program:

/* simple.c */
#include stdio.h
#include stdlib.h

int
main (int argc, char *argv[])
{
 puts (Foobar.);

 return EXIT_SUCCESS;
}


like this:

$ gcc simple.c -o simple
$ ./simple
Foobar.

$ gcc simple.c
$ ./a.out
Foobar.


You should see both the above outputs.  The second
case is where it appears to be failing.

* Question *


After looking fast-reading to configure script code,
and get tired, have decided forward my questions to
you (list):
1 - Do I really need to build any executable?
2 - Is this message, directly or not, related with any
other configure's option?
(e.g.: --exec-prefix)

* Agreements *
Advanced thanks for any responser

Xavier



snip

1. Yes.
2. Probably not, but `config.log' will certainly enlighten us.

Regards,
Yesudeep.
--
येसुदीप मंगलािपल्ली

Can't see the above text?
http://unicode.org/help/display_problems.html

Do not send me Word documents.  I will bite.
http://www.gnu.org/philosophy/sylvester-response.html
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: portable socket wrappers

2007-06-20 Thread Yesudeep

On 6/19/07, Mike [EMAIL PROTECTED] wrote:


Baurzhan Ismagulov wrote:
 Hello all,




snip

ACE? Probably overkill for just sockets. I am not sure of its license

either.
___



C != C++.

Regards,
Yesudeep.
--
येसुदीप मंगलािपल्ली

Can't see the above text?
http://unicode.org/help/display_problems.html

Do not send me Word documents.  I will bite.
http://www.gnu.org/philosophy/sylvester-response.html
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Trouble getting pkg-config to work in Windows

2007-06-08 Thread Yesudeep

Greetings Stewart,

On 6/9/07, Stewart Weiss [EMAIL PROTECTED] wrote:


I have spent many hours trying to get a version of pkg-config
to work properly on my Windows XP system. I have installed GTK+
following instructions in various webpages. In the last attempt,
I used http://www.ibiblio.org/apollo/WinGtkHowto.html as my guide.
I have downloaded a few versions of pkg-config binaries, the last of
which is pkg-config-0.20 from the gimp.org download page.  I also
tried building from source, but I have the same problem.



Someone has already done the majority of the work for you:

http://gladewin32.sourceforge.net

I have used gladewin32 successfully before.

The problem is that when I run a command such as

pkg-config --cflags gtk+-win32-2.0
I get the message


Package gtk+-win32-2.0 was not found in the pkg-config search path.

Perhaps you should add the directory containing `gtk+-win32-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-win32-2.0' found



After installing  gladewin32 (including reading the README and INSTALL files
that come with it and the FAQ at the Website), try using this command:

pkg-config --cflags gtk+-2.0

This should work.  `gtk+-win32-2.0` may not be a valid package configuration
file.

This will happen regardless of which package name I use. All of the .pc

files are in the top/lib/pkgconfig  directory, where top is the name of
the directory that contains bin/pkg-config.exe. I have tried setting the
registry to create a key and values for PKG_CONFIG_PATH, but this does not
work.  I have tried manually setting the environment variable, to no
avail.
I get this message no matter what.



Creating a properly defined environment variable is a solution.  You can
edit
the bash configuration files used by MSYS to add the PKG_CONFIG_PATH
environment variable.  AFAIK, setting a *system* environment variable in the

System Properties dialog works as well.

Does anyone know what the problem is?


Stewart



snip

Hopefully, this will help.


Regards,
Yesudeep.
--
येसुदीप मंगलािपल्ली

Can't see the above text?
http://unicode.org/help/display_problems.html

Do not send me Word documents.  I will bite.
http://www.gnu.org/philosophy/sylvester-response.html
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


Re: Trouble getting pkg-config to work in Windows

2007-06-08 Thread Yesudeep

On 6/9/07, Stewart Weiss [EMAIL PROTECTED] wrote:


I have spent many hours trying to get a version of pkg-config
to work properly on my Windows XP system. I have installed GTK+



snip

A simple search on Google gave me this as the first link:

http://www.mingw.org/MinGWiki/index.php/GladeGuide

Regards,
Yesudeep.
--
येसुदीप मंगलािपल्ली

Can't see the above text?
http://unicode.org/help/display_problems.html

Do not send me Word documents.  I will bite.
http://www.gnu.org/philosophy/sylvester-response.html
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


GTK+ Website Prototype Design

2007-06-01 Thread Yesudeep

Greetings,

I've been creating a Website design template for www.gtk.org
and would like people to review the designs and post comments.
There is a parallel effort by Martyn here:

http://www.imendio.com/~martyn/gtk/ http://www.imendio.com/%7Emartyn/gtk/

Screenshots for my current layouts can be found here:

http://www.jamesbooker.co.uk/~jburd/gtk/screenshot.pnghttp://www.jamesbooker.co.uk/%7Ejburd/gtk/screenshot.png
http://www.jamesbooker.co.uk/~jburd/gtk/screenshot-2.pnghttp://www.jamesbooker.co.uk/%7Ejburd/gtk/screenshot-2.png

Thanks.

Regards,
Yesudeep.
--
येसुदीप मंगलािपल्ली

Can't see the above text?
http://unicode.org/help/display_problems.html

Do not send me Word documents.  I will bite.
http://www.gnu.org/philosophy/sylvester-response.html

I use free software.  Do you?
http://www.gnu.org
http://www.gnome.org
http://www.ubuntu.com
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list