From: Bill Nottingham <notting@redhat.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Re: TurboLinux IA-64 Beta 2 (2000-11-23) Available for download
Date: Thu, 07 Dec 2000 00:55:30 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590678205802@msgid-missing> (raw)
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
Don Dugger (n0ano@tlaloc.n0ano.com) said:
> I tried to re-compile X on this release and came across a problem.
> The include file `/usr/include/asm/io.h' defines the in/out functions
> in terms of new `platform_*' functions, which are not defined for
> user programs. Do you know where these `platform_*' functions are
> supposed to be defined?
Try this. Must not include kernel headers in userland, blah, blah, blah.
Bill
[-- Attachment #2: XFree86-4.0.1-ia64-dainbramage.patch --]
[-- Type: text/plain, Size: 941 bytes --]
--- XFree86-4.0.1/xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h.dainbramage Mon Nov 20 01:17:10 2000
+++ XFree86-4.0.1/xc/programs/Xserver/hw/xfree86/SuperProbe/Probe.h Mon Nov 20 01:17:20 2000
@@ -47,7 +47,6 @@
#if defined(SYSV) || defined(SVR4) || defined(linux) || defined(__QNX__) || defined(__QNXNTO__)
#if defined(__ia64__)
#include <sys/io.h>
-#include <asm/io.h>
#endif
# include <string.h>
#if !(defined(__QNX__) && !defined(__QNXNTO__))
--- XFree86-4.0.1/xc/programs/Xserver/hw/xfree86/SuperProbe/AsmMacros.h.dainbramage Mon Nov 20 01:19:10 2000
+++ XFree86-4.0.1/xc/programs/Xserver/hw/xfree86/SuperProbe/AsmMacros.h Mon Nov 20 01:18:31 2000
@@ -69,9 +69,8 @@
#define outl(p,v) _outl((v),(p))
#elif defined(linux) && defined(__ia64__)
#include <stdlib.h>
-#include <asm/types.h>
-#include <asm/system.h>
-#include <asm/io.h>
+#include <sys/types.h>
+#include <sys/io.h>
#else
#if defined(__sparc__)
#ifndef ASI_PL
next reply other threads:[~2000-12-07 0:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-07 0:55 Bill Nottingham [this message]
2000-12-07 2:42 ` [Linux-ia64] Re: TurboLinux IA-64 Beta 2 (2000-11-23) Available for download Don Dugger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590678205802@msgid-missing \
--to=notting@redhat.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.