For the Mac version, BEAGLE only runs in 32bit mode so you must have -d32 on the java command line. The other issue, I think, is because you have installed the latest version of BEAGLE which has advanced a bit since BEAST v1.5.4 was released. The latest version of BEAGLE only works with the latest _in development_ version of BEAST which is probably not stable enough for general use.
The solution is to obtain an older version of BEAGLE that works with BEAST v1.5.4. To obtain this use the following command to check out the code:
svn checkout http://beagle-lib.googlecode.com/svn/tags/BEAST_V1_5_4 beagle-lib
Then follow the instructions to build this version.
I have updated the instructions on the wiki to use this version:
http://beast.bio.ed.ac.uk/BEAGLE_on_Mac_OS_X
Best,
Andrew
> --
> You received this message because you are subscribed to the Google Groups "beast-users" group.
> To post to this group, send email to beast...@googlegroups.com.
> To unsubscribe from this group, send email to beast-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/beast-users?hl=en.
>
>
___________________________________________________________________
Andrew Rambaut
Institute of Evolutionary Biology University of Edinburgh
Ashworth Laboratories Edinburgh EH9 3JT
EMAIL - a.ra...@ed.ac.uk TEL - +44 131 6508624
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
I followed your instructions on the wiki, but ran into a problem.
After downloading the CUDA Developer Drivers for MacOS and the CUDA Toolkit
and installing them (default options used everywhere), I downloaded BEAGLE,
and tried the next commands, but I get an error message:
hubert-turners-macbook:beagle-lib hubertturner$ cd beagle-lib
hubert-turners-macbook:beagle-lib hubertturner$ ./autogen.sh
./autogen.sh: line 3: autoreconf: command not found
What did I do wrong, and how can I correct my error?
The MacOS is 10.6.3.
Thanks for your help,
Hubert Turner
hon. staff biogeography
t +31 71 527 35 75
e turner[at]nhn[dot]leidenuniv[dot]nl
Netherlands Centre for Biodiversity Naturalis (section NHN), Leiden
University
p.o. box 9514, 2300 ra leiden, the netherlands
members.casema.nl/arp/ <http://members.casema.nl/arp/>
www.ncbnaturalis.nl <http://www.ncbnaturalis.nl/>
If you have those installed but the autoreconf command is still not
found, then something has seriously run amok and we'll have to
investigate whether there are problems with your PATH variable or other
deficiencies in the OS or Xcode installation.
-Aaron