RE: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Scott Cantor
FWIW, I patched the trunk for Linux w/o EC support, and it does build the samples in bin, so I would assume the last release does too. -- Scott

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Arend van der Veen
I will stick with the release. On Aug 21, 2010 10:44 AM, "Scott Cantor" wrote: > On Aug 21, 2010, at 6:26 AM, Arend van der Veen < arend.vanderv...@gmail.com> wrote: >> When a look in trunk in a subdirectory called "c", I do not see "configure": > > If you check out svn, there won't be one until

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Scott Cantor
On Aug 21, 2010, at 6:26 AM, Arend van der Veen wrote: > When a look in trunk in a subdirectory called "c", I do not see "configure": If you check out svn, there won't be one until you use autotools to bootstrap, which there's no script checked in to do for you. If you have to ask, stick with

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Scott Cantor
On Aug 21, 2010, at 3:45 AM, Berin Lautenbach wrote: > Out of curiosity - should the subversion trunk compile under Linux at the > moment? It should, but I don't test there until I have a reason, so it probably doesn't work yet. -- Scott

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Arend van der Veen
Hi, When a look in trunk in a subdirectory called "c", I do not see "configure": ubuntu:~/xml-security/c$ ls aclocal.m4 configinclude m4 src binconfigure.ac INSTALL Makefile.am xml-security-c.spec CHANGELOG.txt doc lib Projects This is availa

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Berin Lautenbach
Current trunk does - but the makefile goes into the bin directory off the root. Just doing a make in the base will make the samples as well as the library and *should* place them into the bin directory. Cheers, Berin On 21/08/2010, at 2:29 AM, Arend van der Veen wrote: > Hi Scott, > >

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-21 Thread Berin Lautenbach
Heya, Out of curiosity - should the subversion trunk compile under Linux at the moment? I was going to have a look at the problem below, but I've got some problems that look like the makefiles might not have been updated for the EC stuff? But before I touch anything I want to make sure I'm no

RE: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Scott Cantor
> Thanks for the response. Unfortunately (as for as I can tell), the > master configuration script is not generating a makefile for the > samples. You can go ahead and file a bug on that, I don't know if I'll be able to fix it in the time I'd have alotted, but it should at be tracked at least.

Re: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Arend van der Veen
Hi Scott, Thanks for the response. Unfortunately (as for as I can tell), the master configuration script is not generating a makefile for the samples. Thanks, Arend On Fri, Aug 20, 2010 at 12:16 PM, Scott Cantor wrote: >> I now wish to compile and test one of the samples.  I switched to the >

RE: Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Scott Cantor
> I now wish to compile and test one of the samples. I switched to the > following directory and compile: > > cd src/samples > gcc simpleDecrypt.cpp If that's literally the command you used, I don't know why you think that would work, it's missing a half dozen flags or more. I haven't looked la

Compiling CPP Samples under Ubuntu 8.0.4

2010-08-20 Thread Arend van der Veen
Hi, I have what I hope is a simple question. I downloaded xml-security-c-1.5.1.tar.gz this morning and was able to compile and install under Ubuntu 8.04. I had to install libxerces28-dev. I run xtest and it did not report any errors. It generate the following error: WARNING : No testing of X