Skip to content

Clarifications with the dependencies #4

@frankcarey

Description

@frankcarey

I had a bit of a nightmare getting the Driver app to work with Mac.

I tried installing the apache commons math and RXTX dependencies in "special" directories but kept getting dependency errors while running "ant".

Finally I just put the following into the /lib folder and it finally built without errors.

RXTXcomm.jar
commons-math-2.2.jar
librxtxSerial.jnilib

Also note that RXTX has issues on mac w/ 64 bit only Java (Lion+). So you have to either build from scratch via CVS and some changes to the build script or use a prebuilt one for 2.1-8 found on the net (not available at their homepage). I used this one http://blog.iharder.net/2009/08/18/rxtx-java-6-and-librxtxserial-jnilib-on-intel-mac-os-x/

It also looks like RXTX for mac requires version 2.1-8..

"Versions prior to 2.1-8 use lock files, which is not the MacOS X way of doing things, and therefore has issues. For this reason make sure that you have version 2.1-8 or higher, which makes use of I/O Kit. At this point in time 2.1-8 is only availble from CVS, in source form. See the section Retrieving Source Code, on getting the latest code - be sure to get the code from the 'gnu.io' branch."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions