Hello I´m compiling pd on fedora 9 in a core 2 duo machine, doing the following yum install tk-devel
then cd into src:
./configure make install
and pd doesn´t work correctly, (for example ctrl-n and ctrl-q don´t work)
below is the result of my ./configure: Could someone point me to the problem(s) and if possible to some solutions?
thanks,
Jaime
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 for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for an ANSI C-conforming const... yes 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 for pid_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking bstring.h usability... no checking bstring.h presence... no checking for bstring.h... no checking whether gcc needs -traditional... no checking return type of signal handlers... void checking for vprintf... yes checking for _doprnt... no checking for gettimeofday... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for working alloca.h... yes checking for alloca... yes checking for dlopen in -ldl... yes checking for sin in -lffm... no checking for sin in -lm... yes checking for pthread_create in -lpthread... yes checking tcl.h usability... yes checking tcl.h presence... yes checking for tcl.h... yes checking for main in -ltcl85... no checking for main in -ltcl8.5... yes checking for main in -ltk85... no checking for main in -ltk8.5... yes .................... alsa= yes checking for snd_pcm_info in -lasound... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no configure: creating ./config.status config.status: creating makefile
Jaime Oliver wrote:
Hello I´m compiling pd on fedora 9 in a core 2 duo machine, doing the following
yum install tk-devel
and pd doesn´t work correctly, (for example ctrl-n and ctrl-q don´t work)
i guess(!) this is a problem withthe tcl/tk version you are using.
try using tck/tk-8.4 and see if it goes away (if available on fc9) alternatively try using an uptodate version of Pd (don't know whether there have been some fixes; but i also don't know whether you are trying to run Pd-0.37 or 0.52; and whether this is about plain Pd (aka Pd-vanilla) or some otherwise patched version (like Pd-extended)
fgmasdr IOhannes
it's pd 0.41-4 Gem 0.91 cvs,
in the case of pd i tried tcl/tk 8.4 and 8.5, the strange thing is that everything worked using the -nosound flag, except of course sound...
in the case of gem i got all sorts of weird errors, but i didn't document them well because i needed to get everything up and running fast, which fc8 allowed me to do with no errors whatsoever.
thanks again,
J
On Mon, Jul 14, 2008 at 2:15 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Jaime Oliver wrote:
Hello I´m compiling pd on fedora 9 in a core 2 duo machine, doing the following
yum install tk-devel
and pd doesn´t work correctly, (for example ctrl-n and ctrl-q don´t work)
i guess(!) this is a problem withthe tcl/tk version you are using.
try using tck/tk-8.4 and see if it goes away (if available on fc9) alternatively try using an uptodate version of Pd (don't know whether there have been some fixes; but i also don't know whether you are trying to run Pd-0.37 or 0.52; and whether this is about plain Pd (aka Pd-vanilla) or some otherwise patched version (like Pd-extended)
fgmasdr IOhannes