Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-16 Thread Charlie Savage
Hi Matthias, thanks a lot for including the fix. It works like a charm. You saved me from having to maintain that ugly workaround :-) No problem. Thanks for pointing out the issue. Charlie smime.p7s Description: S/MIME Cryptographic Signature __

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-16 Thread Matthias Marschall
Hi Charlie, thanks a lot for including the fix. It works like a charm. You saved me from having to maintain that ugly workaround :-) Matthias On 13 Dez., 01:50, Charlie Savage wrote: > Hi Matthias, > > > I ran into the same problem. Do you have any ETA when the patch will > > be released? > >

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-12 Thread Charlie Savage
Hi Matthias, I ran into the same problem. Do you have any ETA when the patch will be released? Fix is checked in, will be in next release. Thanks for the report. Charlie smime.p7s Description: S/MIME Cryptographic Signature ___ libxml-devel mailin

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-11 Thread Charlie Savage
Matthias Marschall wrote: ok, found a way to installed a patched version. Just for the records: I had to manually install: SUNWgnu-libiconv (not installed by default in a zone) ln -s /usr/gnu/lib/libiconv.so.2 /usr/lib/libiconv.so.2 (needed as / usr/gnu/lib is not in libary load path) downlo

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-11 Thread Charlie Savage
Matthias Marschall wrote: Hi Charlie, I ran into the same problem. Do you have any ETA when the patch will be released? I was planning on doing this weekend - have a couple things need to finish up for tomorrow work wise. In the meantime: I'm struggling to patch it myself and install it.

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-11 Thread Matthias Marschall
ok, found a way to installed a patched version. Just for the records: I had to manually install: SUNWgnu-libiconv (not installed by default in a zone) ln -s /usr/gnu/lib/libiconv.so.2 /usr/lib/libiconv.so.2 (needed as / usr/gnu/lib is not in libary load path) download and untar the tarball patch

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-11 Thread Matthias Marschall
Hi Charlie, I ran into the same problem. Do you have any ETA when the patch will be released? In the meantime: I'm struggling to patch it myself and install it. I tried downloading and patching the tarball but "rake install" (as described in the install instructions) is not a valid task. Using "

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-08 Thread Charlie Savage
Hi Marek, > attached is 'diff -u old new' , its ugly hack but it made it work for > me. Great. So no \ and new lines. Amazing that's the only one. Will fix. Charlie Charlie Savage wrote: Hi Marek, libxml-ruby-0.9.6/ext/libxml/sax_parser_callbacks.inc lines 139 through 157 need cleaning

Re: [libxml-devel] incorrect source code for Solaris native C

2008-12-08 Thread Charlie Savage
Hi Marek, libxml-ruby-0.9.6/ext/libxml/sax_parser_callbacks.inc lines 139 through 157 need cleaning up for Solaris native C preprocessor, the relaxed programming attitude with GNU C makes life hell for cross-compiling and porting. for preprocessor the macro should stay without '\' and linebrea