denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] GTK3 compile.


From: Jeremiah Benham
Subject: Re: [Denemo-devel] GTK3 compile.
Date: Tue, 04 Dec 2012 22:34:21 -0600
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/04/2012 04:26 PM, Richard Shann wrote:
hmm, this is some changes Jeremiah has been making I guess.
Jeremiah - are you able to get this fixed? if not perhaps a configure
with --disable-portmidi will enable testing the keyboard shortcut
code...
I am unable to reproduce this. I tested (with portmidi installed):
make clean;./autogen.sh;./configure --with-pmidi-platform=linux;make
and
make clean;./autogen.sh;./configure --disable-portmidi --with-pmidi-platform=linux;make

This is for using a portmidi that is statically compiled into denemo. Maybe it would be clearer if the argument look like --with-static-pmidi-platform=linux
This will work with (linux, darwin, and mingw).

If this option is set to --with-pmidi-platform=none or --with-pmidi-platform= is not used at all then it will use a dynamically linked portmidi. Portmidi is always set to default to dynamic linking. If it is not installed and or the user does not want portmidi support there is --disable-portmidi.

Jeremiah


Richard


On Tue, 2012-12-04 at 23:08 +0100, Federico Bruni wrote:
Il 04/12/2012 21:35, Richard Shann ha scritto:
I am sorry, that was really dumb of me, that was just a typo. I have
pushed a fix to git. Could you try again please?
I'm trying but I have the following error (after running autogen.sh and
configure):

$ make
make  all-recursive
make[1]: Entering directory `/home/fede/src/denemo'
Making all in portmidi
make[2]: Entering directory `/home/fede/src/denemo/portmidi'
Making all in pm_linux
make[3]: Entering directory `/home/fede/src/denemo/portmidi/pm_linux'
gcc -DHAVE_CONFIG_H -I. -I../..     -I../../portmidi
-I../../portmidi/pm_linux -DPMALSA -D_HAVE_PORTMIDI_ -D_DEBUG
-DPM_CHECK_ERRORS=0 -DDEBUG -g -O2    -I/usr/include/libxml2   -pthread
-I/usr/include/librsvg-2.0 -I/usr/include/glib-2.0
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/gdk-pixbuf-2.0
-I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/pixman-1
-I/usr/include/freetype2     -pthread -lgthread-2.0 -lrt -lglib-2.0
-lsndfile   -I/usr/include/glib-2.0
-I/usr/lib/i386-linux-gnu/glib-2.0/include   -pthread
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/libpng12   -pthread
-I/usr/include/gtksourceview-3.0 -I/usr/include/libxml2
-I/usr/include/gtk-3.0 -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include
-I/usr/include/pixman-1 -I/usr/include/libpng12   -pthread
-I/usr/include/gtk-3.0 -I/usr/include/glib-2.0
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0
-I/usr/include/gio-unix-2.0/ -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2
-I/usr/include/pixman-1 -I/usr/include/libpng12
-I/usr/include/evince/3.0   -D_HAVE_FLUIDSYNTH_   -D_HAVE_PORTAUDIO_
-pthread   -I/usr/include/aubio     -D_HAVE_PORTMIDI_ -D_HAVE_X11_ -MT
libpm_linux_a-finddefault.o -MD -MP -MF
.deps/libpm_linux_a-finddefault.Tpo -c -o libpm_linux_a-finddefault.o
`test -f 'finddefault.c' || echo './'`finddefault.c
finddefault.c:92:1: fatal error: opening dependency file
.deps/libpm_linux_a-finddefault.Tpo: Permission denied
compilation terminated.
make[3]: *** [libpm_linux_a-finddefault.o] Error 1
make[3]: Leaving directory `/home/fede/src/denemo/portmidi/pm_linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fede/src/denemo/portmidi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fede/src/denemo'
make: *** [all] Error 2

_______________________________________________
Denemo-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/denemo-devel


_______________________________________________
Denemo-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/denemo-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]