|
From: Barrett L. <bl...@bi...> - 2006-07-26 03:57:46
|
Hi Russell,
I hacked it together to get it building on DragonFly BSD and FreeBSD
6.x:
In the src/Makefile I added "-DWCHAR_MIN=0 -DWCHAR_MAX=65535" to the
CPP_FLAGS
I also changed -lpthreads to -pthreads (no longer referenced by -l)
To fix things at compile time:
On line 127 of include/sphere.hpp:
I changed:
typedef typename boost::hellekalek1995 precision;
To:
typedef boost::hellekalek1995 precision;
Then I was set! My next tax is to build the Java stuff, do you have
anything pre-built that you can list on the web site?
Oh, and THANK YOU for taking up the maintenance of the project!
-Barrett
On Jul 24, 2006, at 6:18 PM, Russell Standish wrote:
> Yes, and indeed this is one of the more urgent tasks.
>
> I did start doing a port to Boost 1.33.1, and even got the code to
> compile properly, but it didn't run correctly. I don't yet understand
> how LGL works well enough to do the debug myself at present. Alex has
> the understanding, but not the time... :(
>
> I could upload the version that at least compiles into subversion,
> though.
>
> Cheers
>
>
> On Tue, Jul 25, 2006 at 05:59:14PM -0700, Barrett Lyon wrote:
>> I'm trying to get LGL 1.1 built on FreeBSD but I am running into a
>> lot of issues with Boost 1.30.2 not building on the more modern
>> compilers.
>>
>> Have you guys given any thought to releasing something that can build
>> on Boost 1.33.1? I have a 4-way amd64 with 64-gigs of ram that I
>> would like to run some graphs on, but FreeBSD 6.1 refuses to be
>> friendly with boost 1.30.2.
>>
>> Any ideas?
>>
>>
>> Barrett Lyon
>> email/sip/iax: bl...@bl...
>> cell: +1.916.387.8649
>>
>
> --
> *PS: A number of people ask me about the attachment to my email, which
> is of type "application/pgp-signature". Don't worry, it is not a
> virus. It is an electronic signature, that may be used to verify this
> email came from me if you have PGP or GPG installed. Otherwise, you
> may safely ignore this attachment.
>
> ----------------------------------------------------------------------
> ------
> A/Prof Russell Standish Phone 8308 3119 (mobile)
> Mathematics 0425 253119 (")
> UNSW SYDNEY 2052 R.S...@un...
> Australia http://
> parallel.hpc.unsw.edu.au/rks
> International prefix +612, Interstate prefix 02
> ----------------------------------------------------------------------
> ------
|