libxml2 complier

2005-03-15 Thread Alex Shaw
Hi, I have a problem compiling libxml2 from the ports. the error is this: cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings

libxml2 complier

2005-03-15 Thread Alex Shaw
Hi, I have a problem compiling libxml2 from the ports. the error is this: cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings

Re: libxml2 complier

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 05:38 am, Alex Shaw wrote: Hi, I have a problem compiling libxml2 from the ports. the error is this: cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow

Re: libxml2 complier

2005-03-15 Thread Alex Shaw
thanks for this ... i ran portupgrade -Rf libxml2 after a little time it returned the following cc -O -pipe -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align

Re: libxml2 complier

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 06:08 am, Alex Shaw wrote: thanks for this ... i ran portupgrade -Rf libxml2 after a little time it returned the following What version of FreeBSD are you running? Could you be using a version that is too old? Kent cc -O -pipe -pedantic -W -Wformat -Wunused

Re: libxml2 complier

2005-03-15 Thread Alex Shaw
I am using 5.3 I did however recently install compat4x ... could that be related ? On Tue, 15 Mar 2005 14:22:31 -0800 Kent Stewart [EMAIL PROTECTED] wrote: On Tuesday 15 March 2005 06:08 am, Alex Shaw wrote: thanks for this ... i ran portupgrade -Rf libxml2 after a little time it

Re: libxml2 complier

2005-03-15 Thread Kent Stewart
On Tuesday 15 March 2005 06:22 am, Alex Shaw wrote: I am using 5.3 I did however recently install compat4x ... could that be related ? No idea on that. I also have compat4x installed on 5.4-PRERELEASE. Did you add it in the kernel or as the port. I just noticed that I added the port.

Re: libxml2 complier

2005-03-15 Thread Alex Shaw
Finally ive managed to solve this problem by copying /usr/lib/libm.so.3 from the backup server onto the corrupt box. this fixed all the problems i was having ..(why oh why didnt I try this earlier) my only problem now is I cant understand why this file may have been changed. The last