From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <454931B9.3070304@domain.hid> Date: Wed, 01 Nov 2006 17:46:01 -0600 From: Jeff Webb MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format="flowed" Content-Transfer-Encoding: quoted-printable Subject: [Xenomai-help] POSIX headers and PTHREAD_IPROPAGATE List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xenomai help If I attempt to use PTHREAD_IPROPAGATE in my userspace POSIX skin Xenomai p= rogram, I get the following: irqtest.c: In function =91main=92: irqtest.c:278: error: =91XN_ISR_PROPAGATE=92 undeclared (first use in this = function)irqtest.c:278: error: (Each undeclared identifier is reported only= once irqtest.c:278: error: for each function it appears in.) Including fixes the problem. I assume there should be a #= include in one of the POSIX header files. -Jeff