19 messages in net.java.dev.jna.usersRe: [jna-users] stat() not mapping on...
FromSent OnAttachments
Thomas EneboNov 26, 2007 11:00 am 
Timothy WallNov 26, 2007 1:07 pm 
Timothy WallNov 26, 2007 1:58 pm 
Thomas E EneboNov 27, 2007 8:36 am 
Timothy WallNov 27, 2007 9:16 am 
Glick, Gene (GE Indust, Security)Nov 27, 2007 12:45 pm 
Stephen ConnollyNov 27, 2007 3:18 pm 
Glick, Gene (GE Indust, Security)Nov 28, 2007 6:16 am 
Timothy WallNov 28, 2007 9:15 am 
Glick, Gene (GE Indust, Security)Nov 28, 2007 11:37 am 
Glick, Gene (GE Indust, Security)Nov 28, 2007 11:59 am 
Glick, Gene (GE Indust, Security)Nov 28, 2007 12:05 pm 
Timothy WallNov 28, 2007 12:05 pm 
Wayne MeissnerNov 28, 2007 7:59 pm 
Glick, Gene (GE Indust, Security)Nov 29, 2007 6:43 am 
Nikolas LotzNov 29, 2007 7:41 am 
Glick, Gene (GE Indust, Security)Nov 30, 2007 9:05 am 
Timothy WallNov 30, 2007 11:13 am 
Glick, Gene (GE Indust, Security)Nov 30, 2007 11:56 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] stat() not mapping on Linux for me...Actions...
From:Timothy Wall (twal@dev.java.net)
Date:Nov 26, 2007 1:07:55 pm
List:net.java.dev.jna.users

Hi Thomas,

On Nov 26, 2007, at 2:00 PM, Thomas Enebo wrote:

Hello,

I am a developer on the JRuby project and I have gotten stat/lstat mapped on MacOS. I have tried running against Linux FC5 (yeah pretty old) and I get the following error:

Any ideas? It seems like stat() should be a part of libc...

My first guess would be that it's been turned into a macro. Try "gcc -E" on a simple C file.

So far I am loving JNA...

-Tom

Great to hear it!

P.S. - When is JNA3 being released? :)

Real Soon Now. I've been trying to find someone who can rebuild the sparc and amd64 bits; someone volunteered to do win64 but hasn't done it yet. It's not critical that these be included, but it would be nice.