Compiling xorg-server

Yohanes Nugroho yohanes at gmail.com
Tue Sep 14 15:46:43 UTC 2010


Hi everyone,

Is there anyone that have succeeded in compiling xorg-server for FreeBSD arm?

When i try to compile it, it stopped  at:

fb.h:102:2: error: #error "GLYPHPADBYTES must be 4"

I tried adding #define __arm32__ in include/servermd.h

but then it  stopped at arm_video.c

arm_video.c: In function 'xf86OSInitVidMem':
arm_video.c:179: error: 'struct <anonymous>' has no member named 'unmapVidMem'
arm_video.c:179: error: 'armUnmapVidMem' undeclared (first use in this function)
arm_video.c:179: error: (Each undeclared identifier is reported only once
arm_video.c:179: error: for each function it appears in.)


If i try to define __arm32__, it can not find machine/devmap.h

------------------------------
#ifdef __arm32__
#include "machine/devmap.h"
struct memAccess
...
---------------------------

-- 
Regards
Yohanes
http://yohan.es/


More information about the freebsd-arm mailing list