To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcx.legosOpen lugnet.robotics.rcx.legos in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / legOS / 438
     
   
Subject: 
Re: legOS-0.2.1
Newsgroups: 
lugnet.robotics.rcx.legos, lugnet.robotics.rcx
Date: 
Mon, 1 Nov 1999 22:11:32 GMT
Viewed: 
1046 times
  

In lugnet.robotics.rcx.legos, Markus L. Noga writes:
Hello,

legOS 0.2.1 is out. No, I'm not working full time on legOS - this is • ==bulk of message removed
Ciao,

Markus.

--
"Nieder mit den Zitaten!" -Markus L. Noga <markus@noga.de>

I'm getting a compile error when building the dll utility - an undefined
symbol 'O_ASYNC' forgive my ignorance but how do I fix this?

Thanks in advance,
-=RoboCoder=-

   
         
   
Subject: 
Re: legOS-0.2.1
Newsgroups: 
lugnet.robotics.rcx.legos, lugnet.robotics.rcx
Date: 
Tue, 2 Nov 1999 18:51:36 GMT
Viewed: 
1414 times
  

Hi Jeffrey,

that's an OS issue - your host system should define O_ASYNC. Some older
systems define FASYNC instead, try that one.

You can work around this more elegantly, too:

#ifndef O_ASYNC
#define O_ASYNC FASYNC
#endif

And hope for the best.

Markus.

--
"Nieder mit den Zitaten!" -Markus L. Noga <markus@noga.de>

 

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR