Re: [fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Jonas Maebe
On 14 Apr 2008, at 21:34, Jonas Maebe wrote: The assertion comes from ld.so, which is not a part of the kernel but part of glibc. It means that either their is a bug in the particular glibc/ld.so on the other machine, or at least an incompatibility between how we do things and what that gl

Re: [fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Jonas Maebe
On 14 Apr 2008, at 21:03, Seth Grover wrote: Okay, so I ran it on a different distribution and it worked fine... INIT INIT2 Test 0 FINI2 FINI No "assertion failed" message or anything of the sort. This second system I tried was: Linux 2.6.12-23mdk #1 Fri Jul 7 13:15:45 MDT 2006 i686 Intel(R)

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Seth Grover
Okay, so I ran it on a different distribution and it worked fine... INIT INIT2 Test 0 FINI2 FINI No "assertion failed" message or anything of the sort. This second system I tried was: Linux 2.6.12-23mdk #1 Fri Jul 7 13:15:45 MDT 2006 i686 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz unknown GNU/Li

[fpc-pascal] Re: "assertion failed" testing merges into fixes branch

2008-04-14 Thread Seth Grover
> In your source tree, check tests/webtbs/tw9089*.pp (compile tw9089[a- > d] and then run "LD_LIBRARY_PATH=. ./tw9089c" and "LD_LIBRARY_PATH=. ./ > tw9089d"). That's the test case I distilled from your test programs > and which works fine for me. I've googled a bit and found a very long > thre

RE: [fpc-pascal] XMLRPC in FPC

2008-04-14 Thread Baeseman, Cliff
http://sourceforge.net/projects/delphixml-rpc/ In the cvs you will find where they imported my original 2.0 version and extended it with a new one. Not sure what exactly they did to the original but either should get you what you need. Thanks Cliff Baeseman -Original Message- Fro

Re: [fpc-pascal] XMLRPC in FPC

2008-04-14 Thread Inoussa OUEDRAOGO
2008/4/14, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > On Mon, Apr 14, 2008 at 02:07:15PM +0100, Inoussa OUEDRAOGO wrote: > > > I might be mistaken, but WST seems to be geared towards SOAP > > > web services and XMLRPC seems to be a later adition. > > > > WST _does support_ XMLRPC, rigth now.

Re: [fpc-pascal] "assertion failed" testing merges into fixes branch

2008-04-14 Thread Jonas Maebe
On 14 Apr 2008, at 16:34, Seth Grover wrote: This morning I saw that r10664 merged revisions 10495-10497,10551,10554,10556-10559,10663 into the 2.2 fixes branch. I pulled down the changes, recompiled fpc, and ran the tests which were uploaded here: http://bugs.freepascal.org/view.php?id=9089 (he

[fpc-pascal] "assertion failed" testing merges into fixes branch

2008-04-14 Thread Seth Grover
This morning I saw that r10664 merged revisions 10495-10497,10551,10554,10556-10559,10663 into the 2.2 fixes branch. I pulled down the changes, recompiled fpc, and ran the tests which were uploaded here: http://bugs.freepascal.org/view.php?id=9089 (here's the direct link to the file: http://bugs.fr

Re: [fpc-pascal] XMLRPC in FPC

2008-04-14 Thread syraxes
On Mon, Apr 14, 2008 at 08:38:40AM -0500, Baeseman, Cliff wrote: > Search the source forge web site for it. There is one that I wrote about > 3-4 years ago. I wrote and maintained the original version up to the point > where it was stable and compliant with most if not all other libraries. > > Th

Re: [fpc-pascal] XMLRPC in FPC

2008-04-14 Thread syraxes
On Mon, Apr 14, 2008 at 02:07:15PM +0100, Inoussa OUEDRAOGO wrote: > > I might be mistaken, but WST seems to be geared towards SOAP > > web services and XMLRPC seems to be a later adition. > > WST _does support_ XMLRPC, rigth now. > > > Does anyone happen to know about other Pascal libraries

RE: [fpc-pascal] XMLRPC in FPC

2008-04-14 Thread Baeseman, Cliff
Search the source forge web site for it. There is one that I wrote about 3-4 years ago. I wrote and maintained the original version up to the point where it was stable and compliant with most if not all other libraries. This version found itself in all sorts of products in fact we still use it in

Re: [fpc-pascal] XMLRPC in FPC

2008-04-14 Thread Inoussa OUEDRAOGO
> I might be mistaken, but WST seems to be geared towards SOAP > web services and XMLRPC seems to be a later adition. WST _does support_ XMLRPC, rigth now. > Does anyone happen to know about other Pascal libraries that are implementing > only XMLRPC , without the need to use WSDL or other

Re: [fpc-pascal] Re: backport 2.3.1 fix to 2.2.x fixes branch?

2008-04-14 Thread Jonas Maebe
On 02 Apr 2008, at 16:05, Jonas Maebe wrote: Actually, finalization should also work in the mean time. I had forgotten to commit one file, causing this not to work yet for FPC-compiled programs (it worked fine when using an FPC-compiled library within a C program). I've committed that fil

[fpc-pascal] XMLRPC in FPC

2008-04-14 Thread syraxes
Hello, Are there other units/libraries besides WST that would allow me to communicate through XMLRPC to another program ? I might be mistaken, but WST seems to be geared towards SOAP web services and XMLRPC seems to be a later adition. After reading the wiki page (http://wiki.freepascal.or