<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#0000ff size=2>No prob Sandro...I've already sent U 
my mail last week! Strange?</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2>My patch is attached to this mail for 
win32</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV>---------------------------------------------------------------<BR>TECHER 
Jean David<BR>01MAP<BR>e-mail: <A 
href="mailto:david@01map.net">david@01map.net</A><BR>Tél: 04 67 45 60 
27<BR>Entreprise: <A 
href="http://www.01map.net">http://www.01map.net</A><BR>Perso: <A 
href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</A><BR>---------------------------------------------------------------</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=strk@refractions.net 
  href="mailto:strk@refractions.net">strk@refractions.net</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=postgis-devel@postgis.refractions.net 
  href="mailto:postgis-devel@postgis.refractions.net">PostGIS Development 
  Discussion</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, July 04, 2005 3:13 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [postgis-devel] ICONV 
  autodetection (head branch)</DIV>
  <DIV><BR></DIV>Sorry Dave, I'm a bit slow.<BR>Can we try to discuss one thing 
  at time ?<BR>Which patch did you apply ? Didn't postgis compile w/out patches 
  ?<BR>--strk;<BR><BR>On Mon, Jul 04, 2005 at 02:04:25PM +0200, Jean David 
  TECHER wrote:<BR>> Yes Master!!! :-)<BR>> <BR>> cvs checkout 
  postgis<BR>> <BR>> I applied my patch for windows<BR>> and let in 
  postgis/Makefile.config.in<BR>> <BR>> <A 
  href="mailto:USE_ICONV=@USE_ICONV">USE_ICONV=@USE_ICONV</A>@<BR>> <BR>> 
  I got<BR>> <BR>> for configure<BR>> <BR>>  <BR>>  
  SUMMARY<BR>>  
  -------------------------------------------------------<BR>>  
  <BR>>  HOST_OS: mingw32<BR>>  <BR>>    
  PGSQL: /c/PostgreSQL/8.0.3/bin/pg_config<BR>>     GEOS: 
  /c/PostgreSQL/8.0.3/bin/geos-config<BR>>     PROJ: 
  dir=/c/PostgreSQL/8.0.3/bin/..<BR>>    ICONV: 
  0<BR>>   <BR>>  PORTNAME: win32<BR>>    
  PREFIX: /usr/local<BR>>   EPREFIX: 
  ${prefix}<BR>>       DOC: 
  ${prefix}/share/doc<BR>>      DATA: 
  ${prefix}/share/postgresql/contrib<BR>>       
  MAN: ${prefix}/man<BR>>       BIN: 
  c:/PostgreSQL/8.0.3/bin<BR>>       EXT: 
  c:/PostgreSQL/8.0.3/lib (\$$libdir)<BR>>  
  -------------------------------------------------------<BR>>  <BR>> 
  Hum....!!! The only problem is to be able to have lwpostgis.sql and 
  spatial_ref_sys.sql in the same directory og PG SHAREDIR<BR>> <BR>> Not 
  really a goog idea!!! It's better to let postgis-prefix=/usr/local by 
  default<BR>> <BR>> I will copy *.sql done by postgis manually (*.sql + 
  doc + man)<BR>> <BR>> ok thanks :-)<BR>> <BR>> However Sandro I 
  think it will be a great idea to let for win32 Path_to_PosttGIS_library = 
  $lidbir even if user give '--prefix=...' when he uses configure<BR>> 
  <BR>> I mean for win32 it's better to have <BR>> <BR>> 
  EXT     = (\$$libdir)<BR>> <BR>> instead of <BR>> 
  <BR>> EXT   :=   ${exec_prefix}/$/libexec when we use 
  configure<BR>> <BR>> So I will not have to replace EXT by libdir in 
  lwpostgis.sql since PostgreSLQ doesn't support /c/ in path<BR>> 
  ---------------------------------------------------------------<BR>> TECHER 
  Jean David<BR>> 01MAP<BR>> e-mail: <A 
  href="mailto:david@01map.net">david@01map.net</A><BR>> Tél: 04 67 45 60 
  27<BR>> Entreprise: <A 
  href="http://www.01map.net">http://www.01map.net</A><BR>> Perso: <A 
  href="http://techer.pascal.free.fr/postgis/">http://techer.pascal.free.fr/postgis/</A><BR>> 
  ---------------------------------------------------------------<BR>>   
  ----- Original Message ----- <BR>>   From: <A 
  href="mailto:strk@refractions.net">strk@refractions.net</A> 
  <BR>>   To: PostGIS Development Discussion <BR>>   
  Sent: Monday, July 04, 2005 11:48 AM<BR>>   Subject: 
  [postgis-devel] ICONV autodetection (head branch)<BR>> <BR>> 
  <BR>>   On Thu, Jun 30, 2005 at 10:36:11AM +0200, Jean David 
  TECHER wrote:<BR>>   ...<BR>>   > Sorry for iconv 
  I've had problem so I put USE_ICONV=0 in 
  postgis/Makefile.config.in<BR>>   > <BR>>   > 
  Make and make install works fine!!!<BR>> <BR>>   I've reworked 
  iconv detection code to be more conservative.<BR>>   It should 
  now be enabled only if the c library provide that 
  functionality.<BR>>   (no external libiconv supported).<BR>> 
  <BR>>   This should remove the need of manually edit 
  Makefile.config<BR>> <BR>>   --strk;<BR>>   
  _______________________________________________<BR>>   
  postgis-devel mailing list<BR>>   <A 
  href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</A><BR>>   
  <A 
  href="http://postgis.refractions.net/mailman/listinfo/postgis-devel">http://postgis.refractions.net/mailman/listinfo/postgis-devel</A><BR><BR>> 
  _______________________________________________<BR>> postgis-devel mailing 
  list<BR>> <A 
  href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</A><BR>> 
  <A 
  href="http://postgis.refractions.net/mailman/listinfo/postgis-devel">http://postgis.refractions.net/mailman/listinfo/postgis-devel</A><BR><BR>_______________________________________________<BR>postgis-devel 
  mailing list<BR><A 
  href="mailto:postgis-devel@postgis.refractions.net">postgis-devel@postgis.refractions.net</A><BR><A 
  href="http://postgis.refractions.net/mailman/listinfo/postgis-devel">http://postgis.refractions.net/mailman/listinfo/postgis-devel</A></BLOCKQUOTE></BODY></HTML>