hi! i have all libraries needed installed. my configure script gives me that:
checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking m_pd.h usability... yes checking m_pd.h presence... yes checking for m_pd.h... yes checking for sin in -lm... yes checking linux/videodev.h usability... yes checking linux/videodev.h presence... yes checking for linux/videodev.h... yes checking for main in -lgslcblas... yes checking for main in -lgsl... yes checking for png_read_image in -lpng... yes checking for XOpenDisplay in -lX11... yes checking for XvPutImage in -lXv... yes checking for lqt_decode_video in -lquicktime... yes checking for glXSwapBuffers in -lGL... yes checking for SDL_Init in -lSDL... yes target is linux_pf used configure options: --enable-mmx=no --enable-quicktime=yes --enable-v4l=yes --enable-pwc=auto --enable-sdl=yes --enable-x=yes --enable-xv=yes --enable-glx=yes --enable-gsl=yes --enable-png=yes --enable-debug=no --enable-pf=yes configure: creating ./config.status config.status: creating Makefile.config config.status: creating bin/pdp-config config.status: creating include/pdp_config.h config.status: include/pdp_config.h is unchanged
im using the nvidia driver, im not using dri. I put a # before dri in XF86Config-4
bye
punchik
On Sun, 21 Nov 2004 00:16:31 -0500, "patrick" puredata@11h11.com said:
what does the configure script gives. you need to have libquicktime and libquicktime-devel for pdp_qt object.
i don't know about the DRI stuff. maybe it's stupid, but do you have this section in your XF86Config:
Section "DRI" Group 0 Mode 0666 EndSection
patrick
pun chik wrote:
HI list and thanks for the help , it seems i compiled pdp 0.13 succesfully... i get this when i load the library:
PDP: pure data packet PDP: version 0.13.0 (pf) PF: modules loaded x11: using display :0 xopengl_open_on_display: using visual 0x21 Xlib: extension "XFree86-DRI" missing on display ":0.0". PF: opengl modules loaded
The problem i have now, is that the 3dp objects are not working, i cant load them. Also pdp_qt and pdp xv are not working. this last 2 objects where running fine with pdp 0.12
Any hint????
thanxxxxx
pun chik