View Single Post

   
  #2 (permalink)  
Old 05-02-2008, 05:06 AM
Guillaume Lelarge
 
Posts: n/a
Default Re: New problem with the latest Kubuntu

Guillaume Lelarge a écrit :
> [...]
> So, I tried to get a look at it. Using "const char*" instead of "char*"
> seems to fix the issue, but this is getting bigger and bigger. All "char
> *" variables should be replaced, but also every functions/methods
> declarations using char* should be replaced with "const char*". And I
> think wxChar* will also need some tweaking.
>


I forgot to say that I found this fix on this page :

http://gcc.gnu.org/ml/gcc-help/2006-07/msg00061.html


--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply With Quote