18 messages in net.java.dev.jna.usersRE: [jna-users] Example not working o...
FromSent OnAttachments
Jain, Anant (GE Heathcare)Sep 4, 2007 1:19 am 
Timothy WallSep 4, 2007 4:33 am 
Timothy WallSep 4, 2007 5:06 am 
Wayne MeissnerSep 4, 2007 6:26 am 
Jain, Anant (GE Heathcare)Sep 4, 2007 10:50 pm 
Jain, Anant (GE Heathcare)Sep 4, 2007 10:51 pm 
Wayne MeissnerSep 4, 2007 11:38 pm 
Jain, Anant (GE Heathcare)Sep 6, 2007 2:49 am 
Timothy WallSep 6, 2007 11:16 am 
Jain, Anant (GE Heathcare)Sep 6, 2007 9:53 pm.txt
Timothy WallSep 7, 2007 3:50 am 
Jain, Anant (GE Heathcare)Sep 7, 2007 4:51 am 
Timothy WallSep 7, 2007 5:44 am 
Jain, Anant (GE Heathcare)Sep 10, 2007 1:29 am 
Wayne MeissnerSep 10, 2007 1:57 am 
Jain, Anant (GE Heathcare)Sep 10, 2007 5:03 am 
Jain, Anant (GE Heathcare)Sep 11, 2007 4:23 am 
Timothy WallSep 11, 2007 4:44 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: [jna-users] Example not working on LinuxActions...
From:Jain, Anant (GE Heathcare) (anan@ge.com)
Date:Sep 10, 2007 1:29:29 am
List:net.java.dev.jna.users

Yes, I did check it out on a windows machine and copied it to a Linux box.. I tried what you suggested and manually removed the CRLFs but it did not help. Each time I tried the ant build, they reappeared.

So I tried and ran dos2unix to remove in them any file. But that did not help either and I still receive the same error. Anything else I can try? I will try to check out the source directly on the Linux box but that does not look very possible since the box is not connected directly to the net..

AJ

-----Original Message----- From: Timothy Wall [mailto:twal@dev.java.net] Sent: Friday, September 07, 2007 6:15 PM To: use@jna.dev.java.net Subject: Re: [jna-users] Example not working on Linux

The libtool you posted has embedded CR characters, which can often make a unix shell program unhappy.

If you manually strip the CRs from the libtool file, it should run properly. Not sure how they got there in the first place, though; it's not likely an SVN issue since several other people have checked out and built on linux without any issues.

Was this checked out on windows onto a shared file system, or copied from a windows system?