Quoting Eric Christopherson ([EMAIL PROTECTED]):
> On Wed, Jul 23, 2003 at 09:59:16AM +0200, Denis Oliver Kropp wrote:
> > Quoting Chris Anderson ([EMAIL PROTECTED]):
> > > I was able to download and patch XF4.3 (release tarball, not cvs) with
> > > the xc-directfb patch fine, and `make World` had no problems. However
> > > when I went to do `make install` I encountered the following errors:
> > > 
> > > In file included from auth.c:44:
> > > dm.h:105:31: security/pam_appl.h: No such file or directory
> > 
> > Hi,
> > 
> > you need libpam0g-dev in terms of Debian ;)
> 
> It still seems kind of odd that there's anything left to compile, after make
> World has finished.
> 
> As for installing, personally I set the paths in host.def to match those
> that Debian packages use, and then I build the server, but instead of using
> make install I just copy the binary XDirectFB to /usr/local/bin. There's no
> reason to reinstall all the fonts, xdm, etc.

I think a lot of people would appreciate such a binary available for download.

It could also be linked statically against all libraries with all current driver
modules linked in, too.

Andi, what about some Fusion module debs?

> By the way, could someone please tell me how to build the XDirectFB server
> without building the fonts and extraneous programs? I have tried putting
> #defines in to not compile/build those things, but if I do that the build
> fails some way or another.

You can disable the font formats in xc/config/cf/directfb.cf, but you have
to keep at least 75dpi fonts, otherwise the server won't find the fixed font.


 #ifndef BuildSpeedo
-# define BuildSpeedo           YES
+# define BuildSpeedo           NO
 #endif
 
 #ifndef BuildType1
-# define BuildType1            YES
+# define BuildType1            NO
 #endif
 
...

-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

                            Convergence GmbH


-- 
Info: To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-users" as subject.

Reply via email to