Re: CVS Build on FreeBSD 4.9

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: CVS Build on FreeBSD 4.9
Date: 2004-05-05 07:57:51
Message-ID: 40989E7F.1000106@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:

>
>However, the environment could be used only by single-byte
>by the reason which is gtk2 and which is referred to as not
>carrying out unicode correspondence.
>
>
>
No, unicode is ok by me - If I really need it I will upgrade to Freebsd
5.x, but for now I want to stay with 4.9 (as it performs better for what
I am doing at the moment)

>>Firstly, the versions of key software: gcc 2.95.4, autoconf 2.59
>>
>>
>
>Thank you for more information.:-)
>I appreciate better information.
>
>
Sorry - I only gave you the "deltas" from 4.9 RELEASE

- wxwindows-pgadmin3-20031010-7
- automake 1.8.4
- gtk 1.2.10 and 2.2.4 (built wxwindows using 1.2.10)
- jpeg-6b_1, libungif-4.1.0b1_1, png-1.2.5_2

output from gtk and wxwindows config programs are :

$ /usr/local/wxwindows/bin/wx-config --libs
-L/usr/local/wxwindows/lib -pthread
/usr/local/wxwindows/lib/libwx_gtk-2.5.a -L/usr/X11R6/lib
-L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12
-lgthread12 -lglib12 -pthread -lintl -lXi -lXext -lX11 -lm -lz -lm

$ /usr/local/wxwindows/bin/wx-config --cflags
-I/usr/local/wxwindows/lib/wx/include/gtk-2.5
-I/usr/local/wxwindows/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES

$ gtk-config --libs
-L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib
-Wl,-E -lgmodule12 -lgl

$ gtk-config --cflags
-I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12
-I/usr/local/include -I/usr/X11R6/include
ib12 -lintl -lXi -lXext -lX11 -lm

if you want some other stuff, let me know :-)

>Does server_encoding suit it because use is possible only at SQL_ASCII?
>
>
>
Yes, I am just using SQL_ASCII for all databases.

regards

Mark

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2004-05-05 17:01:50 Re: CVS Build on FreeBSD 4.9
Previous Message Hiroshi Saito 2004-05-04 13:56:02 Re: CVS Build on FreeBSD 4.9