Howdy,

I'm sorry if I sound like a bit of newbie, cause I am. I come from a traditional video background, so the programming aspects of digital video are a bit over my head. I couldn't find anything about this in the archives, so I figure it's safe to ask. Anyway, here's my question/problem:

I'm trying to install directfb 0.9.22, but am running into problems. I've narrowed it down to something which is beyond me. Here are the (I believe) relevant parts of 'configure' and 'make':

[EMAIL PROTECTED]:~/apps/DirectFB-0.9.22$ ac_cv_header_linux_wm97xx_h=no ./configure --with- gfxdrivers=ati128,cle266,cyber5k,i810,i830,mach64,neomagic,nsc,nvidia,ra deon,savage,sis315,tdfx,unichrome
...

Build options:
  Version                   0.9.22
  Install prefix            /usr/local
  Build shared libs         yes
  Build static libs         no
  Module directory          ${exec_prefix}/lib/directfb-0.9.22
  CPPFLAGS                  -D_REENTRANT
CFLAGS -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration
  LDFLAGS
  LIBS                      -ldl -lpthread

Misc options:
  Multi Application Core    no
  Voodoo (network support)  no
  Debug mode                no
  Trace support             no
  MMX support               yes
  SSE support               yes
  zlib compression          no
  sysfs support             no

Building Core Systems:
  Linux FBDev support       yes
  OSX support               no
  SDL support               yes

Building WM Modules:
  Default                   yes
  UniQuE                    no

Building Tools              yes

Building Image Providers:
  GIF                       yes
  JPEG                      yes
  MPEG2 I-Frame             yes
  PNG                       yes

Building Video Providers:
  Video4Linux               yes (v2: no)

Building Font implementations:
  FreeType2                 yes
  Default font              yes

Building Graphics Drivers:
  3Dfx Voodoo               yes
  ATI Mach64                yes
  ATI Radeon                yes
  ATI Rage 128              yes
  Intel i810                no
  Intel i830                yes
  Matrox                    no
  NeoMagic                  yes
  NSC Geode                 yes
  nVidia                    yes
  S3 Savage                 no
  SiS 315                   yes
  TVIA CyberPro             yes
  VIA CLE266                yes
  VIA UniChrome             yes

Building Input Drivers:
  DBox2 Remote              no
  DreamBox Remote           no
  ELO Touchscreen           yes
  H3600 Touchscreen         no
  Joystick                  yes
  Keyboard                  yes
  Linux Input               yes
  LiRC                      yes
  MuTouch touchscreen       yes
  PS/2 Mouse                yes
  Serial Mouse              yes
  SonyPI Jogdial            yes
  ucb1x00 Touchscreen       no
  WM97xx Touchscreen        no


[EMAIL PROTECTED]:~/apps/DirectFB-0.9.22$ make
make  all-recursive
...
Making all in gfx
make[3]: Entering directory `/home/drew/apps/DirectFB-0.9.22/src/gfx'
Making all in generic
make[4]: Entering directory `/home/drew/apps/DirectFB-0.9.22/src/gfx/generic' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../lib -I../../../include -I../../../include -I../../../lib -I../../../src -D_REENTRANT -fomit-frame-pointer -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -MT generic.lo -MD -MP -MF ".deps/generic.Tpo" -c -o generic.lo generic.c; \ then mv -f ".deps/generic.Tpo" ".deps/generic.Plo"; else rm -f ".deps/generic.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../lib -I../../../include -I../../../include -I../../../lib -I../../../src -D_REENTRANT -fomit-frame-pointer -Wall -O3 -ffast-math -pipe -D_GNU_SOURCE -Werror-implicit-function-declaration -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -fPIC -DPIC -o .libs/generic.o
generic.c: In function `Xacc_blend_invsrcalpha':
generic.c:4508: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[4]: *** [generic.lo] Error 1
make[4]: Leaving directory `/home/drew/apps/DirectFB-0.9.22/src/gfx/generic'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/drew/apps/DirectFB-0.9.22/src/gfx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/drew/apps/DirectFB-0.9.22/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/drew/apps/DirectFB-0.9.22'
make: *** [all] Error 2
[EMAIL PROTECTED]:~/apps/DirectFB-0.9.22$

I'm trying to install directfb as to satisfy a (optional) dependency for veejay, so I might skip past it if no one can help (though the thought had occurred to me that my problem with directfb might be related to troubles I'm having with compiling veejay). I'm installing on a fresh Slackware 10.1 system on an athlon with an ati rage pro graphics card. Any ideas?

Andrew Sinclair


_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to