simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Simulavr-devel] Trouble building simulavrxx on Darwin


From: Klaus Rudolph
Subject: Re: [Simulavr-devel] Trouble building simulavrxx on Darwin
Date: Tue, 12 Oct 2004 08:27:45 +0200 (MEST)

Hi David,

the problem is related to OS X. 'POLLRDNORM' is defined somewhere in the
system header files  <asm/poll.h> in linux and it looks that for OS X this
is not correct. 
My problem is that I have no access to any OS X machine.
I google a bit and found that in OS X the constants should be defined in
poll.h
 
Could you please try:
#include <poll.h>
in front of the file mysocket.cpp.
If this will not work, could you please grep through your system header
files for
the lost constants and add the missing header to mysocket.cpp and try to
compile again, maybe we will run in some more "compatibility" problems.

I hope we will be able to make the simulavrxx running on OS X. If so,
we (Bill :-)) will change the configure tests for os x and we could put
that on the CVS.

If you are not the familar with searching for such things you maybe could
give
me or Bill access to your machine? If so please send me a PM.

Thank you for your help!

Klaus

-- 
GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
+++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++



-- 
+++ GMX DSL Premiumtarife 3 Monate gratis* + WLAN-Router 0,- EUR* +++
Clevere DSL-Nutzer wechseln jetzt zu GMX: http://www.gmx.net/de/go/dsl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]