* Starting build: Tue Jan 8 09:00:09 2013 must rebuild: mingw::denemo *** Checksum mismatch: diff (denemo, mingw) --- /home/rshann/gub/target/mingw/packages/denemo.checksum 0000 +++ THIS BUILD Tue Jan 8 09:00:08 2013 @@ -1,1 +1,772 @@ -0000 +UpdateSourceDir(not tracking) *** Checksum mismatch: diff (denemo, mingw) --- /home/rshann/gub/target/mingw/packages/denemo.checksum 0000 +++ THIS BUILD Tue Jan 8 09:00:08 2013 @@ -1,1 +1,772 @@ -0000 +UpdateSourceDir(not tracking) +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +untar +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +patch +AutogenMagic + def execute (self, logger): + package = self.package + autodir = package.expand ('%(autodir)s') + PATH = package.expand ('%(PATH)s') + if os.path.exists (os.path.join (autodir, 'autogen.sh')): + s = open ('%(autodir)s/autogen.sh' % locals ()).read () + noconfigure = ' --help' + if '--noconfigure' in s: + noconfigure = ' --noconfigure' + noconfigure + self.system ('cd %(autodir)s && NOCONFIGURE=1 sh autogen.sh %(noconfigure)s' % locals (), + logger) + elif (os.path.exists (os.path.join (autodir, 'bootstrap')) + and not 'CC=' in open (os.path.join (autodir, 'bootstrap')).read ()): + self.system ('cd %(autodir)s && ./bootstrap' % locals (), logger) + elif (os.path.exists (os.path.join (autodir, 'bootstrap.sh')) + and not 'CC=' in open (os.path.join (autodir, 'bootstrap.sh')).read ()): + self.system ('cd %(autodir)s && ./bootstrap.sh' % locals (), logger) + else: + libtoolize = misc.path_find (PATH, 'libtoolize') + if libtoolize: + s = open (libtoolize).read () + libtoolize = 'libtoolize --copy --force' + # --automake is mandatory for libtool-1.5.2x, but breaks with libtool-2.2.x + # --install is mandatory for libtool-2.2.x, but breaks with libtool-1.5.2x + # mandatory means: so that config.guess, config.sub are refreshed iso removed + if '--automake' in s: + libtoolize += ' --automake' + if '--install' in s: + libtoolize += ' --install' + if (os.path.isdir (os.path.join (autodir, 'ltdl')) + or os.path.isdir (os.path.join (autodir, 'libltdl'))): + libtoolize += ' --ltdl' + self.system ('rm -rf %(autodir)s/libltdl %(autodir)s/ltdl && cd %(autodir)s && %(libtoolize)s' + % locals (), logger) + aclocal_flags = '' + for dir in package.aclocal_path (): + d = package.expand (dir) + if os.path.exists (d): + aclocal_flags += ' -I%(d)s' % locals () + headcmd = '' + configure_ac = '' + for c in ('configure.in','configure.ac'): + try: + string = open ('%(autodir)s/%(c)s' % locals ()).read () + configure_ac = c + m = re.search ('A[CM]_CONFIG_HEADER', string) + string = 0 ## don't want to expand string + if m: + headcmd = 'cd %(autodir)s && autoheader %(aclocal_flags)s' % locals () + break + except IOError: + pass + if configure_ac: + self.system (''' +cd %(autodir)s && aclocal %(aclocal_flags)s +%(headcmd)s +cd %(autodir)s && autoconf %(aclocal_flags)s +''' % locals (), logger) + if os.path.exists ('%(autodir)s/Makefile.am' % locals ()): + self.system ('cd %(autodir)s && automake --add-missing --copy --foreign' % locals (), logger) + +def path_find (path, name): + if type (path) == type (''): + path = path.split (':') + for dir in path: + file_name = os.path.join (dir, name) + if os.path.isfile (file_name): + return file_name + return None + +Func + def defer (logger): + if os.path.exists (self.expand ('%(configure_binary)s')): + loggedos.file_sub (logger, [('cross_compiling=(maybe|no|yes)', + 'cross_compiling=yes')], + self.expand ('%(configure_binary)s')) + +() +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +autoupdate +mkdir -p /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 || true +Dump +/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/config.cache + +ac_cv_c_stack_direction=${ac_cv_c_stack_direction=-1} +ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} +ac_cv_func_select=${ac_cv_func_select=yes} # but in mingw only if winsock2.h +ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} +ac_cv_lib_dld_shl_load=${ac_cv_lib_dld_shl_load=no} +ac_cv_spinlocks=${ac_cv_spinlocks=no} +ac_cv_sprintf_count=${ac_cv_sprintf_count=yes} +ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} +libltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="'"/home/rshann/gub/target/mingw/root/usr/lib /home/rshann/gub/target/mingw/root/lib"'"} +lt_cv_dlopen=${lt_cv_dlopen="dlopen"} + +ac_cv_c_c99_format=${ac_cv_c_c99_format=no} +ac_cv_exeext=${ac_cv_exeext=.exe} +ac_cv_file__dev_ptc=${ac_cv_file__dev_ptc=no} +ac_cv_file__dev_ptmx=${ac_cv_file__dev_ptmx=no} +ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes} +ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} +ac_cv_func_mkfifo=${ac_cv_func_mkfifo=no} +ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} +ac_cv_have_dev_ptc=${ac_cv_have_dev_ptc=no} +ac_cv_have_dev_ptmx=${ac_cv_have_dev_ptmx=no} +ac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=no} +ac_cv_search_dlopen=${ac_cv_search_dlopen=no} +ac_cv_struct_addrinfo=${ac_cv_struct_addrinfo=yes} +ac_cv_struct_sockaddr_storage=${ac_cv_struct_sockaddr_storage=yes} +ac_cv_type_struct_sockaddr_storage=${ac_cv_type_struct_sockaddr_storage=yes} +ac_exeext=${ac_exeext=} +libltdl_cv_lib_dl_dlopen=${libltdl_cv_lib_dl_dlopen=yes} +libltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="'"/home/rshann/gub/target/mingw/root/usr/lib /home/rshann/gub/target/mingw/root/usr/lib/w32api /home/rshann/gub/target/mingw/root/lib"'"} +lt_cv_dlopen=${lt_cv_dlopen=LoadLibrary} +lt_cv_dlopen_libs=${lt_cv_dlopen_libs="none required"} +lt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=8192} + +ac_16bit_type=${ac_16bit_type=short} +ac_32bit_type=${ac_32bit_type=int} +ac_64bit_type=${ac_64bit_type=none} +ac_cv_c_long_size_t=${ac_cv_c_long_size_t=no} +ac_cv_c_long_time_t=${ac_cv_c_long_time_t=yes} +ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} +ac_cv_sizeof_char=${ac_cv_sizeof_char=1} +ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} +ac_cv_sizeof_double=${ac_cv_sizeof_double=8} +ac_cv_sizeof_float=${ac_cv_sizeof_float=4} +ac_cv_sizeof_int=${ac_cv_sizeof_int=4} +ac_cv_sizeof_intmax_t=${ac_cv_sizeof_intmax_t=8} +ac_cv_sizeof_intptr_t=${ac_cv_sizeof_intptr_t=4} +ac_cv_sizeof_long=${ac_cv_sizeof_long=4} +ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=12} +ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} +ac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4} +ac_cv_sizeof_short=${ac_cv_sizeof_short=2} +ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} +ac_cv_sizeof_uintptr_t=${ac_cv_sizeof_uintptr_t=4} +ac_cv_sizeof_unsigned___int64=${ac_cv_sizeof_unsigned___int64=0} +ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} +ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4} +ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4} +ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8} +ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2} +ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} + +mkdir -p /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 || true +cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && chmod +x /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure && sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +MapLocate +def libtool_disable_install_not_into_dot_libs_test (logger, file): + '''libtool: install: error: cannot install `libexslt.la' to a directory not ending in /home/janneke/vc/gub/target/mingw/build/libxslt-1.1.24/libexslt/.libs''' + loggedos.file_sub (logger, [ + (r'if test "\$inst_prefix_dir" = "\$destdir"; then', + 'if false && test "$inst_prefix_dir" = "$destdir"; then'), + (r' test "\$inst_prefix_dir" = "\$destdir" &&', + ' false && test "$inst_prefix_dir" = "$destdir" &&')], + file) + +/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +libtool +MapLocate + self.map_locate (lambda logger, file: libtool_update (logger, self.expand ('%(system_prefix)s/bin/libtool'), self.expand ('%(rpath)s'), file), '%(builddir)s', 'libtool') + +/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +libtool +MapLocate +def libtool_fix_allow_undefined (logger, file): + '''libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries''' + loggedos.file_sub (logger, [('^(allow_undefined_flag=.*)unsupported', r'\1')], file) + +/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +libtool +MapLocate +def libtool_disable_relink (logger, file): + loggedos.file_sub (logger, [('need_relink=yes', 'need_relink=no')], file) + +/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +libtool +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +configure +cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi && make +cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && make +cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/src && mv .libs/denemo.exe denemo-console.exe && rm -f denemo.exe +cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/src && make AM_LDFLAGS="-mwindows" && cp -p .libs/denemo.exe denemo-windows.exe +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +compile +MapLocate + def fixup (logger, file): + file = file.strip () + if not file: + return + dir = os.path.split (file)[0] + suffix = '/.libs' + if re.search ('\\.libs$', dir): + suffix = '' + + loggedos.file_sub (logger, + [("libdir='/usr/lib'", + self.expand ("libdir='%(dir)s%(suffix)s'", + env=locals ())), + ], file) + +/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +*.la +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && make DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +Func + def install (logger, lst): + for file in lst: + if os.path.exists (file): + cmd = self.expand (''' +mkdir -p %(install_root)s/license +cp %(file)s %(install_root)s/license/%(name)s +''', locals ()) + loggedos.system (logger, cmd) + return + +(['/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/COPYING', '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/COPYING.LIB', '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/LICENSE', '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/LICENCE'],) +MapLocate + def installed_la_fixup (logger, la): + (dir, base) = os.path.split (la) + base = base[3:-3] + dir = re.sub (r"^\./", "/", dir) + + loggedos.file_sub (logger, [(''' *-L *[^\"\' ][^\"\' ]*''', ''), + (self.expand ('''( |=|\')(/[^ ]*usr/lib|%(targetdir)s.*)/lib([^ \'/]*)\.(a|la|so)[^ \']*'''), + '\\1-l\\3 '), + ('^old_library=.*', + self.expand ("""old_library='lib%(base)s.a'""", env=locals ())), + ], + la) + if self.settings.platform.startswith ('mingw'): + + loggedos.file_sub (logger, [('library_names=.*', + self.expand ("library_names='lib%(base)s.dll.a'", env=locals ()))], + la) + +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +lib*.la +rm -f /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/info/dir /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/info/dir.old /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/info/dir /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/info/dir.old /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/info/dir /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/info/dir.old /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/share/info/dir /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/share/info/dir.old +install -m755 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/src/denemo-windows.exe /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin/denemo.exe +install -m755 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/src/denemo-console.exe /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin/denemo-console.exe +MapLocate + def add_exe (logger_why_already_in_self, file): + if (not os.path.islink (file) + and not os.path.splitext (file)[1] + and loggedos.read_pipe (logger_why_already_in_self, self.expand ('file -b %(file)s', locals ())).startswith ('MS-DOS executable PE')): + loggedos.system (logger_why_already_in_self, self.expand ('mv %(file)s %(file)s.exe', locals ())) + +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/bin +* +MapLocate + def add_exe (logger_why_already_in_self, file): + if (not os.path.islink (file) + and not os.path.splitext (file)[1] + and loggedos.read_pipe (logger_why_already_in_self, self.expand ('file -b %(file)s', locals ())).startswith ('MS-DOS executable PE')): + loggedos.system (logger_why_already_in_self, self.expand ('mv %(file)s %(file)s.exe', locals ())) + +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin +* +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +install +tar -C /home/rshann/gub/target/mingw/src --exclude "*~" --exclude "*.orig" -zcf /home/rshann/gub/target/mingw/packages/denemo-1.0.0.~rc.6-src.mingw.tar.gz denemo-1.0.0.~rc.6 +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +src_package +MapLocate + def rewire (logger, file): + if os.path.islink (file): + s = os.readlink (file) + if s.startswith ('/') and self.settings.system_root not in s: + new_dest = os.path.join (self.settings.system_root, s[1:]) + loggedos.remove (logger, file) + loggedos.symlink (logger, new_dest, file) + +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +* +PackageGlobs +/usr/bin/*-config/usr/include/usr/cross/bin/usr/cross/include/usr/cross/lib/usr/cross/libexec/usr/cross/i686-mingw32/usr/share/aclocal/usr/lib/lib*.a/usr/lib/pkgconfig +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root + +/home/rshann/gub/target/mingw/packages/denemo-devel-1.0.0.~rc.6.mingw.gup +Dump +/home/rshann/gub/target/mingw/packages/denemo-devel.mingw.hdr +AR=i686-mingw32-ar +AS=i686-mingw32-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +C_INCLUDE_PATH= +DLLTOOL=i686-mingw32-dlltool +DLLWRAP=i686-mingw32-dllwrap +LD=i686-mingw32-ld +LDFLAGS=-L/home/rshann/gub/target/mingw/root/usr/lib -L/home/rshann/gub/target/mingw/root/usr/bin -L/home/rshann/gub/target/mingw/root/usr/lib/w32api +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/rshann/gub/target/mingw/root +LD_PRELOAD=/home/rshann/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-mingw32-nm +PATH=/home/rshann/gub/target/mingw/root/usr/cross/bin:/home/rshann/gub/target/tools32/root/usr/bin:/home/rshann/gub/target/tools/root/usr/bin:/home/rshann/gub/target/tools/root/usr/cross/bin:/home/rshann/gub/target/tools/root/usr/bin:/home/rshann/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games +PERL5LIB=foo:/home/rshann/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/rshann/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/rshann/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/rshann/gub/target/mingw/root/usr --define-variable includedir=/home/rshann/gub/target/mingw/root/usr/include --define-variable libdir=/home/rshann/gub/target/mingw/root/usr/lib +PKG_CONFIG_PATH=/home/rshann/gub/target/mingw/root/usr/lib/pkgconfig +RANLIB=i686-mingw32-ranlib +SED=sed +__module__=denemo +_created_name=denemo +allbuilddir=/home/rshann/gub/target/mingw/build +alllogdir=/home/rshann/gub/log +allsrcdir=/home/rshann/gub/target/mingw/src +alltargetdir=/home/rshann/gub/target +architecture=i686-mingw32 +autodir=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 +ball_suffix=-1.0.0.~rc.6 +basename=denemo-1.0.0~rc6 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=cairo;cross/gcc-c++-runtime;evince;fluidsynth;glib-devel;gtk+-devel;guile-devel;libaubio-devel;libgtksourceview;librsvg;libsndfile;libtool;lilypad;lilypondcairo;mingw::cross/binutils;mingw::cross/gcc;mingw::mingw-runtime;mingw::w32api;portaudio-devel;system::gcc;tools::automake;tools::file;tools::gettext;tools::glib;tools::librestrict;tools::libtool;tools::make;tools::pkg-config;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=0 +build_os=linux +build_platform=linux-64 +builddir=/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +category= +checksum_file=/home/rshann/gub/target/mingw/packages/denemo.checksum +compile_command=make -j8 +compile_command_native=make -j8 +compile_flags= +compile_flags_native= +config_cache_file=/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure +configure_command= sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +configure_command_native= sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw +configure_prefix=/usr +configure_variables= CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +conflicts_string=; +core_prefix=/home/rshann/gub/target/mingw/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/rshann/gub/target/mingw/src/cross +cross_dir=/cross +cross_packages=/home/rshann/gub/target/mingw/packages/cross +cross_prefix=/home/rshann/gub/target/mingw/root/usr/cross +cross_statusdir=/home/rshann/gub/target/mingw/status/cross +debian_branch=stable +dependencies_string=;cross/gcc-c++-runtime;libtool;glib-devel;cairo;lilypondcairo;gtk+-devel;librsvg;evince;libaubio-devel;libgtksourceview;guile-devel;portaudio-devel;libsndfile;fluidsynth;lilypad;denemo +description= +downloads=/home/rshann/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=denemo-1.0.0~rc6.tar +full_version=1.0.0.~rc.6 +gtk_version=2.8 +gubdir=/home/rshann/gub +gubdir_prefix=/home/rshann/gub +install_command=make DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +install_flags= DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +install_flags_destdir_broken= bindir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin aclocaldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/aclocal datadir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share exec_prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr gcc_tooldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr includedir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/include infodir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/info libdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib libexecdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib mandir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/man prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr sysconfdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/etc tooldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr +install_prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr +install_root=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +installdir=/home/rshann/gub/target/mingw/install +job_spec=-j8 +libs= +logdir=/home/rshann/gub/target/mingw/log +make_flags= +name=denemo +name_version=denemo-1.0.0.~rc.6 +nsisdir=/home/rshann/gub/nsis +os=mingw +package_arch=i386 +packages=/home/rshann/gub/target/mingw/packages +packaging_suffix_dir= +patchdir=/home/rshann/gub/patches +platform=mingw +platform_uploads=/home/rshann/gub/uploads/mingw +prefix_dir=/usr +pretty_name=Denemo +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/rshann/gub/target/mingw/root/usr/lib +so_extension=.dll +so_version=1 +source_checksum=denemo-1.0.0~rc6 +source_name=denemo +sourcefiledir=/home/rshann/gub/sourcefiles +specdir=/home/rshann/gub/gub/specs +split_ball=/home/rshann/gub/target/mingw/packages/denemo-devel-1.0.0.~rc.6.mingw.gup +split_hdr=/home/rshann/gub/target/mingw/packages/denemo-devel.mingw.hdr +split_name=denemo-devel +src_package_ball=/home/rshann/gub/target/mingw/packages/denemo-1.0.0.~rc.6-src.mingw.tar.gz +src_package_uploads=/home/rshann/gub/target/mingw/packages +srcdir=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 +stamp_file=/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +statusdir=/home/rshann/gub/target/mingw/status +sub_name=devel +system_cross_prefix=/home/rshann/gub/target/mingw/root/usr/cross +system_prefix=/home/rshann/gub/target/mingw/root/usr +system_root=/home/rshann/gub/target/mingw/root +target_architecture=i686-mingw32 +target_bits=32 +target_cpu=i686 +target_gcc_flags=-mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +target_os=mingw +target_platform=mingw +targetdir=/home/rshann/gub/target/mingw +toolchain_prefix=i686-mingw32- +tools32_prefix=/home/rshann/gub/target/tools32/root/usr +tools32_root=/home/rshann/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/rshann/gub/target/tools32/root/usr +tools_cross_prefix=/home/rshann/gub/target/tools/root/usr/cross +tools_prefix=/home/rshann/gub/target/tools/root/usr +tools_root=/home/rshann/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/rshann/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.0.0.~rc.6 +workdir=/home/rshann/gub +workdir_prefix=/home/rshann/gub +x=fluidsynth +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin/*-config +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/include +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/bin +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/include +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/lib +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/libexec +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/i686-mingw32 +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/aclocal +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib/lib*.a +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib/pkgconfig +PackageGlobs +/usr/share/doc/usr/share/gtk-doc/usr/share/info/usr/share/man/usr/cross/info/usr/cross/man +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root + +/home/rshann/gub/target/mingw/packages/denemo-doc-1.0.0.~rc.6.mingw.gup +Dump +/home/rshann/gub/target/mingw/packages/denemo-doc.mingw.hdr +AR=i686-mingw32-ar +AS=i686-mingw32-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +C_INCLUDE_PATH= +DLLTOOL=i686-mingw32-dlltool +DLLWRAP=i686-mingw32-dllwrap +LD=i686-mingw32-ld +LDFLAGS=-L/home/rshann/gub/target/mingw/root/usr/lib -L/home/rshann/gub/target/mingw/root/usr/bin -L/home/rshann/gub/target/mingw/root/usr/lib/w32api +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/rshann/gub/target/mingw/root +LD_PRELOAD=/home/rshann/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-mingw32-nm +PATH=/home/rshann/gub/target/mingw/root/usr/cross/bin:/home/rshann/gub/target/tools32/root/usr/bin:/home/rshann/gub/target/tools/root/usr/bin:/home/rshann/gub/target/tools/root/usr/cross/bin:/home/rshann/gub/target/tools/root/usr/bin:/home/rshann/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games +PERL5LIB=foo:/home/rshann/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/rshann/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/rshann/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/rshann/gub/target/mingw/root/usr --define-variable includedir=/home/rshann/gub/target/mingw/root/usr/include --define-variable libdir=/home/rshann/gub/target/mingw/root/usr/lib +PKG_CONFIG_PATH=/home/rshann/gub/target/mingw/root/usr/lib/pkgconfig +RANLIB=i686-mingw32-ranlib +SED=sed +__module__=denemo +_created_name=denemo +allbuilddir=/home/rshann/gub/target/mingw/build +alllogdir=/home/rshann/gub/log +allsrcdir=/home/rshann/gub/target/mingw/src +alltargetdir=/home/rshann/gub/target +architecture=i686-mingw32 +autodir=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 +ball_suffix=-1.0.0.~rc.6 +basename=denemo-1.0.0~rc6 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=cairo;cross/gcc-c++-runtime;evince;fluidsynth;glib-devel;gtk+-devel;guile-devel;libaubio-devel;libgtksourceview;librsvg;libsndfile;libtool;lilypad;lilypondcairo;mingw::cross/binutils;mingw::cross/gcc;mingw::mingw-runtime;mingw::w32api;portaudio-devel;system::gcc;tools::automake;tools::file;tools::gettext;tools::glib;tools::librestrict;tools::libtool;tools::make;tools::pkg-config;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=0 +build_os=linux +build_platform=linux-64 +builddir=/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +category= +checksum_file=/home/rshann/gub/target/mingw/packages/denemo.checksum +compile_command=make -j8 +compile_command_native=make -j8 +compile_flags= +compile_flags_native= +config_cache_file=/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure +configure_command= sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +configure_command_native= sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw +configure_prefix=/usr +configure_variables= CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +conflicts_string=; +core_prefix=/home/rshann/gub/target/mingw/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/rshann/gub/target/mingw/src/cross +cross_dir=/cross +cross_packages=/home/rshann/gub/target/mingw/packages/cross +cross_prefix=/home/rshann/gub/target/mingw/root/usr/cross +cross_statusdir=/home/rshann/gub/target/mingw/status/cross +debian_branch=stable +dependencies_string=; +description= +downloads=/home/rshann/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=denemo-1.0.0~rc6.tar +full_version=1.0.0.~rc.6 +gtk_version=2.8 +gubdir=/home/rshann/gub +gubdir_prefix=/home/rshann/gub +install_command=make DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +install_flags= DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +install_flags_destdir_broken= bindir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin aclocaldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/aclocal datadir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share exec_prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr gcc_tooldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr includedir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/include infodir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/info libdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib libexecdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib mandir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/man prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr sysconfdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/etc tooldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr +install_prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr +install_root=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +installdir=/home/rshann/gub/target/mingw/install +job_spec=-j8 +libs= +logdir=/home/rshann/gub/target/mingw/log +make_flags= +name=denemo +name_version=denemo-1.0.0.~rc.6 +nsisdir=/home/rshann/gub/nsis +os=mingw +package_arch=i386 +packages=/home/rshann/gub/target/mingw/packages +packaging_suffix_dir= +patchdir=/home/rshann/gub/patches +platform=mingw +platform_uploads=/home/rshann/gub/uploads/mingw +prefix_dir=/usr +pretty_name=Denemo +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/rshann/gub/target/mingw/root/usr/lib +so_extension=.dll +so_version=1 +source_checksum=denemo-1.0.0~rc6 +source_name=denemo +sourcefiledir=/home/rshann/gub/sourcefiles +specdir=/home/rshann/gub/gub/specs +split_ball=/home/rshann/gub/target/mingw/packages/denemo-doc-1.0.0.~rc.6.mingw.gup +split_hdr=/home/rshann/gub/target/mingw/packages/denemo-doc.mingw.hdr +split_name=denemo-doc +src_package_ball=/home/rshann/gub/target/mingw/packages/denemo-1.0.0.~rc.6-src.mingw.tar.gz +src_package_uploads=/home/rshann/gub/target/mingw/packages +srcdir=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 +stamp_file=/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +statusdir=/home/rshann/gub/target/mingw/status +sub_name=doc +system_cross_prefix=/home/rshann/gub/target/mingw/root/usr/cross +system_prefix=/home/rshann/gub/target/mingw/root/usr +system_root=/home/rshann/gub/target/mingw/root +target_architecture=i686-mingw32 +target_bits=32 +target_cpu=i686 +target_gcc_flags=-mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +target_os=mingw +target_platform=mingw +targetdir=/home/rshann/gub/target/mingw +toolchain_prefix=i686-mingw32- +tools32_prefix=/home/rshann/gub/target/tools32/root/usr +tools32_root=/home/rshann/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/rshann/gub/target/tools32/root/usr +tools_cross_prefix=/home/rshann/gub/target/tools/root/usr/cross +tools_prefix=/home/rshann/gub/target/tools/root/usr +tools_root=/home/rshann/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/rshann/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.0.0.~rc.6 +workdir=/home/rshann/gub +workdir_prefix=/home/rshann/gub +x=fluidsynth +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/doc +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/gtk-doc +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/info +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/man +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/info +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/cross/man +PackageGlobs +/ +/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root + +/home/rshann/gub/target/mingw/packages/denemo-1.0.0.~rc.6.mingw.gup +Dump +/home/rshann/gub/target/mingw/packages/denemo.mingw.hdr +AR=i686-mingw32-ar +AS=i686-mingw32-as +BUILD_CC=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC=i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +CCLD_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CC_FOR_BUILD=C_INCLUDE_PATH= CPATH= CPPFLAGS= LIBRARY_PATH= cc +CPATH= +CPLUS_INCLUDE_PATH= +CXX=i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +C_INCLUDE_PATH= +DLLTOOL=i686-mingw32-dlltool +DLLWRAP=i686-mingw32-dllwrap +LD=i686-mingw32-ld +LDFLAGS=-L/home/rshann/gub/target/mingw/root/usr/lib -L/home/rshann/gub/target/mingw/root/usr/bin -L/home/rshann/gub/target/mingw/root/usr/lib/w32api +LDFLAGS_FOR_BUILD= +LD_LIBRARY_PATH=/home/rshann/gub/target/mingw/root +LD_PRELOAD=/home/rshann/gub/target/tools/root/usr/lib/librestrict.so +LIBRARY_PATH= +NM=i686-mingw32-nm +PATH=/home/rshann/gub/target/mingw/root/usr/cross/bin:/home/rshann/gub/target/tools32/root/usr/bin:/home/rshann/gub/target/tools/root/usr/bin:/home/rshann/gub/target/tools/root/usr/cross/bin:/home/rshann/gub/target/tools/root/usr/bin:/home/rshann/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games +PERL5LIB=foo:/home/rshann/gub/target/tools/root/usr/lib/perl5/5.10.0:/home/rshann/gub/target/tools/root/usr/lib/perl5/5.10.0/x86_64-linux:/home/rshann/gub/target/tools/root/usr/share/autoconf +PKG_CONFIG=pkg-config --define-variable prefix=/home/rshann/gub/target/mingw/root/usr --define-variable includedir=/home/rshann/gub/target/mingw/root/usr/include --define-variable libdir=/home/rshann/gub/target/mingw/root/usr/lib +PKG_CONFIG_PATH=/home/rshann/gub/target/mingw/root/usr/lib/pkgconfig +RANLIB=i686-mingw32-ranlib +SED=sed +__module__=denemo +_created_name=denemo +allbuilddir=/home/rshann/gub/target/mingw/build +alllogdir=/home/rshann/gub/log +allsrcdir=/home/rshann/gub/target/mingw/src +alltargetdir=/home/rshann/gub/target +architecture=i686-mingw32 +autodir=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 +ball_suffix=-1.0.0.~rc.6 +basename=denemo-1.0.0~rc6 +bits=32 +branch= +build_architecture=x86_64-linux +build_bits=64 +build_cpu=x86_64 +build_dependencies_string=cairo;cross/gcc-c++-runtime;evince;fluidsynth;glib-devel;gtk+-devel;guile-devel;libaubio-devel;libgtksourceview;librsvg;libsndfile;libtool;lilypad;lilypondcairo;mingw::cross/binutils;mingw::cross/gcc;mingw::mingw-runtime;mingw::w32api;portaudio-devel;system::gcc;tools::automake;tools::file;tools::gettext;tools::glib;tools::librestrict;tools::libtool;tools::make;tools::pkg-config;tools::tar;tools::zlib +build_hardware_bits=64 +build_number=0 +build_os=linux +build_platform=linux-64 +builddir=/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 +category= +checksum_file=/home/rshann/gub/target/mingw/packages/denemo.checksum +compile_command=make -j8 +compile_command_native=make -j8 +compile_flags= +compile_flags_native= +config_cache_file=/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/config.cache +config_cache_overrides= +config_script= +configure_binary=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure +configure_command= sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +configure_command_native= sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +configure_flags= --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw +configure_prefix=/usr +configure_variables= CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" +conflicts_string=; +core_prefix=/home/rshann/gub/target/mingw/root/usr/cross/core +cpu=i686 +cpu_count=4 +cpu_count_str=4 +cross_allsrcdir=/home/rshann/gub/target/mingw/src/cross +cross_dir=/cross +cross_packages=/home/rshann/gub/target/mingw/packages/cross +cross_prefix=/home/rshann/gub/target/mingw/root/usr/cross +cross_statusdir=/home/rshann/gub/target/mingw/status/cross +debian_branch=stable +dependencies_string=;cross/gcc-c++-runtime;libtool;glib;cairo;lilypondcairo;gtk+;librsvg;evince;libaubio;libgtksourceview;guile;portaudio;libsndfile;fluidsynth;lilypad +description= +downloads=/home/rshann/gub/downloads +fakeroot=fakeroot -i -s +fakeroot_cache= +file_name=denemo-1.0.0~rc6.tar +full_version=1.0.0.~rc.6 +gtk_version=2.8 +gubdir=/home/rshann/gub +gubdir_prefix=/home/rshann/gub +install_command=make DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +install_flags= DESTDIR=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root install +install_flags_destdir_broken= bindir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/bin aclocaldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/aclocal datadir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share exec_prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr gcc_tooldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr includedir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/include infodir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/info libdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib libexecdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/lib mandir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/share/man prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr sysconfdir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr/etc tooldir=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr +install_prefix=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root/usr +install_root=/home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +installdir=/home/rshann/gub/target/mingw/install +job_spec=-j8 +libs= +logdir=/home/rshann/gub/target/mingw/log +make_flags= +name=denemo +name_version=denemo-1.0.0.~rc.6 +nsisdir=/home/rshann/gub/nsis +os=mingw +package_arch=i386 +packages=/home/rshann/gub/target/mingw/packages +packaging_suffix_dir= +patchdir=/home/rshann/gub/patches +platform=mingw +platform_uploads=/home/rshann/gub/uploads/mingw +prefix_dir=/usr +pretty_name=Denemo +root_dir=/root +rpath=-Wl,-rpath -Wl,\$$ORIGIN/../lib -Wl,-rpath -Wl,/home/rshann/gub/target/mingw/root/usr/lib +so_extension=.dll +so_version=1 +source_checksum=denemo-1.0.0~rc6 +source_name=denemo +sourcefiledir=/home/rshann/gub/sourcefiles +specdir=/home/rshann/gub/gub/specs +split_ball=/home/rshann/gub/target/mingw/packages/denemo-1.0.0.~rc.6.mingw.gup +split_hdr=/home/rshann/gub/target/mingw/packages/denemo.mingw.hdr +split_name=denemo +src_package_ball=/home/rshann/gub/target/mingw/packages/denemo-1.0.0.~rc.6-src.mingw.tar.gz +src_package_uploads=/home/rshann/gub/target/mingw/packages +srcdir=/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 +stamp_file=/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +statusdir=/home/rshann/gub/target/mingw/status +sub_name= +system_cross_prefix=/home/rshann/gub/target/mingw/root/usr/cross +system_prefix=/home/rshann/gub/target/mingw/root/usr +system_root=/home/rshann/gub/target/mingw/root +target_architecture=i686-mingw32 +target_bits=32 +target_cpu=i686 +target_gcc_flags=-mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG +target_os=mingw +target_platform=mingw +targetdir=/home/rshann/gub/target/mingw +toolchain_prefix=i686-mingw32- +tools32_prefix=/home/rshann/gub/target/tools32/root/usr +tools32_root=/home/rshann/gub/target/tools32/root +tools32_root_dir=/tools32/root +tools_archmatch_prefix=/home/rshann/gub/target/tools32/root/usr +tools_cross_prefix=/home/rshann/gub/target/tools/root/usr/cross +tools_prefix=/home/rshann/gub/target/tools/root/usr +tools_root=/home/rshann/gub/target/tools/root +tools_root_dir=/tools/root +uploads=/home/rshann/gub/uploads +vc_branch= +vc_branch_suffix= +version=1.0.0.~rc.6 +workdir=/home/rshann/gub +workdir_prefix=/home/rshann/gub +x=fluidsynth +rm -rf /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +Dump +/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 +package +rm -rf /home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6 /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root +rm -rf /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 building package: mingw::denemo *** Stage: download (denemo, mingw) *** Stage: untar (denemo, mingw) COMMAND defies PATH: rm -rf /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root invoking rm -rf /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 /home/rshann/gub/target/mingw/install/denemo-1.0.0.~rc.6-root invoking mkdir /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 invoking tar -C /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 --strip-component=1 -v -z -xf /home/rshann/gub/downloads/denemo/denemo-1.0.0~rc6.tar.gz denemo-1.0.0~rc6/actions/ denemo-1.0.0~rc6/actions/menus/ denemo-1.0.0~rc6/actions/menus/MainMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/ConvertDrum2GmSingleSelection denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/IntelligentDelete denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/KeyBindings/ denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/KeyBindings/StartEmacs2KeyShortcut denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/PasteReplaceSelection denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/ReloadDrumHash denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/ denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/ApplyToSelection denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/DeleteSelectionLeaveEmpty denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectAllStaffs denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectColumn denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectLeft denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectMeasure denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectRight denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectStaff denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/Select/SelectionToEmptyMeasure denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/ShowLastChange denemo-1.0.0~rc6/actions/menus/MainMenu/EditMenu/StagedDelete denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/ denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/ denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/ denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/DiminishedOrAugmented denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/DiminishedOrMinor denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/HalfDiminished7OrDiminshed7 denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/Major7Minor7OrDominant7 denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/MajorMinorAugmentedOrDiminished denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/MajorOrAugmented denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/MajorOrMinor denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Chord-Comparison/init.scm denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/ denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Ab-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Ab-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Bb-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Bb-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/C-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/C-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Db-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Db-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Eb-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/Eb-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/F-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/F-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/F-sharp-Major denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/F-sharp-Pentascale denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Aural Training/Identify-Scale-Note/init.scm denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/MIDI/ denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/MIDI/CheckPitches denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/MIDI/Conductor denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/MIDI/FiguredBassExercises denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/ denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/BassClefNoteNameSpeedTest denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/CountSteps denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/DiatonicInterval denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/LineNumber denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/LineOrSpace denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/NoteNameSpeedTest denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/ReadingNoteNames denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/ReadingNoteNamesSolfege denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/SpaceNumber denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/StepSkipOrSame denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/UpDownOrSame denemo-1.0.0~rc6/actions/menus/MainMenu/Educational/Note-Reading/init.scm denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/Import/ denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/Import/Import-Lilypond denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/Import/Import-Midi denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/Import/Import-MusicXml denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/OpenMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/OpenMenu/OpenAudio denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/OpenMenu/OpenMyDefaultTemplate denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/OpenMenu/OpenSourceDialog denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/Preview4Bars denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAccompanistsScore denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintAllLayouts denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintBassPartWithoutFigures denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintPartWithTitlePage denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintScoreAndParts denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintThreeReduced denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintTwoReduced denemo-1.0.0~rc6/actions/menus/MainMenu/FileMenu/PrintMenu/PrintWithAmbitus denemo-1.0.0~rc6/actions/menus/MainMenu/HelpMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/HelpMenu/HelpAllFeatures denemo-1.0.0~rc6/actions/menus/MainMenu/HelpMenu/HelpForReturnKey denemo-1.0.0~rc6/actions/menus/MainMenu/HelpMenu/IRC denemo-1.0.0~rc6/actions/menus/MainMenu/HelpMenu/SetNewbieStatus denemo-1.0.0~rc6/actions/menus/MainMenu/HelpMenu/Tutorial denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/Keyboard/ denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesDefault denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/Keyboard/NoteNamesMove denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/ denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/AngryDelete denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/CheckPitches denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/ChordsForBar denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/ChordsOverBass denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/FiguredBassFilterOn denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/FootPedalConductor denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/MidiAdvanceOnEdit denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/MidiFilterOff denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/MIDI/ToggleCheckChords denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/Mouse/ denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/Mouse/MouseDefault denemo-1.0.0~rc6/actions/menus/MainMenu/InputMenu/Mouse/MouseInsertion denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/LoadDefaultComposerNumberkeys denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/LoadSelectDurationComposerNumberkeys denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/NoOp denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpEight denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpFive denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpFour denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpNine denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpOne denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpSeven denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpSix denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpThree denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpTwo denemo-1.0.0~rc6/actions/menus/MainMenu/MoreMenu/OpZero denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/ denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/BookmarkNamed denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/BookmarkNonPrinting denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/NextBookmark denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/PrevBookmark denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/RehearsalMark denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Bookmarks/SearchBookmark denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/ denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/CursorToHighestNote denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/CursorToLowestNote denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/JumpDownOctave denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/JumpLeft denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/JumpRight denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/JumpUpOctave denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/MoveToMovementBeginning denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/MoveToMovementEnd denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/ToggleCursorHighlight denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Cursor/init.scm denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/DenemoLink denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/ denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/CheckForIncompleteMeasures denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/FindEditPoint denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/FindNextLowerNote denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/FindNote denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/GoToEmptyMeasure denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/GoToMeasureEnd denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/MoveToPreviousEmptyMeasure denemo-1.0.0~rc6/actions/menus/MainMenu/NavigationMenu/Seek/NextHigher denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/Audio/ denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/Audio/AudioPlay denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/Audio/CloseSourceAudioFile denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/Audio/SynchronizeAudio denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/ConvertMidiForBass denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/DenemoPlayCursorToEnd denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/PitchShift denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/PlayAtCursor denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/RecordAndConvert denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/RecreateTimebase denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/ToggleConduct denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/ToggleImmediatePlayback denemo-1.0.0~rc6/actions/menus/MainMenu/PlaybackMenu/TogglePlayAlongPlayback denemo-1.0.0~rc6/actions/menus/MainMenu/ViewMenu/ denemo-1.0.0~rc6/actions/menus/MainMenu/ViewMenu/Zoom/ denemo-1.0.0~rc6/actions/menus/MainMenu/ViewMenu/Zoom/ZoomDialog denemo-1.0.0~rc6/actions/menus/MainMenu/ViewMenu/Zoom/ZoomIn denemo-1.0.0~rc6/actions/menus/MainMenu/ViewMenu/Zoom/ZoomOut denemo-1.0.0~rc6/actions/menus/MainMenu/ViewMenu/Zoom/ZoomReset denemo-1.0.0~rc6/actions/menus/ObjectMenu/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpAugmented4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpDiminished5 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMajor2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMajor3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMajor6 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMajor7 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMinor2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMinor3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMinor6 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpMinor7 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpPerfect1 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpPerfect4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddAboveBase/AddLowestUpPerfect5 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownAugmented4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownDiminished5 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMajor2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMajor3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMajor6 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMajor7 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMinor2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMinor3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMinor6 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownMinor7 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownPerfect1 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownPerfect4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/AddBelowTop/AddHighestDownPerfect5 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/ChangePrintDuration0 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/ChangePrintDuration1 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/ChangePrintDuration2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/ChangePrintDurationBreve denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/ChangePrintDurationLonga denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ChangePrintDuration/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/Directives/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/Directives/DeleteLilyPondOnChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/HideLilyPond denemo-1.0.0~rc6/actions/menus/ObjectMenu/ChordMenu/ParenthesizeChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/ClefMenu/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/ClefMenu/ClefChooser denemo-1.0.0~rc6/actions/menus/ObjectMenu/ClefMenu/HideClef denemo-1.0.0~rc6/actions/menus/ObjectMenu/ClefMenu/SetDisplayClef denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/AllowLineBreak denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/AutoAccidentals denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/ChooseBarline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/ClosingBarline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/DoubleBarline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/ForceBarline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/HalfBarline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/NoBarline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/RepeatEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/RepeatEndStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Barlines/RepeatStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/BeamingOff denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/BeamingOn denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/BeatChange denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/BreathMark denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/CadenzaOn denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Conditional-Directives/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Conditional-Directives/ForAllLayouts denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Conditional-Directives/NotForLayout denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Conditional-Directives/OnlyForLayout denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/CriticalComment denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/DynamicText denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/EnableAccordion16v denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/EndVolta denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/FinishCadenza denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/FreeFermata denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Hide denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/InsertDefinedLilyPond denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/InsertStandaloneDirective denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/LineBreak denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeBalance denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeChannel denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeExpression denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeGeneric denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeHold2Pedal denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeHoldPedal denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeLegatoPedal denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeModwheel denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangePan denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangePortamento denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeProgram denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeSoftPedal denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeSustenutoPedal denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChangeVolume denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ChannelChange denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ClarinetInA denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/ClarinetInBb denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/CloseTransposingInstrument denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/MidiTempo denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/Temperament/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/Temperament/StartEqualTemperament denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/Temperament/StartQCMeanTone denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MIDI/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/MetronomeMark denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/NoLineBreak denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/OpenFirstTimeBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/OpenSecondTimeBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Ottava denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/PageBreak denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Print Transpositions/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Print Transpositions/CloseLilyBlock denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Print Transpositions/OpenOctaveDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Print Transpositions/OpenOctaveUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/RehearsalMark denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/SetBarNumber denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/ShiftNext denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/SmallFontEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/SmallFontStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Staff/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Staff/HideNotes denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Staff/StartStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Staff/StopStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Staff/UnHideNotes denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/TextAnnotation denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Tuning/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Tuning/SetTuningAllStaffs denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Tuning/SetTuningStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/TypesettingOff denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/TypesettingOn denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoicePreset1 denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoicePreset2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoicePreset3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoicePreset4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoicePresetAutomatic denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoiceSetting denemo-1.0.0~rc6/actions/menus/ObjectMenu/Directives/Voices/VoicesDoublestroke denemo-1.0.0~rc6/actions/menus/ObjectMenu/Key/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Key/FlattenKeysig denemo-1.0.0~rc6/actions/menus/ObjectMenu/Key/HideKeysig denemo-1.0.0~rc6/actions/menus/ObjectMenu/Key/SharpenKeysig denemo-1.0.0~rc6/actions/menus/ObjectMenu/Lyrics/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Lyrics/TypesetVersesAtEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/AddDuplicateMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/CheckTupletsInMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/MergeWithNextMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/CloseReopenRepeat denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/CloseRepeat denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/EndSecondTimeBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/FirstTimeBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/OpenRepeat denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Repeats/SecondTimeBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/ShortMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/SplitMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/Upbeat denemo-1.0.0~rc6/actions/menus/ObjectMenu/MeasureMenu/WholeMeasureRepeat denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/CaptureScore/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/CaptureScore/CaptureMeasures denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/CaptureScore/DeleteCapturedMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/CaptureScore/InsertCaptureMeasure denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/CreateIntro denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Custos denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/EvenOutStaffLengths denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/HideBarlines denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/HideMovement denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/MovementPageBreak denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/MvntComment denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsBaroque denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsCross denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsDefault denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsDelete denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsDiamond denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsHarmonic denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsHarmonic-black denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsHarmonic-mixed denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsMensural denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsNeomensural denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsPetrucci denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsSlash denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/NoteHeadStyles/MovementNoteheadsXcircle denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Print Layout/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Print Layout/Indent denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/ReBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/SetMovementTempo denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/SwitchMensuralBarlines denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Chapter denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Piece denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/Section denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/TitledPiece denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Book Titles/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/MovementPiece denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/MovementSubtitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/MovementMenu/Titles/Simple Titles/MovementTitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromString/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromString/NotationMagick-InsertReversedStringAsBinaryRhythm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromString/NotationMagick-InsertReversedStringAsReversedBinaryRhythm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromString/NotationMagick-InsertStringAsBinaryRhythm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/GenerateRhythmFromString/NotationMagick-InsertStringAsReversedBinaryRhythm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-InsertPoolShuffled denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-MirrorSelectedObjects denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-ReverseSelectedObjects denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-ShuffleSelectedObjects denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-SortSelectionAscending denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-SortSelectionDescending denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/NotationMagick-TwelveToneRow denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/SingleRandomNote/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/SingleRandomNote/NotationMagick-InsertNoteFromPool denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/SingleRandomNote/NotationMagick-RandomWithinClefRangeChromatic denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotationMagick/SingleRandomNote/NotationMagick-RandomWithinClefRangeDiatonic denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Augment denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/Beam1234 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/BeamLeftOne denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/BeamLeftThree denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/BeamLeftTwo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/BeamRightOne denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/BeamRightThree denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/BeamRightTwo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/DeleteBeamingDirective denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/EndBeam denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/NoBeam denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Beaming/StartBeam denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ChangeDuration/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ChangeDuration/ChangeBreve denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ChangeDuration/ChangeLonga denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ChangeDuration/DotDoubleDotNoDot denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ChordComment denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Diminish denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Directives/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Directives/DeleteLilyPondOnNote denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/DuplicateChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Breve denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Longa denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur0 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur1 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur5 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur6 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/Slur7 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/SlurBreve denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/SlurLonga denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditDuration/Slurs/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/AddDotSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/CautionaryAccidental denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/ChangeEnharmonicDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/ChangeEnharmonicUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/Ficta denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/MoveNoteToCursor denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/ReminderAccidental denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/RemoveDotSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestFlat denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestNatural denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestSharp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/FingeringsDoublestroke denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/GraceNotes/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/GraceNotes/GraceAfter denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/GraceNotes/GraceNoteSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/GraceNotes/InsertTwoGraceNotesBeamed denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/GraceNotes/MakeGrace denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/GraceNotes/UnGraceAfter denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/InsertNote/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/InsertNote/InsertDuration/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/InsertNote/InsertDuration/InsertBreve denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/InsertNote/InsertDuration/InsertLonga denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/InsertNote/InsertDuration/InsertOneNote denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/JoinChords denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/JoinChordsToMergedChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/AccentSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ArpeggioSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/DownbowSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/FermataSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/FlageoletSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/HarmonicSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/LheelSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/LtoeSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/MarcatoSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/PortatoSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/RheelSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/RtoeSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/SignumcongruentiaeSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/StaccatissimoSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/StaccatoSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/StoppedSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/TenutoSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ThumbSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleAccent denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleArpeggio denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleDownBow denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleFermata denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleFlageolet denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleHarmonic denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleLheel denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleLongFermata denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleLtoe denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleMarcato denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/TogglePortato denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleRheel denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleRtoe denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleShortFermata denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleSignumcongruentiae denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleStaccatissimo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleStaccato denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleStopped denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleTenuto denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleThumb denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleUpBow denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/ToggleVeryLongFermata denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Articulations/UpBowSelectionSwitcher denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/FiguredBass/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/FiguredBass/AdjustBassFigureHeight denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/FiguredBass/AdjustFiguredBassHeights denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/FiguredBass/PlaceFiguredBassBelow denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleCoda denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleMordent denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/TogglePrall denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/TogglePrallPrall denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleReverseTurn denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleSegno denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleTrill denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/ToggleUpPrall denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/Trill+Above denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Ornaments/Trill+Below denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/FingeringPosition denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/Finger0 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/Finger1 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/Finger2 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/Finger3 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/Finger4 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/Fingerings/Finger5 denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/RHFinger denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/StringNum denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/Strings/ToggleStemSupport denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextAbove denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/ArbitraryTextAbove denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Congruentia denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/D.C.AlFine denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/DalSegno denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/DeleteDynamic denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/Forte denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/Fortissimo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/Largo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/MezzoForte denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/MezzoPiano denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Dynamic Markings/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Glissando denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/ParenthesizeChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/ParenthesizeNote denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo Indications/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo Indications/Allegro denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo Indications/AllegroAssai denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo Indications/Andante denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo Indications/Largo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Markings/TextMarks/Tempo Indications/Presto denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/NoteheadControl/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/NoteheadControl/NeoMensuralNotehead denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/NormalSizeNotehead denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/SmallNotehead denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/NoteheadSizes/TinyNotehead denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ParenthesizeNote denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/BassDrum denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/DrumGM2Custom denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/HiHat denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/HiHatFoot denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/HiTom denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/Ride denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/RideBell denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Percussion/TimbalesStyle denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/ReplaceChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/DisplaceRestHorizontally denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/EnterRest denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/InsertBreveRest denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/InsertLongaRest denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/InsertWholeMeasureRest denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/MoveRest denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/MultiMeasureRests denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/RestEntry/WholeMeasureRest denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/SelectDuration/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/SelectDuration/SetBreve denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/SelectDuration/SetLonga denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/BeginPhrasingSlur denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/EndPhrasingSlur denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/ExtendSlur denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/ReduceSlur denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/SlurDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/SlurNeutral denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/SlurThree denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/SlurTwo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/SlurUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/ToggleBeginPhrasingSlur denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Slurs/ToggleEndPhrasingSlur denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/SplitChord denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/StemControl/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/StemControl/DesignateVoice denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/StemControl/StartDownStems denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/StemControl/StartUpStems denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/TiedNotes/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/TiedNotes/InsertTiedNoteDuration denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/TiedNotes/ToggleNoteTie denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealDialogDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealDialogUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealHalfDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealHalfUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealOctaveDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealOctaveUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealWholeDown denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftRealWholeUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Transpose/ShiftUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tremolo denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tuplets/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tuplets/NoTupletNumbers denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tuplets/StartTuplet denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tuplets/ToggleTripleting denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tuplets/ToggleTupletBrackets denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/Tuplets/ToggleTupletNumbering denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/NotesRests/split.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/AccompanistsScore denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/CheckScore denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/DeactivateTimeSignatureStencil denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/DenemoBar denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/EditProlog denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/LilyPondDefinition denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/LilyPondInclude denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/NormalBeamEndings denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/PointAndClick denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Print Layout/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Print Layout/HideEmptyStaffs denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Print Layout/LimitInterSystemSpace denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Print Layout/PaperSize denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Print Layout/ScoreIndent denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/ReduceSystemSpacing denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/RefreshDynamicDirectives denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/ScoreBlockProlog denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/ScoreComment denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/ScoreProlog denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/SetFontSize denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/SetThumbnail denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookArranger denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookComposer denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookCopyright denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookDate denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookInstrumentation denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookPoet denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/BookTitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/Epilog/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/Epilog/CriticalCommentary denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/Epilog/CriticalCommentaryIntro denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/IncipitFromSelection denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/TocTitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Book Titles/init.scm denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/ScoreTagline denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreArranger denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreBreakbefore denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreComposer denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreCopyright denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreDedication denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreInstrument denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreMeter denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreOpus denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScorePiece denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScorePoet denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreSubsubtitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreSubtitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/Simple Titles/ScoreTitle denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/Titles/TaglineLink denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/TransposeOctaveUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/Score/TransposeScorePrint denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Ambitus denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/CaptureScore/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/CaptureScore/CaptureMeasuresForStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/CaptureScore/DeleteCapturedMeasureForStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/CaptureScore/InsertCaptureMeasureForStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/ChangeStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/CheckTiesInStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/CreateCuesForStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/FixSlursInStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/InsertStaff/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/InsertStaff/NewStaffAfter denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/InsertStaff/NewStaffBefore denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/InstrumentName denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/NonPrintingStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Numbering/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Numbering/BarNumbers denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Ossia/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Ossia/CreateOssiaStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Ossia/HideOssia denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Ossia/ShowOssia denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Playback/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Playback/SetInitialVolumeToZero denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/PrintEffects/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/PrintEffects/ClearStaffProlog denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/PrintEffects/TransposeStaffOutput denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/ShortInstrumentName denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/SimplifyTies denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/SmallerStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffComment denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/DeleteStaffGroupings denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/GrandStaffEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/GrandStaffStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/GroupStaffEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/GroupStaffStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/PianoStaffEnd denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/PianoStaffStart denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffMultiMeasureRests denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffOctaveUp denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/StaffSize denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/TabStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/TinyStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/TinyStaffAllMovements denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/TransposeStaffPrint denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/CreateParts denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/CreatePartsFromTop denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoice denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceAuto denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceFour denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceOne denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceThree denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/InitialVoiceTwo denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/MergeRests denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/NewVoice denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/NoteColumnShift denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/SetCurrentStaffAsVoice denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/SetCurrentVoiceAsStaff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/ShiftOff denemo-1.0.0~rc6/actions/menus/ObjectMenu/StaffMenu/Voices/ShiftOn denemo-1.0.0~rc6/actions/menus/ObjectMenu/TimeSig/ denemo-1.0.0~rc6/actions/menus/ObjectMenu/TimeSig/ChooseTimeSignature denemo-1.0.0~rc6/actions/menus/ObjectMenu/TimeSig/HideTimesig denemo-1.0.0~rc6/actions/menus/ObjectMenu/TimeSig/SingleDigitTimeSig denemo-1.0.0~rc6/actions/menus/ObjectMenu/TimeSig/TimesigWithBeatStructure denemo-1.0.0~rc6/actions/AllCommands.commands denemo-1.0.0~rc6/actions/AllCommands.shortcuts denemo-1.0.0~rc6/actions/Arranger.commands denemo-1.0.0~rc6/actions/Arranger.scm denemo-1.0.0~rc6/actions/Arranger.shortcuts denemo-1.0.0~rc6/actions/Classic.commands denemo-1.0.0~rc6/actions/Classic.shortcuts denemo-1.0.0~rc6/actions/Composer.commands denemo-1.0.0~rc6/actions/Composer.scm denemo-1.0.0~rc6/actions/Composer.shortcuts denemo-1.0.0~rc6/actions/Default.commands denemo-1.0.0~rc6/actions/Default.scm denemo-1.0.0~rc6/actions/Default.shortcuts denemo-1.0.0~rc6/actions/LilyPond.commands denemo-1.0.0~rc6/actions/LilyPond.shortcuts denemo-1.0.0~rc6/actions/Makefile.am denemo-1.0.0~rc6/actions/Simple.commands denemo-1.0.0~rc6/actions/Simple.scm denemo-1.0.0~rc6/actions/Simple.shortcuts denemo-1.0.0~rc6/actions/bitmaps/ denemo-1.0.0~rc6/actions/bitmaps/Barline.png denemo-1.0.0~rc6/actions/bitmaps/BracketedWholeMeasureRest.png denemo-1.0.0~rc6/actions/bitmaps/CheckMark.png denemo-1.0.0~rc6/actions/bitmaps/ClosingBarline.png denemo-1.0.0~rc6/actions/bitmaps/CrossSign.png denemo-1.0.0~rc6/actions/bitmaps/DoubleBarline.png denemo-1.0.0~rc6/actions/bitmaps/DrumClef.png denemo-1.0.0~rc6/actions/bitmaps/EncircleChar denemo-1.0.0~rc6/actions/bitmaps/EndBeam.png denemo-1.0.0~rc6/actions/bitmaps/EndSecondTimeBar.png denemo-1.0.0~rc6/actions/bitmaps/EndVolta.png denemo-1.0.0~rc6/actions/bitmaps/FirstTimeBar.png denemo-1.0.0~rc6/actions/bitmaps/Forte.png denemo-1.0.0~rc6/actions/bitmaps/Fortissimo.png denemo-1.0.0~rc6/actions/bitmaps/Fortississimo.png denemo-1.0.0~rc6/actions/bitmaps/Glissando.png denemo-1.0.0~rc6/actions/bitmaps/LargeEight.png denemo-1.0.0~rc6/actions/bitmaps/LargeFive.png denemo-1.0.0~rc6/actions/bitmaps/LargeFour.png denemo-1.0.0~rc6/actions/bitmaps/LargeNine.png denemo-1.0.0~rc6/actions/bitmaps/LargeOne.png denemo-1.0.0~rc6/actions/bitmaps/LargeSeven.png denemo-1.0.0~rc6/actions/bitmaps/LargeSix.png denemo-1.0.0~rc6/actions/bitmaps/LargeThree.png denemo-1.0.0~rc6/actions/bitmaps/LargeTwo.png denemo-1.0.0~rc6/actions/bitmaps/LargeZero.png denemo-1.0.0~rc6/actions/bitmaps/MezzoForte.png denemo-1.0.0~rc6/actions/bitmaps/MezzoPiano.png denemo-1.0.0~rc6/actions/bitmaps/MultiMeasureRests.png denemo-1.0.0~rc6/actions/bitmaps/NoBeam.png denemo-1.0.0~rc6/actions/bitmaps/OpenFirstTimeBar.png denemo-1.0.0~rc6/actions/bitmaps/OpenSecondTimeBar.png denemo-1.0.0~rc6/actions/bitmaps/Pianissimo.png denemo-1.0.0~rc6/actions/bitmaps/Pianississimo.png denemo-1.0.0~rc6/actions/bitmaps/Piano.png denemo-1.0.0~rc6/actions/bitmaps/RehearsalMark denemo-1.0.0~rc6/actions/bitmaps/RehearsalMark.png denemo-1.0.0~rc6/actions/bitmaps/RepeatClose.png denemo-1.0.0~rc6/actions/bitmaps/RepeatCloseOpen.png denemo-1.0.0~rc6/actions/bitmaps/RepeatEnd.png denemo-1.0.0~rc6/actions/bitmaps/Upbeat.png denemo-1.0.0~rc6/actions/bitmaps/RepeatEndStart.png denemo-1.0.0~rc6/actions/bitmaps/RepeatOpen.png denemo-1.0.0~rc6/actions/bitmaps/RepeatStart.png denemo-1.0.0~rc6/actions/bitmaps/SecondTimeBar.png denemo-1.0.0~rc6/actions/bitmaps/Speaker_Icon.svg denemo-1.0.0~rc6/actions/bitmaps/Speaker_Icon_Mute.svg denemo-1.0.0~rc6/actions/bitmaps/StartBeam.png denemo-1.0.0~rc6/actions/bitmaps/StartDownStems.png denemo-1.0.0~rc6/actions/bitmaps/StartTupletNumbering.png denemo-1.0.0~rc6/actions/bitmaps/StartUpStems.png denemo-1.0.0~rc6/actions/bitmaps/StopTupletNumbering.png denemo-1.0.0~rc6/actions/bitmaps/WholeMeasureRest.png denemo-1.0.0~rc6/actions/bitmaps/WholeMeasureRestLH.png denemo-1.0.0~rc6/actions/bitmaps/WholeMeasureRestRH.png denemo-1.0.0~rc6/actions/bitmaps/accidentals.doublesharp.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flat.arrowboth.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flat.arrowdown.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flat.arrowup.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flat.slash.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flat.slashslash.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flat.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flatflat.slash.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.flatflat.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.hufnagelM1.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.leftparen.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.medicaeaM1.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.mensural1.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.mensuralM1.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.mirroredflat.backslash.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.mirroredflat.flat.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.natural.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.mirroredflat.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.natural.arrowboth.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.natural.arrowdown.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.natural.arrowup.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.rightparen.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.arrowboth.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.arrowdown.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.arrowup.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.slashslash.stem.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.slashslash.stemstemstem.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.slashslashslash.stem.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.slashslashslash.stemstem.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.sharp.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.vaticana0.svg denemo-1.0.0~rc6/actions/bitmaps/accidentals.vaticanaM1.svg denemo-1.0.0~rc6/actions/bitmaps/accordion-accStdbase.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.bayanbass.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.discant.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.dot.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.freebass.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.oldEE.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.pull.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.push.svg denemo-1.0.0~rc6/actions/bitmaps/accordion.stdbass.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.close.01.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.close.0M1.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.close.11.svg denemo-1.0.0~rc6/actions/bitmaps/clefs-C.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.close.1M1.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.open.01.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.open.0M1.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.open.11.svg denemo-1.0.0~rc6/actions/bitmaps/arrowheads.open.1M1.svg denemo-1.0.0~rc6/actions/bitmaps/brackettips.down.svg denemo-1.0.0~rc6/actions/bitmaps/brackettips.up.svg denemo-1.0.0~rc6/actions/bitmaps/clefs-G.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.C.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.C_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.F.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.F_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.G.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.G_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.hufnagel.do.fa.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.hufnagel.do.fa_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.hufnagel.do.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.hufnagel.do_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.hufnagel.fa.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.hufnagel.fa_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.medicaea.do.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.medicaea.do_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.medicaea.fa.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.medicaea.fa_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.mensural.c.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.mensural.c_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.mensural.f.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.mensural.f_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.mensural.g.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.mensural.g_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.neomensural.c.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.neomensural.c_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.percussion.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.percussion_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c1.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c1_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c2.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c2_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c3.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c3_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c4.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c4_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c5.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.c5_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.f.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.f_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.g.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.petrucci.g_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.tab.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.tab_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.vaticana.do.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.vaticana.do_change.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.vaticana.fa.svg denemo-1.0.0~rc6/actions/bitmaps/clefs.vaticana.fa_change.svg denemo-1.0.0~rc6/actions/bitmaps/comma.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.hufnagel.d0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.hufnagel.d1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.hufnagel.d2.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.hufnagel.u0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.hufnagel.u1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.hufnagel.u2.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.medicaea.d0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.medicaea.d1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.medicaea.d2.svg denemo-1.0.0~rc6/actions/bitmaps/dots.dot.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.medicaea.u0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.medicaea.u1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.medicaea.u2.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.mensural.d0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.mensural.d1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.mensural.d2.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.mensural.u0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.mensural.u1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.mensural.u2.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.vaticana.d0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.vaticana.d1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.vaticana.d2.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.vaticana.u0.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.vaticana.u1.svg denemo-1.0.0~rc6/actions/bitmaps/custodes.vaticana.u2.svg denemo-1.0.0~rc6/actions/bitmaps/dots.dotvaticana.svg denemo-1.0.0~rc6/actions/bitmaps/eight.svg denemo-1.0.0~rc6/actions/bitmaps/f.svg denemo-1.0.0~rc6/actions/bitmaps/ffff.png denemo-1.0.0~rc6/actions/bitmaps/five.svg denemo-1.0.0~rc6/actions/bitmaps/flags.d3.svg denemo-1.0.0~rc6/actions/bitmaps/flags.d4.svg denemo-1.0.0~rc6/actions/bitmaps/flags.d5.svg denemo-1.0.0~rc6/actions/bitmaps/flags.d6.svg denemo-1.0.0~rc6/actions/bitmaps/flags.d7.svg denemo-1.0.0~rc6/actions/bitmaps/flags.dgrace.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald03.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald04.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald05.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald06.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald13.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald14.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald15.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald16.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald23.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald24.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald25.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensurald26.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu03.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu04.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu05.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu06.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu13.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu14.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu15.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu16.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu23.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu24.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu25.svg denemo-1.0.0~rc6/actions/bitmaps/flags.mensuralu26.svg denemo-1.0.0~rc6/actions/bitmaps/flags.u3.svg denemo-1.0.0~rc6/actions/bitmaps/flags.u4.svg denemo-1.0.0~rc6/actions/bitmaps/flags.u5.svg denemo-1.0.0~rc6/actions/bitmaps/flags.u6.svg denemo-1.0.0~rc6/actions/bitmaps/flags.u7.svg denemo-1.0.0~rc6/actions/bitmaps/flags.ugrace.svg denemo-1.0.0~rc6/actions/bitmaps/four.svg denemo-1.0.0~rc6/actions/bitmaps/fp.png denemo-1.0.0~rc6/actions/bitmaps/glyphasn.svg denemo-1.0.0~rc6/actions/bitmaps/glyphati.svg denemo-1.0.0~rc6/actions/bitmaps/hyphen.svg denemo-1.0.0~rc6/actions/bitmaps/m.svg denemo-1.0.0~rc6/actions/bitmaps/mute.png denemo-1.0.0~rc6/actions/bitmaps/nine.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0doFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0fa.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0faFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0faThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0miFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0reFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d0tiFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1do.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1doFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1doThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1doWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1fa.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1faFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1faThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1faWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1miFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1re.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1reFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1reThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1reWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1ti.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1tiFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1tiThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1tiWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d1triangle.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2do.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2doFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2doThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2doWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2fa.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2faFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2faThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2faWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2re.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2reFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2reThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2reWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2ti.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2tiFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2tiThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2tiWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.d2triangle.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.dM2.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s-1.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s-2.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0cross.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0diamond.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0do.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0doThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0doWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0faWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0harmonic.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0la.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0laFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0laThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0laWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0mensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0mi.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0miMirror.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0miThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0miWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0petrucci.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0re.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0reThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0reWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0slash.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0sol.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0solFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0ti.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0tiThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0tiWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s0triangle.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1cross.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1diamond.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1la.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1laFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1laThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1laWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1mensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1mi.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1miMirror.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1miThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1miWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1petrucci.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1slash.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1sol.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s1solFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2cross.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2diamond.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2harmonic.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2la.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2laFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2laThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2laWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2mensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2mi.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2miFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2miMirror.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2miThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2miWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2petrucci.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2slash.svg denemo-1.0.0~rc6/actions/bitmaps/one.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2sol.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2solFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.s2xcircle.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM1.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM1double.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM1mensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM1neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM2mensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM2neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM3mensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.sM3neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.shufnagel.lpes.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.shufnagel.punctum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.shufnagel.virga.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.slmensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.slneomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.smedicaea.inclinatum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.smedicaea.punctum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.smedicaea.rvirga.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.smedicaea.virga.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.auct.asc.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.auct.desc.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.incl.auctum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.incl.parvum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.oriscus.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.stropha.aucta.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.ssolesmes.stropha.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.cephalicus.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.epiphonus.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.inclinatum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.inner.cephalicus.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.linea.punctum.cavum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.linea.punctum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.lpes.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.plica.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.punctum.cavum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.punctum.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.quilisma.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.reverse.plica.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.reverse.vplica.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.upes.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.vepiphonus.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.vlpes.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.vplica.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.svaticana.vupes.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0doFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0fa.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0faFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0faThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0miFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0reFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u0tiFunk.svg denemo-1.0.0~rc6/actions/bitmaps/p.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1do.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1doFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1doThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1doWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1fa.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1faFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1faThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1faWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1miFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1re.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1reFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1reThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1reWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1ti.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1tiFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1tiThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1tiWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u1triangle.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2do.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2doFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2doThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2doWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2fa.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2faFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2faThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2faWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2re.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2reFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2reThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2reWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2ti.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2tiFunk.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2tiThin.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2tiWalker.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.u2triangle.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads.uM2.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads_dM2.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads_sM1.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads_sM1neomensural.png denemo-1.0.0~rc6/actions/bitmaps/noteheads_sM1neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/noteheads_sM2neomensural.png denemo-1.0.0~rc6/actions/bitmaps/noteheads_sM2neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/pedal...svg denemo-1.0.0~rc6/actions/bitmaps/pedal.M.svg denemo-1.0.0~rc6/actions/bitmaps/pedal.P.svg denemo-1.0.0~rc6/actions/bitmaps/pedal.Ped.svg denemo-1.0.0~rc6/actions/bitmaps/pedal.d.svg denemo-1.0.0~rc6/actions/bitmaps/pedal.e.svg denemo-1.0.0~rc6/actions/bitmaps/period.svg denemo-1.0.0~rc6/actions/bitmaps/piano_brace.svg denemo-1.0.0~rc6/actions/bitmaps/plus.svg denemo-1.0.0~rc6/actions/bitmaps/pppp.png denemo-1.0.0~rc6/actions/bitmaps/ppppp.png denemo-1.0.0~rc6/actions/bitmaps/r.svg denemo-1.0.0~rc6/actions/bitmaps/rests.0.svg denemo-1.0.0~rc6/actions/bitmaps/rests.0mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.0neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.0o.svg denemo-1.0.0~rc6/actions/bitmaps/rests.1.svg denemo-1.0.0~rc6/actions/bitmaps/rests.1mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.1neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.1o.svg denemo-1.0.0~rc6/actions/bitmaps/rests.2.svg denemo-1.0.0~rc6/actions/bitmaps/rests.2classical.svg denemo-1.0.0~rc6/actions/bitmaps/rests.2mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.2neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.3.svg denemo-1.0.0~rc6/actions/bitmaps/rests.3mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.3neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.4.svg denemo-1.0.0~rc6/actions/bitmaps/rests.4mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.4neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.5.svg denemo-1.0.0~rc6/actions/bitmaps/rests.6.svg denemo-1.0.0~rc6/actions/bitmaps/rests.7.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M1.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M1mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M1neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M2.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M2mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M2neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M3.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M3mensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests.M3neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests_M1neomensural.png denemo-1.0.0~rc6/actions/bitmaps/rests_M1neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests_M2.svg denemo-1.0.0~rc6/actions/bitmaps/rests_M2neomensural.png denemo-1.0.0~rc6/actions/bitmaps/rests_M2neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rests_M3neomensural.svg denemo-1.0.0~rc6/actions/bitmaps/rfz.png denemo-1.0.0~rc6/actions/bitmaps/s.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.arpeggio.arrow.1.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.arpeggio.arrow.M1.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.arpeggio.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.augmentum.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.caesura.curved.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.caesura.straight.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.circulus.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.coda.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.daccentus.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dlongfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dmarcato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.downbow.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.downmordent.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.downprall.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dpedalheel.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dportato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dpedaltoe.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dsemicirculus.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dshortfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dsignumcongruentiae.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dstaccatissimo.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.dverylongfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.espr.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.flageolet.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.halfopen.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.ictus.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.lcomma.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.lineprall.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.lvarcomma.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.mordent.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.open.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.prall.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.pralldown.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.prallmordent.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.prallprall.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.prallup.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.rcomma.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.reverseturn.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.rvarcomma.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.segno.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.sforzato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.snappizzicato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.staccato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.stopped.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.tenuto.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.thumb.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.trilelement.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.trill.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.trill_element.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.turn.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.uaccentus.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.ufermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.ulongfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.umarcato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.upbow.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.upedalheel.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.upedaltoe.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.upmordent.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.uportato.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.upprall.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.usemicirculus.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.ushortfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.usignumcongruentiae.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.ustaccatissimo.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.uverylongfermata.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.varcoda.svg denemo-1.0.0~rc6/actions/bitmaps/scripts.varsegno.svg denemo-1.0.0~rc6/actions/bitmaps/seven.svg denemo-1.0.0~rc6/actions/bitmaps/sf.png denemo-1.0.0~rc6/actions/bitmaps/sff.png denemo-1.0.0~rc6/actions/bitmaps/sfz.png denemo-1.0.0~rc6/actions/bitmaps/six.svg denemo-1.0.0~rc6/actions/bitmaps/sp.png denemo-1.0.0~rc6/actions/bitmaps/spp.png denemo-1.0.0~rc6/actions/bitmaps/three.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.C22.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.C44.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural22.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural24.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural32.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural34.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural44.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural48.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural64.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural68.svg denemo-1.0.0~rc6/actions/bitmaps/two.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural68alt.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural94.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.mensural98.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural22.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural24.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural32.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural34.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural44.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural48.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural64.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural68.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural68alt.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural94.svg denemo-1.0.0~rc6/actions/bitmaps/timesig.neomensural98.svg denemo-1.0.0~rc6/actions/bitmaps/unmute.png denemo-1.0.0~rc6/actions/bitmaps/z.svg denemo-1.0.0~rc6/actions/bitmaps/zero.svg denemo-1.0.0~rc6/actions/block.l denemo-1.0.0~rc6/actions/commandscripts/ denemo-1.0.0~rc6/actions/commandscripts/Ab-Major.scm denemo-1.0.0~rc6/actions/commandscripts/Ab-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/AccentSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/AccompanistsScore.scm denemo-1.0.0~rc6/actions/commandscripts/AddDotSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/AddDuplicateMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownAugmented4.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownDiminished5.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMajor2.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMajor3.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMajor6.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMajor7.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMinor2.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMinor3.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMinor6.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownMinor7.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownPerfect1.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownPerfect4.scm denemo-1.0.0~rc6/actions/commandscripts/AddHighestDownPerfect5.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpAugmented4.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpDiminished5.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMajor2.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMajor3.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMajor6.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMajor7.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMinor2.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMinor3.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMinor6.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpMinor7.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpPerfect1.scm denemo-1.0.0~rc6/actions/commandscripts/Hide.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpPerfect4.scm denemo-1.0.0~rc6/actions/commandscripts/AddLowestUpPerfect5.scm denemo-1.0.0~rc6/actions/commandscripts/AdjustBassFigureHeight.scm denemo-1.0.0~rc6/actions/commandscripts/AdjustFiguredBassHeights.scm denemo-1.0.0~rc6/actions/commandscripts/Allegro.scm denemo-1.0.0~rc6/actions/commandscripts/AllegroAssai.scm denemo-1.0.0~rc6/actions/commandscripts/AllowLineBreak.scm denemo-1.0.0~rc6/actions/commandscripts/Ambitus.scm denemo-1.0.0~rc6/actions/commandscripts/Anacrusis.scm denemo-1.0.0~rc6/actions/commandscripts/Andante.scm denemo-1.0.0~rc6/actions/commandscripts/AngryDelete.scm denemo-1.0.0~rc6/actions/commandscripts/ApplyToSelection.scm denemo-1.0.0~rc6/actions/commandscripts/ArbitraryTextAbove.scm denemo-1.0.0~rc6/actions/commandscripts/ArpeggioSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/AudioPlay.scm denemo-1.0.0~rc6/actions/commandscripts/Augment.scm denemo-1.0.0~rc6/actions/commandscripts/AutoAccidentals.scm denemo-1.0.0~rc6/actions/commandscripts/BarNumbers.scm denemo-1.0.0~rc6/actions/commandscripts/BassClefNoteNameSpeedTest.scm denemo-1.0.0~rc6/actions/commandscripts/BassDrum.scm denemo-1.0.0~rc6/actions/commandscripts/Bb-Major.scm denemo-1.0.0~rc6/actions/commandscripts/Bb-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/Beam1234.scm denemo-1.0.0~rc6/actions/commandscripts/BeamLeftOne.scm denemo-1.0.0~rc6/actions/commandscripts/BeamLeftThree.scm denemo-1.0.0~rc6/actions/commandscripts/BeamLeftTwo.scm denemo-1.0.0~rc6/actions/commandscripts/BeamRightOne.scm denemo-1.0.0~rc6/actions/commandscripts/BeamRightThree.scm denemo-1.0.0~rc6/actions/commandscripts/BeamRightTwo.scm denemo-1.0.0~rc6/actions/commandscripts/BeamingOff.scm denemo-1.0.0~rc6/actions/commandscripts/BeamingOn.scm denemo-1.0.0~rc6/actions/commandscripts/BeatChange.scm denemo-1.0.0~rc6/actions/commandscripts/BeginPhrasingSlur.scm denemo-1.0.0~rc6/actions/commandscripts/BookArranger.scm denemo-1.0.0~rc6/actions/commandscripts/BookComposer.scm denemo-1.0.0~rc6/actions/commandscripts/BookCopyright.scm denemo-1.0.0~rc6/actions/commandscripts/BookDate.scm denemo-1.0.0~rc6/actions/commandscripts/BookInstrumentation.scm denemo-1.0.0~rc6/actions/commandscripts/BookPoet.scm denemo-1.0.0~rc6/actions/commandscripts/BookTitle.scm denemo-1.0.0~rc6/actions/commandscripts/BookmarkNamed.scm denemo-1.0.0~rc6/actions/commandscripts/BookmarkNonPrinting.scm denemo-1.0.0~rc6/actions/commandscripts/BreathMark.scm denemo-1.0.0~rc6/actions/commandscripts/Breve.scm denemo-1.0.0~rc6/actions/commandscripts/C-Major.scm denemo-1.0.0~rc6/actions/commandscripts/C-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/CadenzaOn.scm denemo-1.0.0~rc6/actions/commandscripts/CaptureMeasures.scm denemo-1.0.0~rc6/actions/commandscripts/CaptureMeasuresForStaff.scm denemo-1.0.0~rc6/actions/commandscripts/CautionaryAccidental.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeBalance.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeBreve.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeChannel.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeEnharmonicDown.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeEnharmonicUp.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeExpression.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeGeneric.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeHold2Pedal.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeHoldPedal.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeLegatoPedal.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeLonga.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeModwheel.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePan.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePortamento.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePrintDuration0.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePrintDuration1.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePrintDuration2.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePrintDurationBreve.scm denemo-1.0.0~rc6/actions/commandscripts/ChangePrintDurationLonga.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeProgram.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeSoftPedal.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeStaff.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeSustenutoPedal.scm denemo-1.0.0~rc6/actions/commandscripts/ChangeVolume.scm denemo-1.0.0~rc6/actions/commandscripts/ChannelChange.scm denemo-1.0.0~rc6/actions/commandscripts/Chapter.scm denemo-1.0.0~rc6/actions/commandscripts/CheckForIncompleteMeasures.scm denemo-1.0.0~rc6/actions/commandscripts/CheckPitches.scm denemo-1.0.0~rc6/actions/commandscripts/CheckScore.scm denemo-1.0.0~rc6/actions/commandscripts/CheckTiesInStaff.scm denemo-1.0.0~rc6/actions/commandscripts/CheckTupletsInMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/ChoirStaffEnd.scm denemo-1.0.0~rc6/actions/commandscripts/ChoirStaffStart.scm denemo-1.0.0~rc6/actions/commandscripts/ChooseBarline.scm denemo-1.0.0~rc6/actions/commandscripts/ChooseTimeSignature.scm denemo-1.0.0~rc6/actions/commandscripts/ChordComment.scm denemo-1.0.0~rc6/actions/commandscripts/ChordsForBar.scm denemo-1.0.0~rc6/actions/commandscripts/ChordsOverBass.scm denemo-1.0.0~rc6/actions/commandscripts/ClarinetInA.scm denemo-1.0.0~rc6/actions/commandscripts/ClarinetInBb.scm denemo-1.0.0~rc6/actions/commandscripts/ClearStaffProlog.scm denemo-1.0.0~rc6/actions/commandscripts/ClefChooser.scm denemo-1.0.0~rc6/actions/commandscripts/CloseLilyBlock.scm denemo-1.0.0~rc6/actions/commandscripts/CloseReopenRepeat.scm denemo-1.0.0~rc6/actions/commandscripts/CloseRepeat.scm denemo-1.0.0~rc6/actions/commandscripts/CloseSourceAudioFile.scm denemo-1.0.0~rc6/actions/commandscripts/CloseTransposingInstrument.scm denemo-1.0.0~rc6/actions/commandscripts/ClosingBarline.scm denemo-1.0.0~rc6/actions/commandscripts/Conductor.scm denemo-1.0.0~rc6/actions/commandscripts/Congruentia.scm denemo-1.0.0~rc6/actions/commandscripts/ConvertDrum2GmSingleSelection.scm denemo-1.0.0~rc6/actions/commandscripts/ConvertMidiForBass.scm denemo-1.0.0~rc6/actions/commandscripts/CountSteps.scm denemo-1.0.0~rc6/actions/commandscripts/CreateCuesForStaff.scm denemo-1.0.0~rc6/actions/commandscripts/CreateIntro.scm denemo-1.0.0~rc6/actions/commandscripts/CreateOssiaStaff.scm denemo-1.0.0~rc6/actions/commandscripts/CreateParts.scm denemo-1.0.0~rc6/actions/commandscripts/CreatePartsFromTop.scm denemo-1.0.0~rc6/actions/commandscripts/CriticalComment.scm denemo-1.0.0~rc6/actions/commandscripts/CriticalCommentary.scm denemo-1.0.0~rc6/actions/commandscripts/Custos.scm denemo-1.0.0~rc6/actions/commandscripts/CriticalCommentaryIntro.scm denemo-1.0.0~rc6/actions/commandscripts/CursorToHighestNote.scm denemo-1.0.0~rc6/actions/commandscripts/CursorToLowestNote.scm denemo-1.0.0~rc6/actions/commandscripts/D.C.AlFine.scm denemo-1.0.0~rc6/actions/commandscripts/DalSegno.scm denemo-1.0.0~rc6/actions/commandscripts/Db-Major.scm denemo-1.0.0~rc6/actions/commandscripts/Db-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/DeactivateTimeSignatureStencil.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteBeamingDirective.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteCapturedMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteCapturedMeasureForStaff.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteDynamic.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteLilyPondOnChord.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteLilyPondOnNote.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteSelectionLeaveEmpty.scm denemo-1.0.0~rc6/actions/commandscripts/DeleteStaffGroupings.scm denemo-1.0.0~rc6/actions/commandscripts/DenemoBar.scm denemo-1.0.0~rc6/actions/commandscripts/DenemoLink.scm denemo-1.0.0~rc6/actions/commandscripts/DenemoPlayCursorToEnd.scm denemo-1.0.0~rc6/actions/commandscripts/DesignateVoice.scm denemo-1.0.0~rc6/actions/commandscripts/DiatonicInterval.scm denemo-1.0.0~rc6/actions/commandscripts/Diminish.scm denemo-1.0.0~rc6/actions/commandscripts/DiminishedOrAugmented.scm denemo-1.0.0~rc6/actions/commandscripts/DiminishedOrMinor.scm denemo-1.0.0~rc6/actions/commandscripts/DisplaceRestHorizontally.scm denemo-1.0.0~rc6/actions/commandscripts/DotDoubleDotNoDot.scm denemo-1.0.0~rc6/actions/commandscripts/DoubleBarline.scm denemo-1.0.0~rc6/actions/commandscripts/DownbowSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/DrumGM2Custom.scm denemo-1.0.0~rc6/actions/commandscripts/DuplicateChord.scm denemo-1.0.0~rc6/actions/commandscripts/DynamicText.scm denemo-1.0.0~rc6/actions/commandscripts/Eb-Major.scm denemo-1.0.0~rc6/actions/commandscripts/Eb-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/IRC.scm denemo-1.0.0~rc6/actions/commandscripts/EditProlog.scm denemo-1.0.0~rc6/actions/commandscripts/EnableAccordion16v.scm denemo-1.0.0~rc6/actions/commandscripts/EndBeam.scm denemo-1.0.0~rc6/actions/commandscripts/EndPhrasingSlur.scm denemo-1.0.0~rc6/actions/commandscripts/EndSecondTimeBar.scm denemo-1.0.0~rc6/actions/commandscripts/EndVolta.scm denemo-1.0.0~rc6/actions/commandscripts/EnterRest.scm denemo-1.0.0~rc6/actions/commandscripts/EvenOutStaffLengths.scm denemo-1.0.0~rc6/actions/commandscripts/ExtendSlur.scm denemo-1.0.0~rc6/actions/commandscripts/F-Major.scm denemo-1.0.0~rc6/actions/commandscripts/F-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/F-sharp-Major.scm denemo-1.0.0~rc6/actions/commandscripts/F-sharp-Pentascale.scm denemo-1.0.0~rc6/actions/commandscripts/FermataSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/Ficta.scm denemo-1.0.0~rc6/actions/commandscripts/FiguredBassExercises.scm denemo-1.0.0~rc6/actions/commandscripts/FiguredBassFilterOn.scm denemo-1.0.0~rc6/actions/commandscripts/FindEditPoint.scm denemo-1.0.0~rc6/actions/commandscripts/FindNextLowerNote.scm denemo-1.0.0~rc6/actions/commandscripts/FindNote.scm denemo-1.0.0~rc6/actions/commandscripts/Finger0.scm denemo-1.0.0~rc6/actions/commandscripts/Finger1.scm denemo-1.0.0~rc6/actions/commandscripts/Finger2.scm denemo-1.0.0~rc6/actions/commandscripts/Finger3.scm denemo-1.0.0~rc6/actions/commandscripts/Finger4.scm denemo-1.0.0~rc6/actions/commandscripts/Finger5.scm denemo-1.0.0~rc6/actions/commandscripts/FingeringPosition.scm denemo-1.0.0~rc6/actions/commandscripts/FingeringsDoublestroke.scm denemo-1.0.0~rc6/actions/commandscripts/FinishCadenza.scm denemo-1.0.0~rc6/actions/commandscripts/FirstTimeBar.scm denemo-1.0.0~rc6/actions/commandscripts/FixSlursInStaff.scm denemo-1.0.0~rc6/actions/commandscripts/FlageoletSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/FlattenKeysig.scm denemo-1.0.0~rc6/actions/commandscripts/FootPedalConductor.scm denemo-1.0.0~rc6/actions/commandscripts/ForAllLayouts.scm denemo-1.0.0~rc6/actions/commandscripts/ForceBarline.scm denemo-1.0.0~rc6/actions/commandscripts/Forte.scm denemo-1.0.0~rc6/actions/commandscripts/Fortissimo.scm denemo-1.0.0~rc6/actions/commandscripts/FreeFermata.scm denemo-1.0.0~rc6/actions/commandscripts/Glissando.scm denemo-1.0.0~rc6/actions/commandscripts/GoToEmptyMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/GoToMeasureEnd.scm denemo-1.0.0~rc6/actions/commandscripts/GraceAfter.scm denemo-1.0.0~rc6/actions/commandscripts/GraceNoteSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/GrandStaffEnd.scm denemo-1.0.0~rc6/actions/commandscripts/GrandStaffStart.scm denemo-1.0.0~rc6/actions/commandscripts/GroupStaffEnd.scm denemo-1.0.0~rc6/actions/commandscripts/GroupStaffStart.scm denemo-1.0.0~rc6/actions/commandscripts/HalfBarline.scm denemo-1.0.0~rc6/actions/commandscripts/HalfDiminished7OrDiminshed7.scm denemo-1.0.0~rc6/actions/commandscripts/HarmonicSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/HelpAllFeatures.scm denemo-1.0.0~rc6/actions/commandscripts/HelpForReturnKey.scm denemo-1.0.0~rc6/actions/commandscripts/HiHat.scm denemo-1.0.0~rc6/actions/commandscripts/HiHatFoot.scm denemo-1.0.0~rc6/actions/commandscripts/HiTom.scm denemo-1.0.0~rc6/actions/commandscripts/HideBarlines.scm denemo-1.0.0~rc6/actions/commandscripts/HideClef.scm denemo-1.0.0~rc6/actions/commandscripts/HideEmptyStaffs.scm denemo-1.0.0~rc6/actions/commandscripts/HideKeysig.scm denemo-1.0.0~rc6/actions/commandscripts/HideLilyPond.scm denemo-1.0.0~rc6/actions/commandscripts/HideMovement.scm denemo-1.0.0~rc6/actions/commandscripts/HideNotes.scm denemo-1.0.0~rc6/actions/commandscripts/HideOssia.scm denemo-1.0.0~rc6/actions/commandscripts/HideTimesig.scm denemo-1.0.0~rc6/actions/commandscripts/Import-Lilypond.scm denemo-1.0.0~rc6/actions/commandscripts/Import-Midi.scm denemo-1.0.0~rc6/actions/commandscripts/Import-MusicXml.scm denemo-1.0.0~rc6/actions/commandscripts/IncipitFromSelection.scm denemo-1.0.0~rc6/actions/commandscripts/Indent.scm denemo-1.0.0~rc6/actions/commandscripts/InitialVoice.scm denemo-1.0.0~rc6/actions/commandscripts/InitialVoiceAuto.scm denemo-1.0.0~rc6/actions/commandscripts/InitialVoiceFour.scm denemo-1.0.0~rc6/actions/commandscripts/InitialVoiceOne.scm denemo-1.0.0~rc6/actions/commandscripts/InitialVoiceThree.scm denemo-1.0.0~rc6/actions/commandscripts/InitialVoiceTwo.scm denemo-1.0.0~rc6/actions/commandscripts/InsertBreve.scm denemo-1.0.0~rc6/actions/commandscripts/InsertBreveRest.scm denemo-1.0.0~rc6/actions/commandscripts/InsertCaptureMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/InsertCaptureMeasureForStaff.scm denemo-1.0.0~rc6/actions/commandscripts/InsertDefinedLilyPond.scm denemo-1.0.0~rc6/actions/commandscripts/InsertLonga.scm denemo-1.0.0~rc6/actions/commandscripts/InsertLongaRest.scm denemo-1.0.0~rc6/actions/commandscripts/InsertOneNote.scm denemo-1.0.0~rc6/actions/commandscripts/InsertStandaloneDirective.scm denemo-1.0.0~rc6/actions/commandscripts/InsertTiedNoteDuration.scm denemo-1.0.0~rc6/actions/commandscripts/InsertTwoGraceNotesBeamed.scm denemo-1.0.0~rc6/actions/commandscripts/InsertWholeMeasureRest.scm denemo-1.0.0~rc6/actions/commandscripts/InstrumentName.scm denemo-1.0.0~rc6/actions/commandscripts/IntelligentDelete.scm denemo-1.0.0~rc6/actions/commandscripts/JoinChords.scm denemo-1.0.0~rc6/actions/commandscripts/JoinChordsToMergedChord.scm denemo-1.0.0~rc6/actions/commandscripts/JumpDownOctave.scm denemo-1.0.0~rc6/actions/commandscripts/JumpLeft.scm denemo-1.0.0~rc6/actions/commandscripts/JumpRight.scm denemo-1.0.0~rc6/actions/commandscripts/JumpUpOctave.scm denemo-1.0.0~rc6/actions/commandscripts/LHFinger.scm denemo-1.0.0~rc6/actions/commandscripts/Largo.scm denemo-1.0.0~rc6/actions/commandscripts/LheelSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/LilyPondDefinition.scm denemo-1.0.0~rc6/actions/commandscripts/LilyPondInclude.scm denemo-1.0.0~rc6/actions/commandscripts/LimitInterSystemSpace.scm denemo-1.0.0~rc6/actions/commandscripts/LineBreak.scm denemo-1.0.0~rc6/actions/commandscripts/LineNumber.scm denemo-1.0.0~rc6/actions/commandscripts/LineOrSpace.scm denemo-1.0.0~rc6/actions/commandscripts/LoadDefaultComposerNumberkeys.scm denemo-1.0.0~rc6/actions/commandscripts/LoadSelectDurationComposerNumberkeys.scm denemo-1.0.0~rc6/actions/commandscripts/Longa.scm denemo-1.0.0~rc6/actions/commandscripts/LtoeSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/Major7Minor7OrDominant7.scm denemo-1.0.0~rc6/actions/commandscripts/MajorMinorAugmentedOrDiminished.scm denemo-1.0.0~rc6/actions/commandscripts/MajorOrAugmented.scm denemo-1.0.0~rc6/actions/commandscripts/MajorOrMinor.scm denemo-1.0.0~rc6/actions/commandscripts/MakeGrace.scm denemo-1.0.0~rc6/actions/commandscripts/MarcatoSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/MergeRests.scm denemo-1.0.0~rc6/actions/commandscripts/MergeWithNextMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/MetronomeMark.scm denemo-1.0.0~rc6/actions/commandscripts/MetronomeMarking.scm denemo-1.0.0~rc6/actions/commandscripts/MezzoForte.scm denemo-1.0.0~rc6/actions/commandscripts/MezzoPiano.scm denemo-1.0.0~rc6/actions/commandscripts/MidiAdvanceOnEdit.scm denemo-1.0.0~rc6/actions/commandscripts/MidiFilterOff.scm denemo-1.0.0~rc6/actions/commandscripts/MidiTempo.scm denemo-1.0.0~rc6/actions/commandscripts/MouseDefault.scm denemo-1.0.0~rc6/actions/commandscripts/MouseInsertion.scm denemo-1.0.0~rc6/actions/commandscripts/MoveNoteToCursor.scm denemo-1.0.0~rc6/actions/commandscripts/MoveRest.scm denemo-1.0.0~rc6/actions/commandscripts/MoveToMovementBeginning.scm denemo-1.0.0~rc6/actions/commandscripts/MoveToMovementEnd.scm denemo-1.0.0~rc6/actions/commandscripts/MoveToPreviousEmptyMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsBaroque.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsCross.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsDefault.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsDelete.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsDiamond.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsHarmonic-black.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsHarmonic-mixed.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsHarmonic.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsMensural.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsNeomensural.scm denemo-1.0.0~rc6/actions/commandscripts/MovementPiece.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsPetrucci.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsSlash.scm denemo-1.0.0~rc6/actions/commandscripts/MovementNoteheadsXcircle.scm denemo-1.0.0~rc6/actions/commandscripts/MovementPageBreak.scm denemo-1.0.0~rc6/actions/commandscripts/MovementSubtitle.scm denemo-1.0.0~rc6/actions/commandscripts/MovementTitle.scm denemo-1.0.0~rc6/actions/commandscripts/MultiMeasureRests.scm denemo-1.0.0~rc6/actions/commandscripts/MvntComment.scm denemo-1.0.0~rc6/actions/commandscripts/NeoMensuralNotehead.scm denemo-1.0.0~rc6/actions/commandscripts/NewStaffAfter.scm denemo-1.0.0~rc6/actions/commandscripts/NewStaffBefore.scm denemo-1.0.0~rc6/actions/commandscripts/NewVoice.scm denemo-1.0.0~rc6/actions/commandscripts/NextBookmark.scm denemo-1.0.0~rc6/actions/commandscripts/NextHigher.scm denemo-1.0.0~rc6/actions/commandscripts/NoBarline.scm denemo-1.0.0~rc6/actions/commandscripts/NoBeam.scm denemo-1.0.0~rc6/actions/commandscripts/NoLineBreak.scm denemo-1.0.0~rc6/actions/commandscripts/NoOp.scm denemo-1.0.0~rc6/actions/commandscripts/NoTupletNumbers.scm denemo-1.0.0~rc6/actions/commandscripts/NonPrintingStaff.scm denemo-1.0.0~rc6/actions/commandscripts/NormalBeamEndings.scm denemo-1.0.0~rc6/actions/commandscripts/NormalSizeNotehead.scm denemo-1.0.0~rc6/actions/commandscripts/NotForLayout.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-InsertNoteFromPool.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-InsertPoolShuffled.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-InsertReversedStringAsBinaryRhythm.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-InsertReversedStringAsReversedBinaryRhythm.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-InsertStringAsBinaryRhythm.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-InsertStringAsReversedBinaryRhythm.scm denemo-1.0.0~rc6/actions/commandscripts/NoteColumnShift.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-MirrorSelectedObjects.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-RandomWithinClefRangeChromatic.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-RandomWithinClefRangeDiatonic.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-ReverseSelectedObjects.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-ShuffleSelectedObjects.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-SortSelectionAscending.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-SortSelectionDescending.scm denemo-1.0.0~rc6/actions/commandscripts/NotationMagick-TwelveToneRow.scm denemo-1.0.0~rc6/actions/commandscripts/NoteNameSpeedTest.scm denemo-1.0.0~rc6/actions/commandscripts/NoteNamesDefault.scm denemo-1.0.0~rc6/actions/commandscripts/NoteNamesMove.scm denemo-1.0.0~rc6/actions/commandscripts/OnlyForLayout.scm denemo-1.0.0~rc6/actions/commandscripts/OpEight.scm denemo-1.0.0~rc6/actions/commandscripts/OpFive.scm denemo-1.0.0~rc6/actions/commandscripts/OpFour.scm denemo-1.0.0~rc6/actions/commandscripts/OpNine.scm denemo-1.0.0~rc6/actions/commandscripts/OpOne.scm denemo-1.0.0~rc6/actions/commandscripts/OpSeven.scm denemo-1.0.0~rc6/actions/commandscripts/OpSix.scm denemo-1.0.0~rc6/actions/commandscripts/OpThree.scm denemo-1.0.0~rc6/actions/commandscripts/OpTwo.scm denemo-1.0.0~rc6/actions/commandscripts/OpZero.scm denemo-1.0.0~rc6/actions/commandscripts/OpenAudio.scm denemo-1.0.0~rc6/actions/commandscripts/OpenFirstTimeBar.scm denemo-1.0.0~rc6/actions/commandscripts/OpenMyDefaultTemplate.scm denemo-1.0.0~rc6/actions/commandscripts/OpenOctaveDown.scm denemo-1.0.0~rc6/actions/commandscripts/OpenOctaveUp.scm denemo-1.0.0~rc6/actions/commandscripts/OpenRepeat.scm denemo-1.0.0~rc6/actions/commandscripts/OpenSecondTimeBar.scm denemo-1.0.0~rc6/actions/commandscripts/OpenSourceDialog.scm denemo-1.0.0~rc6/actions/commandscripts/Ottava.scm denemo-1.0.0~rc6/actions/commandscripts/PageBreak.scm denemo-1.0.0~rc6/actions/commandscripts/PaperSize.scm denemo-1.0.0~rc6/actions/commandscripts/ParenthesizeChord.scm denemo-1.0.0~rc6/actions/commandscripts/ParenthesizeNote.scm denemo-1.0.0~rc6/actions/commandscripts/PasteReplaceSelection.scm denemo-1.0.0~rc6/actions/commandscripts/PianoStaffEnd.scm denemo-1.0.0~rc6/actions/commandscripts/PianoStaffStart.scm denemo-1.0.0~rc6/actions/commandscripts/Piece.scm denemo-1.0.0~rc6/actions/commandscripts/PitchShift.scm denemo-1.0.0~rc6/actions/commandscripts/PlaceFiguredBassBelow.scm denemo-1.0.0~rc6/actions/commandscripts/PlayAtCursor.scm denemo-1.0.0~rc6/actions/commandscripts/PointAndClick.scm denemo-1.0.0~rc6/actions/commandscripts/PortatoSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/Presto.scm denemo-1.0.0~rc6/actions/commandscripts/PrevBookmark.scm denemo-1.0.0~rc6/actions/commandscripts/Preview4Bars.scm denemo-1.0.0~rc6/actions/commandscripts/PrintAccompanistsScore.scm denemo-1.0.0~rc6/actions/commandscripts/PrintAllLayouts.scm denemo-1.0.0~rc6/actions/commandscripts/PrintBassPartWithoutFigures.scm denemo-1.0.0~rc6/actions/commandscripts/PrintPartWithTitlePage.scm denemo-1.0.0~rc6/actions/commandscripts/PrintScoreAndParts.scm denemo-1.0.0~rc6/actions/commandscripts/PrintThreeReduced.scm denemo-1.0.0~rc6/actions/commandscripts/PrintTwoReduced.scm denemo-1.0.0~rc6/actions/commandscripts/PrintWithAmbitus.scm denemo-1.0.0~rc6/actions/commandscripts/RHFinger.scm denemo-1.0.0~rc6/actions/commandscripts/ReBar.scm denemo-1.0.0~rc6/actions/commandscripts/ReadingNoteNames.scm denemo-1.0.0~rc6/actions/commandscripts/ReadingNoteNamesSolfege.scm denemo-1.0.0~rc6/actions/commandscripts/RecordAndConvert.scm denemo-1.0.0~rc6/actions/commandscripts/RecreateTimebase.scm denemo-1.0.0~rc6/actions/commandscripts/ReduceSlur.scm denemo-1.0.0~rc6/actions/commandscripts/ReduceSystemSpacing.scm denemo-1.0.0~rc6/actions/commandscripts/RefreshDynamicDirectives.scm denemo-1.0.0~rc6/actions/commandscripts/RehearsalMark.scm denemo-1.0.0~rc6/actions/commandscripts/ReloadDrumHash.scm denemo-1.0.0~rc6/actions/commandscripts/ReminderAccidental.scm denemo-1.0.0~rc6/actions/commandscripts/RepeatEnd.scm denemo-1.0.0~rc6/actions/commandscripts/RemoveDotSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/RepeatEndStart.scm denemo-1.0.0~rc6/actions/commandscripts/RepeatStart.scm denemo-1.0.0~rc6/actions/commandscripts/ReplaceChord.scm denemo-1.0.0~rc6/actions/commandscripts/RheelSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/Ride.scm denemo-1.0.0~rc6/actions/commandscripts/RideBell.scm denemo-1.0.0~rc6/actions/commandscripts/RtoeSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreArranger.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreBlockProlog.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreBreakbefore.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreComment.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreComposer.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreCopyright.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreDedication.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreIndent.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreInstrument.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreMeter.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreOpus.scm denemo-1.0.0~rc6/actions/commandscripts/ScorePiece.scm denemo-1.0.0~rc6/actions/commandscripts/ScorePoet.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreProlog.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreSubsubtitle.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreSubtitle.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreTagline.scm denemo-1.0.0~rc6/actions/commandscripts/ScoreTitle.scm denemo-1.0.0~rc6/actions/commandscripts/SearchBookmark.scm denemo-1.0.0~rc6/actions/commandscripts/SecondTimeBar.scm denemo-1.0.0~rc6/actions/commandscripts/Section.scm denemo-1.0.0~rc6/actions/commandscripts/SelectAllStaffs.scm denemo-1.0.0~rc6/actions/commandscripts/SelectColumn.scm denemo-1.0.0~rc6/actions/commandscripts/SelectLeft.scm denemo-1.0.0~rc6/actions/commandscripts/SelectMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/SelectRight.scm denemo-1.0.0~rc6/actions/commandscripts/SelectStaff.scm denemo-1.0.0~rc6/actions/commandscripts/SelectionToEmptyMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/SetBarNumber.scm denemo-1.0.0~rc6/actions/commandscripts/SetBreve.scm denemo-1.0.0~rc6/actions/commandscripts/SetFontSize.scm denemo-1.0.0~rc6/actions/commandscripts/SetCurrentStaffAsVoice.scm denemo-1.0.0~rc6/actions/commandscripts/SetCurrentVoiceAsStaff.scm denemo-1.0.0~rc6/actions/commandscripts/SetDisplayClef.scm denemo-1.0.0~rc6/actions/commandscripts/SetInitialVolumeToZero.scm denemo-1.0.0~rc6/actions/commandscripts/SetLonga.scm denemo-1.0.0~rc6/actions/commandscripts/SetMovementTempo.scm denemo-1.0.0~rc6/actions/commandscripts/SetNewbieStatus.scm denemo-1.0.0~rc6/actions/commandscripts/SetThumbnail.scm denemo-1.0.0~rc6/actions/commandscripts/SetTuningAllStaffs.scm denemo-1.0.0~rc6/actions/commandscripts/SetTuningStaff.scm denemo-1.0.0~rc6/actions/commandscripts/SharpenKeysig.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftDown.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftNext.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftOff.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftOn.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealDialogDown.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealDialogUp.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealHalfDown.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealHalfUp.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealOctaveDown.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealOctaveUp.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealWholeDown.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftRealWholeUp.scm denemo-1.0.0~rc6/actions/commandscripts/ShiftUp.scm denemo-1.0.0~rc6/actions/commandscripts/ShortInstrumentName.scm denemo-1.0.0~rc6/actions/commandscripts/ShortMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/ShowLastChange.scm denemo-1.0.0~rc6/actions/commandscripts/ShowOssia.scm denemo-1.0.0~rc6/actions/commandscripts/SignumcongruentiaeSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/SimplifyTies.scm denemo-1.0.0~rc6/actions/commandscripts/SingleDigitTimeSig.scm denemo-1.0.0~rc6/actions/commandscripts/Slur0.scm denemo-1.0.0~rc6/actions/commandscripts/Slur1.scm denemo-1.0.0~rc6/actions/commandscripts/Slur2.scm denemo-1.0.0~rc6/actions/commandscripts/Slur3.scm denemo-1.0.0~rc6/actions/commandscripts/Slur4.scm denemo-1.0.0~rc6/actions/commandscripts/Slur5.scm denemo-1.0.0~rc6/actions/commandscripts/Slur6.scm denemo-1.0.0~rc6/actions/commandscripts/Slur7.scm denemo-1.0.0~rc6/actions/commandscripts/SlurBreve.scm denemo-1.0.0~rc6/actions/commandscripts/SlurDown.scm denemo-1.0.0~rc6/actions/commandscripts/SlurLonga.scm denemo-1.0.0~rc6/actions/commandscripts/SlurNeutral.scm denemo-1.0.0~rc6/actions/commandscripts/SlurThree.scm denemo-1.0.0~rc6/actions/commandscripts/SlurTwo.scm denemo-1.0.0~rc6/actions/commandscripts/SlurUp.scm denemo-1.0.0~rc6/actions/commandscripts/SmallFontEnd.scm denemo-1.0.0~rc6/actions/commandscripts/SmallFontStart.scm denemo-1.0.0~rc6/actions/commandscripts/SmallNotehead.scm denemo-1.0.0~rc6/actions/commandscripts/SmallerStaff.scm denemo-1.0.0~rc6/actions/commandscripts/SpaceNumber.scm denemo-1.0.0~rc6/actions/commandscripts/SplitChord.scm denemo-1.0.0~rc6/actions/commandscripts/SplitMeasure.scm denemo-1.0.0~rc6/actions/commandscripts/StaccatissimoSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/StaccatoSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/StaffComment.scm denemo-1.0.0~rc6/actions/commandscripts/StaffMultiMeasureRests.scm denemo-1.0.0~rc6/actions/commandscripts/StaffOctaveUp.scm denemo-1.0.0~rc6/actions/commandscripts/StaffSize.scm denemo-1.0.0~rc6/actions/commandscripts/StagedDelete.scm denemo-1.0.0~rc6/actions/commandscripts/StartBeam.scm denemo-1.0.0~rc6/actions/commandscripts/StartDownStems.scm denemo-1.0.0~rc6/actions/commandscripts/StartEmacs2KeyShortcut.scm denemo-1.0.0~rc6/actions/commandscripts/StartEqualTemperament.scm denemo-1.0.0~rc6/actions/commandscripts/StartQCMeanTone.scm denemo-1.0.0~rc6/actions/commandscripts/StartStaff.scm denemo-1.0.0~rc6/actions/commandscripts/StartTuplet.scm denemo-1.0.0~rc6/actions/commandscripts/StartUpStems.scm denemo-1.0.0~rc6/actions/commandscripts/StepSkipOrSame.scm denemo-1.0.0~rc6/actions/commandscripts/StopStaff.scm denemo-1.0.0~rc6/actions/commandscripts/StoppedSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/StringNum.scm denemo-1.0.0~rc6/actions/commandscripts/SuggestFlat.scm denemo-1.0.0~rc6/actions/commandscripts/SuggestNatural.scm denemo-1.0.0~rc6/actions/commandscripts/SuggestSharp.scm denemo-1.0.0~rc6/actions/commandscripts/TabStaff.scm denemo-1.0.0~rc6/actions/commandscripts/SwitchMensuralBarlines.scm denemo-1.0.0~rc6/actions/commandscripts/SynchronizeAudio.scm denemo-1.0.0~rc6/actions/commandscripts/TaglineLink.scm denemo-1.0.0~rc6/actions/commandscripts/Tempo.scm denemo-1.0.0~rc6/actions/commandscripts/TenutoSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/TextAbove.scm denemo-1.0.0~rc6/actions/commandscripts/TextAnnotation.scm denemo-1.0.0~rc6/actions/commandscripts/ThumbSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/TimbalesStyle.scm denemo-1.0.0~rc6/actions/commandscripts/TimesigWithBeatStructure.scm denemo-1.0.0~rc6/actions/commandscripts/TinyNotehead.scm denemo-1.0.0~rc6/actions/commandscripts/TinyStaff.scm denemo-1.0.0~rc6/actions/commandscripts/TinyStaffAllMovements.scm denemo-1.0.0~rc6/actions/commandscripts/TitledPiece.scm denemo-1.0.0~rc6/actions/commandscripts/TocTitle.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleAccent.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleArpeggio.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleBeginPhrasingSlur.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleCheckChords.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleCoda.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleConduct.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleCursorHighlight.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleDownBow.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleEndPhrasingSlur.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleFermata.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleFlageolet.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleHarmonic.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleImmediatePlayback.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleLheel.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleLongFermata.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleLtoe.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleMarcato.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleMordent.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleNoteTie.scm denemo-1.0.0~rc6/actions/commandscripts/TogglePlayAlongPlayback.scm denemo-1.0.0~rc6/actions/commandscripts/TogglePortato.scm denemo-1.0.0~rc6/actions/commandscripts/TogglePrall.scm denemo-1.0.0~rc6/actions/commandscripts/TogglePrallPrall.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleReverseTurn.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleRheel.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleRtoe.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleSegno.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleShortFermata.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleSignumcongruentiae.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleStaccatissimo.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleStaccato.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleStemSupport.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleStopped.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleTenuto.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleThumb.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleTrill.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleTripleting.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleTupletBrackets.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleTupletNumbering.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleUpBow.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleUpPrall.scm denemo-1.0.0~rc6/actions/commandscripts/ToggleVeryLongFermata.scm denemo-1.0.0~rc6/actions/commandscripts/TransposeOctaveUp.scm denemo-1.0.0~rc6/actions/commandscripts/TransposeScorePrint.scm denemo-1.0.0~rc6/actions/commandscripts/TransposeStaffOutput.scm denemo-1.0.0~rc6/actions/commandscripts/TransposeStaffPrint.scm denemo-1.0.0~rc6/actions/commandscripts/Tremolo.scm denemo-1.0.0~rc6/actions/commandscripts/Trill+Above.scm denemo-1.0.0~rc6/actions/commandscripts/Trill+Below.scm denemo-1.0.0~rc6/actions/commandscripts/Tutorial.scm denemo-1.0.0~rc6/actions/commandscripts/TypesetVersesAtEnd.scm denemo-1.0.0~rc6/actions/commandscripts/TypesettingOff.scm denemo-1.0.0~rc6/actions/commandscripts/TypesettingOn.scm denemo-1.0.0~rc6/actions/commandscripts/UnGraceAfter.scm denemo-1.0.0~rc6/actions/commandscripts/UnHideNotes.scm denemo-1.0.0~rc6/actions/commandscripts/UpBowSelectionSwitcher.scm denemo-1.0.0~rc6/actions/commandscripts/UpDownOrSame.scm denemo-1.0.0~rc6/actions/commandscripts/Upbeat.scm denemo-1.0.0~rc6/actions/commandscripts/VoicePreset1.scm denemo-1.0.0~rc6/actions/commandscripts/VoicePreset2.scm denemo-1.0.0~rc6/actions/commandscripts/VoicePreset3.scm denemo-1.0.0~rc6/actions/commandscripts/VoicePreset4.scm denemo-1.0.0~rc6/actions/commandscripts/VoicePresetAutomatic.scm denemo-1.0.0~rc6/actions/commandscripts/VoiceSetting.scm denemo-1.0.0~rc6/actions/commandscripts/VoicesDoublestroke.scm denemo-1.0.0~rc6/actions/commandscripts/WholeMeasureRepeat.scm denemo-1.0.0~rc6/actions/commandscripts/WholeMeasureRest.scm denemo-1.0.0~rc6/actions/commandscripts/ZoomDialog.scm denemo-1.0.0~rc6/actions/commandscripts/ZoomIn.scm denemo-1.0.0~rc6/actions/commandscripts/ZoomOut.scm denemo-1.0.0~rc6/actions/commandscripts/ZoomReset.scm denemo-1.0.0~rc6/actions/commandscripts/init.scm denemo-1.0.0~rc6/actions/denemo-modules/ denemo-1.0.0~rc6/actions/denemo-modules/abstractionmovement.scm denemo-1.0.0~rc6/actions/denemo-modules/ans.scm denemo-1.0.0~rc6/actions/denemo-modules/commandlist.scm denemo-1.0.0~rc6/actions/denemo-modules/deprecated.scm denemo-1.0.0~rc6/actions/denemo-modules/directives.scm denemo-1.0.0~rc6/actions/denemo-modules/fonts.scm denemo-1.0.0~rc6/actions/denemo-modules/helpsystem.scm denemo-1.0.0~rc6/actions/denemo-modules/moveandsearch.scm denemo-1.0.0~rc6/actions/denemo-modules/notationmagick.scm denemo-1.0.0~rc6/actions/denemo-modules/rhythmandmeter.scm denemo-1.0.0~rc6/actions/denemo-modules/scheme.scm denemo-1.0.0~rc6/actions/denemo-modules/selection.scm denemo-1.0.0~rc6/actions/denemo-modules/types.scm denemo-1.0.0~rc6/actions/denemo-modules/wysiwyg.scm denemo-1.0.0~rc6/actions/denemo.scm denemo-1.0.0~rc6/actions/editscripts/ denemo-1.0.0~rc6/actions/editscripts/D.C.AlFine.scm denemo-1.0.0~rc6/actions/editscripts/LHFinger.scm denemo-1.0.0~rc6/actions/editscripts/Mute.scm denemo-1.0.0~rc6/actions/editscripts/StaffSize.scm denemo-1.0.0~rc6/actions/editscripts/StringNum.scm denemo-1.0.0~rc6/actions/editscripts/UnknownScoreTag.scm denemo-1.0.0~rc6/actions/incl.l denemo-1.0.0~rc6/actions/init.denemo denemo-1.0.0~rc6/actions/lalr.scm denemo-1.0.0~rc6/actions/lilypond/ denemo-1.0.0~rc6/actions/lilypond/accordion-shifts.ily denemo-1.0.0~rc6/actions/lilypond/book-titling.ily denemo-1.0.0~rc6/actions/lilypond/simplified-book-titling.ily denemo-1.0.0~rc6/actions/lyimport-lexer.scm denemo-1.0.0~rc6/actions/lyimport-parser.scm denemo-1.0.0~rc6/actions/lyimport-todenemo.scm denemo-1.0.0~rc6/actions/lyimport.scm denemo-1.0.0~rc6/actions/multilex.scm denemo-1.0.0~rc6/actions/musicgames/ denemo-1.0.0~rc6/actions/musicgames/ReadingNoteNames.denemo denemo-1.0.0~rc6/actions/mxml2ly2denemo/ denemo-1.0.0~rc6/actions/mxml2ly2denemo/import_nwctext.scm denemo-1.0.0~rc6/actions/mxml2ly2denemo/lyimport.dia denemo-1.0.0~rc6/actions/mxml2ly2denemo/nwctext.l denemo-1.0.0~rc6/actions/mxml2ly2denemo/sample.nwctext denemo-1.0.0~rc6/actions/mxml2ly2denemo/silex.pdf denemo-1.0.0~rc6/actions/mxml2ly2denemo/silex.tar.gz denemo-1.0.0~rc6/actions/mytest.ly denemo-1.0.0~rc6/actions/notes.l denemo-1.0.0~rc6/actions/quote.l denemo-1.0.0~rc6/actions/silex.scm denemo-1.0.0~rc6/actions/testinclude.ly denemo-1.0.0~rc6/actions/Makefile.in denemo-1.0.0~rc6/actions/Makefile denemo-1.0.0~rc6/doc/ denemo-1.0.0~rc6/doc/DESIGN denemo-1.0.0~rc6/doc/GOALS denemo-1.0.0~rc6/doc/DESIGN.lilypond denemo-1.0.0~rc6/doc/denemo-manual.html denemo-1.0.0~rc6/doc/Makefile.am denemo-1.0.0~rc6/doc/Makefile.in denemo-1.0.0~rc6/doc/TODO denemo-1.0.0~rc6/doc/transformations/ denemo-1.0.0~rc6/doc/transformations/Makefile.am denemo-1.0.0~rc6/doc/transformations/Makefile.in denemo-1.0.0~rc6/doc/images/ denemo-1.0.0~rc6/doc/images/4fo2denemo.png denemo-1.0.0~rc6/doc/images/4for2abc.png denemo-1.0.0~rc6/doc/images/4for2abcps.png denemo-1.0.0~rc6/doc/images/4for2ly.png denemo-1.0.0~rc6/doc/images/4for2new-page1.png denemo-1.0.0~rc6/doc/images/4for2new-page2.png denemo-1.0.0~rc6/doc/images/4for2touchedly.png denemo-1.0.0~rc6/doc/images/accent.png denemo-1.0.0~rc6/doc/images/acciaccatura.png denemo-1.0.0~rc6/doc/images/accidentals.png denemo-1.0.0~rc6/doc/images/addvc2currentstaff.png denemo-1.0.0~rc6/doc/images/appoggiatura.png denemo-1.0.0~rc6/doc/images/arpeggio.png denemo-1.0.0~rc6/doc/images/articulations.png denemo-1.0.0~rc6/doc/images/bandtemplate.png denemo-1.0.0~rc6/doc/images/blank.png denemo-1.0.0~rc6/doc/images/caution.png denemo-1.0.0~rc6/doc/images/Changeclefdialog.png denemo-1.0.0~rc6/doc/images/changeinitialclef.png denemo-1.0.0~rc6/doc/images/choraltemplate1.png denemo-1.0.0~rc6/doc/images/chord.png denemo-1.0.0~rc6/doc/images/churchtemplate2.png denemo-1.0.0~rc6/doc/images/clefmenu.png denemo-1.0.0~rc6/doc/images/coda.png denemo-1.0.0~rc6/doc/images/copy.png denemo-1.0.0~rc6/doc/images/cut.png denemo-1.0.0~rc6/doc/images/denemomain.png denemo-1.0.0~rc6/doc/images/displaymenu.png denemo-1.0.0~rc6/doc/images/downbow.png denemo-1.0.0~rc6/doc/images/downmordent.png denemo-1.0.0~rc6/doc/images/downprall.png denemo-1.0.0~rc6/doc/images/draft.png denemo-1.0.0~rc6/doc/images/educationtemplate3.png denemo-1.0.0~rc6/doc/images/expressions.png denemo-1.0.0~rc6/doc/images/fermata.png denemo-1.0.0~rc6/doc/images/fig1.png denemo-1.0.0~rc6/doc/images/fig2.png denemo-1.0.0~rc6/doc/images/fig3.png denemo-1.0.0~rc6/doc/images/filemenu.png denemo-1.0.0~rc6/doc/images/flageolet.png denemo-1.0.0~rc6/doc/images/generaltemplate4.png denemo-1.0.0~rc6/doc/images/glissando.png denemo-1.0.0~rc6/doc/images/gotobegin.png denemo-1.0.0~rc6/doc/images/gotoend.png denemo-1.0.0~rc6/doc/images/grace.png denemo-1.0.0~rc6/doc/images/home.png denemo-1.0.0~rc6/doc/images/important.png denemo-1.0.0~rc6/doc/images/initalkeydialog.png denemo-1.0.0~rc6/doc/images/keymenu.png denemo-1.0.0~rc6/doc/images/lheel.png denemo-1.0.0~rc6/doc/images/lineprall.png denemo-1.0.0~rc6/doc/images/longfermata.png denemo-1.0.0~rc6/doc/images/lpmode.png denemo-1.0.0~rc6/doc/images/ltoe.png denemo-1.0.0~rc6/doc/images/main.png denemo-1.0.0~rc6/doc/images/Makefile denemo-1.0.0~rc6/doc/images/Makefile.am denemo-1.0.0~rc6/doc/images/Makefile.in denemo-1.0.0~rc6/doc/images/marcato.png denemo-1.0.0~rc6/doc/images/mark1.png denemo-1.0.0~rc6/doc/images/mordent.png denemo-1.0.0~rc6/doc/images/navigationmenu.png denemo-1.0.0~rc6/doc/images/new.png denemo-1.0.0~rc6/doc/images/next.png denemo-1.0.0~rc6/doc/images/note-page1.png denemo-1.0.0~rc6/doc/images/note.png denemo-1.0.0~rc6/doc/images/open.png denemo-1.0.0~rc6/doc/images/orchestraltemplate5.png denemo-1.0.0~rc6/doc/images/othermenu1.png denemo-1.0.0~rc6/doc/images/paste.png denemo-1.0.0~rc6/doc/images/playbackcontrols.png denemo-1.0.0~rc6/doc/images/playbackmenu.png denemo-1.0.0~rc6/doc/images/playmidi.png denemo-1.0.0~rc6/doc/images/polyphony.png denemo-1.0.0~rc6/doc/images/portato.png denemo-1.0.0~rc6/doc/images/pralldown.png denemo-1.0.0~rc6/doc/images/prallmordent.png denemo-1.0.0~rc6/doc/images/prall.png denemo-1.0.0~rc6/doc/images/prallprall.png denemo-1.0.0~rc6/doc/images/prallup.png denemo-1.0.0~rc6/doc/images/prev.png denemo-1.0.0~rc6/doc/images/print.png denemo-1.0.0~rc6/doc/images/redo.png denemo-1.0.0~rc6/doc/images/rests.png denemo-1.0.0~rc6/doc/images/reverseturn.png denemo-1.0.0~rc6/doc/images/rheel.png denemo-1.0.0~rc6/doc/images/rtoe.png denemo-1.0.0~rc6/doc/images/save.png denemo-1.0.0~rc6/doc/images/scorewizard.png denemo-1.0.0~rc6/doc/images/secondending.png denemo-1.0.0~rc6/doc/images/segno.png denemo-1.0.0~rc6/doc/images/selectingkey.png denemo-1.0.0~rc6/doc/images/setpreferences.png denemo-1.0.0~rc6/doc/images/settimesigniture.png denemo-1.0.0~rc6/doc/images/shortfermata.png denemo-1.0.0~rc6/doc/images/signumcongruentime.png denemo-1.0.0~rc6/doc/images/simplemelody.png denemo-1.0.0~rc6/doc/images/simplerepeat.png denemo-1.0.0~rc6/doc/images/staccatissimo.png denemo-1.0.0~rc6/doc/images/staccato.png denemo-1.0.0~rc6/doc/images/stacctissiimo.png denemo-1.0.0~rc6/doc/images/staffmenu.png denemo-1.0.0~rc6/doc/images/stopmidi.png denemo-1.0.0~rc6/doc/images/stopped.png denemo-1.0.0~rc6/doc/images/tablituretemplate6.png denemo-1.0.0~rc6/doc/images/tenuto.png denemo-1.0.0~rc6/doc/images/thumb.png denemo-1.0.0~rc6/doc/images/timemenu.png denemo-1.0.0~rc6/doc/images/tip.png denemo-1.0.0~rc6/doc/images/toc-blank.png denemo-1.0.0~rc6/doc/images/toc-minus.png denemo-1.0.0~rc6/doc/images/toc-plus.png denemo-1.0.0~rc6/doc/images/tremolo1.png denemo-1.0.0~rc6/doc/images/tremolo2.png denemo-1.0.0~rc6/doc/images/tremolo3.png denemo-1.0.0~rc6/doc/images/trill.png denemo-1.0.0~rc6/doc/images/tupletmarkers.png denemo-1.0.0~rc6/doc/images/turn.png denemo-1.0.0~rc6/doc/images/undo.png denemo-1.0.0~rc6/doc/images/upbeat.png denemo-1.0.0~rc6/doc/images/upbow.png denemo-1.0.0~rc6/doc/images/upmordent.png denemo-1.0.0~rc6/doc/images/up.png denemo-1.0.0~rc6/doc/images/upprall.png denemo-1.0.0~rc6/doc/images/varcoda.png denemo-1.0.0~rc6/doc/images/verylongfermata.png denemo-1.0.0~rc6/doc/images/warning.png denemo-1.0.0~rc6/m4/ denemo-1.0.0~rc6/m4/binreloc.m4 denemo-1.0.0~rc6/m4/gettext.m4 denemo-1.0.0~rc6/m4/iconv.m4 denemo-1.0.0~rc6/m4/lib-ld.m4 denemo-1.0.0~rc6/m4/lib-link.m4 denemo-1.0.0~rc6/m4/lib-prefix.m4 denemo-1.0.0~rc6/m4/nls.m4 denemo-1.0.0~rc6/m4/po.m4 denemo-1.0.0~rc6/m4/progtest.m4 denemo-1.0.0~rc6/m4/Makefile.am denemo-1.0.0~rc6/m4/Makefile.in denemo-1.0.0~rc6/m4/ChangeLog denemo-1.0.0~rc6/m4/glibc2.m4 denemo-1.0.0~rc6/m4/alsa.m4 denemo-1.0.0~rc6/m4/codeset.m4 denemo-1.0.0~rc6/m4/glibc21.m4 denemo-1.0.0~rc6/m4/intdiv0.m4 denemo-1.0.0~rc6/m4/intmax.m4 denemo-1.0.0~rc6/m4/inttypes.m4 denemo-1.0.0~rc6/m4/inttypes_h.m4 denemo-1.0.0~rc6/m4/inttypes-pri.m4 denemo-1.0.0~rc6/m4/isc-posix.m4 denemo-1.0.0~rc6/m4/lcmessage.m4 denemo-1.0.0~rc6/m4/longdouble.m4 denemo-1.0.0~rc6/m4/longlong.m4 denemo-1.0.0~rc6/m4/printf-posix.m4 denemo-1.0.0~rc6/m4/signed.m4 denemo-1.0.0~rc6/m4/size_max.m4 denemo-1.0.0~rc6/m4/stdint_h.m4 denemo-1.0.0~rc6/m4/uintmax_t.m4 denemo-1.0.0~rc6/m4/ulonglong.m4 denemo-1.0.0~rc6/m4/wchar_t.m4 denemo-1.0.0~rc6/m4/wint_t.m4 denemo-1.0.0~rc6/m4/xsize.m4 denemo-1.0.0~rc6/README denemo-1.0.0~rc6/configure.ac denemo-1.0.0~rc6/aclocal.m4 denemo-1.0.0~rc6/denemo.conf denemo-1.0.0~rc6/Makefile.am denemo-1.0.0~rc6/Makefile.in denemo-1.0.0~rc6/config.h.in denemo-1.0.0~rc6/denemo.spec.in denemo-1.0.0~rc6/configure denemo-1.0.0~rc6/ABOUT-NLS denemo-1.0.0~rc6/AUTHORS denemo-1.0.0~rc6/COPYING denemo-1.0.0~rc6/ChangeLog denemo-1.0.0~rc6/INSTALL denemo-1.0.0~rc6/NEWS denemo-1.0.0~rc6/compile denemo-1.0.0~rc6/config.guess denemo-1.0.0~rc6/config.rpath denemo-1.0.0~rc6/config.sub denemo-1.0.0~rc6/depcomp denemo-1.0.0~rc6/install-sh denemo-1.0.0~rc6/ltmain.sh denemo-1.0.0~rc6/missing denemo-1.0.0~rc6/mkinstalldirs denemo-1.0.0~rc6/include/ denemo-1.0.0~rc6/include/denemo/ denemo-1.0.0~rc6/include/denemo/denemo.h denemo-1.0.0~rc6/include/denemo/denemo_api.h denemo-1.0.0~rc6/include/denemo/denemo_objects.h denemo-1.0.0~rc6/include/denemo/denemo_types.h denemo-1.0.0~rc6/guile-1.8.pc denemo-1.0.0~rc6/libsmf/ denemo-1.0.0~rc6/libsmf/COPYING denemo-1.0.0~rc6/libsmf/Makefile.am denemo-1.0.0~rc6/libsmf/TODO denemo-1.0.0~rc6/libsmf/smf.c denemo-1.0.0~rc6/libsmf/smf.h denemo-1.0.0~rc6/libsmf/smf_decode.c denemo-1.0.0~rc6/libsmf/smf_load.c denemo-1.0.0~rc6/libsmf/smf_private.h denemo-1.0.0~rc6/libsmf/smf_save.c denemo-1.0.0~rc6/libsmf/smf_tempo.c denemo-1.0.0~rc6/libsmf/Makefile.in denemo-1.0.0~rc6/libsmf/Makefile denemo-1.0.0~rc6/libsmf/.deps/ denemo-1.0.0~rc6/libsmf/.deps/libsmf_a-smf.Po denemo-1.0.0~rc6/libsmf/.deps/libsmf_a-smf_decode.Po denemo-1.0.0~rc6/libsmf/.deps/libsmf_a-smf_load.Po denemo-1.0.0~rc6/libsmf/.deps/libsmf_a-smf_save.Po denemo-1.0.0~rc6/libsmf/.deps/libsmf_a-smf_tempo.Po denemo-1.0.0~rc6/libsffile/ denemo-1.0.0~rc6/libsffile/Makefile.am denemo-1.0.0~rc6/libsffile/README denemo-1.0.0~rc6/libsffile/fskip.c denemo-1.0.0~rc6/libsffile/itypes.h denemo-1.0.0~rc6/libsffile/malloc.c denemo-1.0.0~rc6/libsffile/sf_util.h denemo-1.0.0~rc6/libsffile/sffile.c denemo-1.0.0~rc6/libsffile/sffile.h denemo-1.0.0~rc6/libsffile/Makefile.in denemo-1.0.0~rc6/libsffile/Makefile denemo-1.0.0~rc6/libsffile/.deps/ denemo-1.0.0~rc6/libsffile/.deps/libsffile_a-fskip.Po denemo-1.0.0~rc6/libsffile/.deps/libsffile_a-malloc.Po denemo-1.0.0~rc6/libsffile/.deps/libsffile_a-sffile.Po denemo-1.0.0~rc6/examples/ denemo-1.0.0~rc6/examples/AbbreviatedNotes.denemo denemo-1.0.0~rc6/examples/AllFeaturesExplained.denemo denemo-1.0.0~rc6/examples/CautionaryAccidental.denemo denemo-1.0.0~rc6/examples/Cues.denemo denemo-1.0.0~rc6/examples/ForcingBreaks.denemo denemo-1.0.0~rc6/examples/GraceLilyPondBugWorkaround.denemo denemo-1.0.0~rc6/examples/HandelFiguredBassExercises.denemo denemo-1.0.0~rc6/examples/InstrumentNames.denemo denemo-1.0.0~rc6/examples/LeadSheet.denemo denemo-1.0.0~rc6/examples/Makefile.am denemo-1.0.0~rc6/examples/Metronome.denemo denemo-1.0.0~rc6/examples/MultiMeasureRests.denemo denemo-1.0.0~rc6/examples/Ossia.denemo denemo-1.0.0~rc6/examples/PrintScoreAndParts.denemo denemo-1.0.0~rc6/examples/RaggedBottom.denemo denemo-1.0.0~rc6/examples/RehearsalMarks.denemo denemo-1.0.0~rc6/examples/ReminderAccidental.denemo denemo-1.0.0~rc6/examples/SeveralVerses.denemo denemo-1.0.0~rc6/examples/SuggestedAccidental.denemo denemo-1.0.0~rc6/examples/TemperamentShiftingPlayback.denemo denemo-1.0.0~rc6/examples/TextPosition.denemo denemo-1.0.0~rc6/examples/Upbeat.denemo denemo-1.0.0~rc6/examples/Makefile.in denemo-1.0.0~rc6/examples/Makefile denemo-1.0.0~rc6/portmidi/ denemo-1.0.0~rc6/portmidi/Makefile.am denemo-1.0.0~rc6/portmidi/pm_linux/ denemo-1.0.0~rc6/portmidi/pm_linux/Makefile.am denemo-1.0.0~rc6/portmidi/pm_linux/finddefault.c denemo-1.0.0~rc6/portmidi/pm_linux/pmlinux.c denemo-1.0.0~rc6/portmidi/pm_linux/pmlinux.h denemo-1.0.0~rc6/portmidi/pm_linux/pmlinuxalsa.c denemo-1.0.0~rc6/portmidi/pm_linux/pmlinuxalsa.h denemo-1.0.0~rc6/portmidi/pm_linux/Makefile.in denemo-1.0.0~rc6/portmidi/pm_linux/Makefile denemo-1.0.0~rc6/portmidi/pm_linux/.deps/ denemo-1.0.0~rc6/portmidi/pm_linux/.deps/libpm_linux_a-finddefault.Po denemo-1.0.0~rc6/portmidi/pm_linux/.deps/libpm_linux_a-pmlinux.Po denemo-1.0.0~rc6/portmidi/pm_linux/.deps/libpm_linux_a-pmlinuxalsa.Po denemo-1.0.0~rc6/portmidi/pm_mac/ denemo-1.0.0~rc6/portmidi/pm_mac/Makefile.am denemo-1.0.0~rc6/portmidi/pm_mac/finddefault.c denemo-1.0.0~rc6/portmidi/pm_mac/pmmac.c denemo-1.0.0~rc6/portmidi/pm_mac/pmmac.h denemo-1.0.0~rc6/portmidi/pm_mac/pmmacosxcm.c denemo-1.0.0~rc6/portmidi/pm_mac/pmmacosxcm.h denemo-1.0.0~rc6/portmidi/pm_mac/readbinaryplist.c denemo-1.0.0~rc6/portmidi/pm_mac/readbinaryplist.h denemo-1.0.0~rc6/portmidi/pm_mac/Makefile.in denemo-1.0.0~rc6/portmidi/pm_mac/Makefile denemo-1.0.0~rc6/portmidi/pm_mac/.deps/ denemo-1.0.0~rc6/portmidi/pm_mac/.deps/libpm_mac_a-finddefault.Po denemo-1.0.0~rc6/portmidi/pm_mac/.deps/libpm_mac_a-pmmac.Po denemo-1.0.0~rc6/portmidi/pm_mac/.deps/libpm_mac_a-pmmacosxcm.Po denemo-1.0.0~rc6/portmidi/pm_mac/.deps/libpm_mac_a-readbinaryplist.Po denemo-1.0.0~rc6/portmidi/pm_win/ denemo-1.0.0~rc6/portmidi/pm_win/Makefile.am denemo-1.0.0~rc6/portmidi/pm_win/pmwin.c denemo-1.0.0~rc6/portmidi/pm_win/pmwinmm.c denemo-1.0.0~rc6/portmidi/pm_win/pmwinmm.h denemo-1.0.0~rc6/portmidi/pm_win/ptwinmm.c denemo-1.0.0~rc6/portmidi/pm_win/Makefile.in denemo-1.0.0~rc6/portmidi/pm_win/Makefile denemo-1.0.0~rc6/portmidi/pm_win/.deps/ denemo-1.0.0~rc6/portmidi/pm_win/.deps/libpm_win_a-pmwin.Po denemo-1.0.0~rc6/portmidi/pm_win/.deps/libpm_win_a-pmwinmm.Po denemo-1.0.0~rc6/portmidi/pminternal.h denemo-1.0.0~rc6/portmidi/pmutil.c denemo-1.0.0~rc6/portmidi/pmutil.h denemo-1.0.0~rc6/portmidi/portmidi.c denemo-1.0.0~rc6/portmidi/portmidi.h denemo-1.0.0~rc6/portmidi/porttime.c denemo-1.0.0~rc6/portmidi/porttime.h denemo-1.0.0~rc6/portmidi/Makefile.in denemo-1.0.0~rc6/portmidi/Makefile denemo-1.0.0~rc6/portmidi/.deps/ denemo-1.0.0~rc6/portmidi/.deps/libportmidi_a-pmutil.Po denemo-1.0.0~rc6/portmidi/.deps/libportmidi_a-portmidi.Po denemo-1.0.0~rc6/portmidi/.deps/libportmidi_a-porttime.Po denemo-1.0.0~rc6/templates/ denemo-1.0.0~rc6/templates/Accordion/ denemo-1.0.0~rc6/templates/Accordion/accordion.denemo denemo-1.0.0~rc6/templates/Early Music/ denemo-1.0.0~rc6/templates/Early Music/BreveLonga.denemo denemo-1.0.0~rc6/templates/Makefile.am denemo-1.0.0~rc6/templates/band/ denemo-1.0.0~rc6/templates/band/BrassBand.denemo denemo-1.0.0~rc6/templates/band/BrassTrio.denemo denemo-1.0.0~rc6/templates/chamber/ denemo-1.0.0~rc6/templates/chamber/StringQuartet.denemo denemo-1.0.0~rc6/templates/choral/ denemo-1.0.0~rc6/templates/choral/SATB-Piano.denemo denemo-1.0.0~rc6/templates/choral/SATB.denemo denemo-1.0.0~rc6/templates/choral/TTBB.denemo denemo-1.0.0~rc6/templates/drummap.denemo denemo-1.0.0~rc6/templates/jazz/ denemo-1.0.0~rc6/templates/jazz/JazzCombo.denemo denemo-1.0.0~rc6/templates/Makefile.in denemo-1.0.0~rc6/templates/Makefile denemo-1.0.0~rc6/denemo_file_update.sh denemo-1.0.0~rc6/pixmaps/ denemo-1.0.0~rc6/pixmaps/Makefile.am denemo-1.0.0~rc6/pixmaps/Makefile.in denemo-1.0.0~rc6/pixmaps/feta26-accidentals-leftparen.xbm denemo-1.0.0~rc6/pixmaps/feta26-accidentals-rightparen.xbm denemo-1.0.0~rc6/pixmaps/feta26-accidentals--1.xbm denemo-1.0.0~rc6/pixmaps/feta26-accidentals--2.xbm denemo-1.0.0~rc6/pixmaps/feta26-accidentals-0.xbm denemo-1.0.0~rc6/pixmaps/feta26-accidentals-1.xbm denemo-1.0.0~rc6/pixmaps/feta26-accidentals-2.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-alto.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-alto_change.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-bass.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-bass_change.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-g_8.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-treble.xbm denemo-1.0.0~rc6/pixmaps/feta26-clefs-treble_change.xbm denemo-1.0.0~rc6/pixmaps/feta26-dots-dot.xbm denemo-1.0.0~rc6/pixmaps/feta26-dots-repeatcolon.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-d3.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-d4.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-d5.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-d6.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-dgrace.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-u3.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-u4.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-u5.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-u6.xbm denemo-1.0.0~rc6/pixmaps/feta26-flags-ugrace.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads--1.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads--2.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-0.xbm denemo-1.0.0~rc6/pixmaps/notehead-0.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-0diamond.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-1.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-1diamond.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-2.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-2cross.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-2diamond.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-2harmonic.xbm denemo-1.0.0~rc6/pixmaps/feta26-noteheads-ledgerending.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests--1.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests--2.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests--4.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-0.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-0o.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-1.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-1o.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-2.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-2mensural.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-3.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-3mensural.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-4mensural.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-5.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-6.xbm denemo-1.0.0~rc6/pixmaps/feta26-rests-7.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-accent.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-arpeggio.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-coda.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-dfermata.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-dmarcato.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-downbow.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-downprall.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-dpedalheel.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-dpedaltoe.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-dstaccatissimo.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-flageolet.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-mordent.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-open.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-prall.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-prallmordent.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-prallprall.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-repeatsign.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-reverseturn.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-segno.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-sforzato.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-staccato.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-stopped.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-tenuto.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-thumb.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-trilelement.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-trill-element.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-trill.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-turn.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-ufermata.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-umarcato.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-upbow.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-upedalheel.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-upedaltoe.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-upprall.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-C2-2.xbm denemo-1.0.0~rc6/pixmaps/feta26-scripts-ustaccatissimo.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-C4-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old2-2.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old2-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old3-2.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old3-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old4-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old4-8.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old6-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old6-8.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old6-8alt.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old9-4.xbm denemo-1.0.0~rc6/pixmaps/feta26-timesig-old9-8.xbm denemo-1.0.0~rc6/pixmaps/notehead-1.xbm denemo-1.0.0~rc6/pixmaps/notehead-2.xbm denemo-1.0.0~rc6/pixmaps/toomany.xbm denemo-1.0.0~rc6/pixmaps/accent.svg denemo-1.0.0~rc6/pixmaps/downbow.svg denemo-1.0.0~rc6/pixmaps/fermata.svg denemo-1.0.0~rc6/pixmaps/icon-template.svg denemo-1.0.0~rc6/pixmaps/lheel.svg denemo-1.0.0~rc6/pixmaps/ltoe.svg denemo-1.0.0~rc6/pixmaps/marcato.svg denemo-1.0.0~rc6/pixmaps/mordent.svg denemo-1.0.0~rc6/pixmaps/reverse-turn.svg denemo-1.0.0~rc6/pixmaps/rheel.svg denemo-1.0.0~rc6/pixmaps/rtoe.svg denemo-1.0.0~rc6/pixmaps/staccatissimo.svg denemo-1.0.0~rc6/pixmaps/staccato.svg denemo-1.0.0~rc6/pixmaps/tenuto.svg denemo-1.0.0~rc6/pixmaps/trill.svg denemo-1.0.0~rc6/pixmaps/turn.svg denemo-1.0.0~rc6/pixmaps/upbow.svg denemo-1.0.0~rc6/pixmaps/icon-note-0.svg denemo-1.0.0~rc6/pixmaps/icon-note-1.svg denemo-1.0.0~rc6/pixmaps/icon-note-2.svg denemo-1.0.0~rc6/pixmaps/icon-note-3.svg denemo-1.0.0~rc6/pixmaps/icon-note-4.svg denemo-1.0.0~rc6/pixmaps/icon-rest-0.svg denemo-1.0.0~rc6/pixmaps/icon-rest-1.svg denemo-1.0.0~rc6/pixmaps/icon-rest-2.svg denemo-1.0.0~rc6/pixmaps/icon-rest-3.svg denemo-1.0.0~rc6/pixmaps/icon-rest-4.svg denemo-1.0.0~rc6/pixmaps/icon-rest-5.svg denemo-1.0.0~rc6/pixmaps/denemo.png denemo-1.0.0~rc6/pixmaps/denemo.desktop denemo-1.0.0~rc6/po/ denemo-1.0.0~rc6/po/Makefile.in.in denemo-1.0.0~rc6/po/remove-potcdate.sin denemo-1.0.0~rc6/po/quot.sed denemo-1.0.0~rc6/po/boldquot.sed denemo-1.0.0~rc6/po/address@hidden denemo-1.0.0~rc6/po/address@hidden denemo-1.0.0~rc6/po/insert-header.sin denemo-1.0.0~rc6/po/Rules-quot denemo-1.0.0~rc6/po/Makevars denemo-1.0.0~rc6/po/POTFILES.in denemo-1.0.0~rc6/po/denemo.pot denemo-1.0.0~rc6/po/stamp-po denemo-1.0.0~rc6/po/de.po denemo-1.0.0~rc6/po/es.po denemo-1.0.0~rc6/po/fr.po denemo-1.0.0~rc6/po/sv.po denemo-1.0.0~rc6/po/it.po denemo-1.0.0~rc6/po/ja.po denemo-1.0.0~rc6/po/cs.po denemo-1.0.0~rc6/po/pl.po denemo-1.0.0~rc6/po/en_GB.po denemo-1.0.0~rc6/po/de.gmo denemo-1.0.0~rc6/po/es.gmo denemo-1.0.0~rc6/po/fr.gmo denemo-1.0.0~rc6/po/sv.gmo denemo-1.0.0~rc6/po/it.gmo denemo-1.0.0~rc6/po/ja.gmo denemo-1.0.0~rc6/po/cs.gmo denemo-1.0.0~rc6/po/pl.gmo denemo-1.0.0~rc6/po/en_GB.gmo denemo-1.0.0~rc6/po/ChangeLog denemo-1.0.0~rc6/po/LINGUAS denemo-1.0.0~rc6/src/ denemo-1.0.0~rc6/src/denemoui.xml denemo-1.0.0~rc6/src/instruments.xml denemo-1.0.0~rc6/src/parseinstruments.h denemo-1.0.0~rc6/src/keyboard.h denemo-1.0.0~rc6/src/Makefile.am denemo-1.0.0~rc6/src/Makefile.in denemo-1.0.0~rc6/src/audiointerface.c denemo-1.0.0~rc6/src/audiointerface.h denemo-1.0.0~rc6/src/eventqueue.c denemo-1.0.0~rc6/src/eventqueue.h denemo-1.0.0~rc6/src/dummybackend.c denemo-1.0.0~rc6/src/dummybackend.h denemo-1.0.0~rc6/src/jackbackend.c denemo-1.0.0~rc6/src/jackbackend.h denemo-1.0.0~rc6/src/jackutil.c denemo-1.0.0~rc6/src/jackutil.h denemo-1.0.0~rc6/src/ringbuffer.c denemo-1.0.0~rc6/src/ringbuffer.h denemo-1.0.0~rc6/src/portaudiobackend.c denemo-1.0.0~rc6/src/portaudiobackend.h denemo-1.0.0~rc6/src/portaudioutil.c denemo-1.0.0~rc6/src/portaudioutil.h denemo-1.0.0~rc6/src/portmidibackend.c denemo-1.0.0~rc6/src/portmidibackend.h denemo-1.0.0~rc6/src/portmidiutil.c denemo-1.0.0~rc6/src/portmidiutil.h denemo-1.0.0~rc6/src/alsabackend.c denemo-1.0.0~rc6/src/alsabackend.h denemo-1.0.0~rc6/src/fluid.c denemo-1.0.0~rc6/src/fluid.h denemo-1.0.0~rc6/src/denemo_types.c denemo-1.0.0~rc6/src/commands.c denemo-1.0.0~rc6/src/commands.h denemo-1.0.0~rc6/src/calculatepositions.c denemo-1.0.0~rc6/src/changenotehead.c denemo-1.0.0~rc6/src/chordops.c denemo-1.0.0~rc6/src/clefdialog.c denemo-1.0.0~rc6/src/commandfuncs.c denemo-1.0.0~rc6/src/contexts.c denemo-1.0.0~rc6/src/draw.c denemo-1.0.0~rc6/src/drawaccidentals.c denemo-1.0.0~rc6/src/drawclefs.c denemo-1.0.0~rc6/src/drawcursor.c denemo-1.0.0~rc6/src/drawkey.c denemo-1.0.0~rc6/src/drawdynamic.c denemo-1.0.0~rc6/src/drawnotes.c denemo-1.0.0~rc6/src/drawselection.c denemo-1.0.0~rc6/src/drawstemdir.c denemo-1.0.0~rc6/src/drawtimesig.c denemo-1.0.0~rc6/src/drawtuplets.c denemo-1.0.0~rc6/src/drawlyric.c denemo-1.0.0~rc6/src/dynamic.c denemo-1.0.0~rc6/src/drawfigure.c denemo-1.0.0~rc6/src/exportabc.c denemo-1.0.0~rc6/src/exportlilypond.c denemo-1.0.0~rc6/src/articulations.c denemo-1.0.0~rc6/src/articulations.h denemo-1.0.0~rc6/src/exportxml.c denemo-1.0.0~rc6/src/file.c denemo-1.0.0~rc6/src/hairpin.c denemo-1.0.0~rc6/src/help.c denemo-1.0.0~rc6/src/importxml.c denemo-1.0.0~rc6/src/importmusicxml.c denemo-1.0.0~rc6/src/importmidi.c denemo-1.0.0~rc6/src/kbd-custom.c denemo-1.0.0~rc6/src/kbd-interface.c denemo-1.0.0~rc6/src/keyresponses.c denemo-1.0.0~rc6/src/keysigdialog.c denemo-1.0.0~rc6/src/figure.c denemo-1.0.0~rc6/src/main.c denemo-1.0.0~rc6/src/measureops.c denemo-1.0.0~rc6/src/moveviewport.c denemo-1.0.0~rc6/src/mousing.c denemo-1.0.0~rc6/src/barline.c denemo-1.0.0~rc6/src/view.c denemo-1.0.0~rc6/src/http.c denemo-1.0.0~rc6/src/mwidthdialog.c denemo-1.0.0~rc6/src/objops.c denemo-1.0.0~rc6/src/exportmidi.c denemo-1.0.0~rc6/src/instrumentname.c denemo-1.0.0~rc6/src/external.c denemo-1.0.0~rc6/src/source.c denemo-1.0.0~rc6/src/sourceaudio.c denemo-1.0.0~rc6/src/scorelayout.c denemo-1.0.0~rc6/src/playback.c denemo-1.0.0~rc6/src/drawfakechord.c denemo-1.0.0~rc6/src/fakechord.c denemo-1.0.0~rc6/src/playbackprops.c denemo-1.0.0~rc6/src/prefdialog.c denemo-1.0.0~rc6/src/prefops.c denemo-1.0.0~rc6/src/processstaffname.c denemo-1.0.0~rc6/src/lyric.c denemo-1.0.0~rc6/src/slurs.c denemo-1.0.0~rc6/src/scoreops.c denemo-1.0.0~rc6/src/scoreprops.c denemo-1.0.0~rc6/src/selectops.c denemo-1.0.0~rc6/src/staffops.c denemo-1.0.0~rc6/src/staffpropdialog.c denemo-1.0.0~rc6/src/drawbarline.c denemo-1.0.0~rc6/src/timedialog.c denemo-1.0.0~rc6/src/tomeasuredialog.c denemo-1.0.0~rc6/src/tupletops.c denemo-1.0.0~rc6/src/utils.c denemo-1.0.0~rc6/src/graceops.c denemo-1.0.0~rc6/src/runsilent.c denemo-1.0.0~rc6/src/drawgrace.c denemo-1.0.0~rc6/src/print.c denemo-1.0.0~rc6/src/accwidths.h denemo-1.0.0~rc6/src/calculatepositions.h denemo-1.0.0~rc6/src/changenotehead.h denemo-1.0.0~rc6/src/chordops.h denemo-1.0.0~rc6/src/commandfuncs.h denemo-1.0.0~rc6/src/contexts.h denemo-1.0.0~rc6/src/dynamic.h denemo-1.0.0~rc6/src/dialogs.h denemo-1.0.0~rc6/src/draw.h denemo-1.0.0~rc6/src/drawingprims.h denemo-1.0.0~rc6/src/exportabc.h denemo-1.0.0~rc6/src/exportlilypond.h denemo-1.0.0~rc6/src/exportxml.h denemo-1.0.0~rc6/src/file.h denemo-1.0.0~rc6/src/figure.h denemo-1.0.0~rc6/src/barline.h denemo-1.0.0~rc6/src/view.h denemo-1.0.0~rc6/src/http.h denemo-1.0.0~rc6/src/hairpin.h denemo-1.0.0~rc6/src/help.h denemo-1.0.0~rc6/src/importxml.h denemo-1.0.0~rc6/src/importmusicxml.h denemo-1.0.0~rc6/src/importmidi.h denemo-1.0.0~rc6/src/kbd-custom.h denemo-1.0.0~rc6/src/kbd-interface.h denemo-1.0.0~rc6/src/graceops.h denemo-1.0.0~rc6/src/keyresponses.h denemo-1.0.0~rc6/src/measureops.h denemo-1.0.0~rc6/src/mousing.h denemo-1.0.0~rc6/src/moveviewport.h denemo-1.0.0~rc6/src/notewidths.h denemo-1.0.0~rc6/src/objops.h denemo-1.0.0~rc6/src/playbackprops.h denemo-1.0.0~rc6/src/prefops.h denemo-1.0.0~rc6/src/processstaffname.h denemo-1.0.0~rc6/src/redefs.h denemo-1.0.0~rc6/src/scoreops.h denemo-1.0.0~rc6/src/selectops.h denemo-1.0.0~rc6/src/staffops.h denemo-1.0.0~rc6/src/slurs.h denemo-1.0.0~rc6/src/texteditors.h denemo-1.0.0~rc6/src/texteditors.c denemo-1.0.0~rc6/src/twoints.h denemo-1.0.0~rc6/src/tupletops.h denemo-1.0.0~rc6/src/utils.h denemo-1.0.0~rc6/src/xmldefs.h denemo-1.0.0~rc6/src/exportmidi.h denemo-1.0.0~rc6/src/instrumentname.h denemo-1.0.0~rc6/src/print.h denemo-1.0.0~rc6/src/lyric.h denemo-1.0.0~rc6/src/playback.h denemo-1.0.0~rc6/src/runsilent.h denemo-1.0.0~rc6/src/binreloc.c denemo-1.0.0~rc6/src/binreloc.h denemo-1.0.0~rc6/src/bookmarks.c denemo-1.0.0~rc6/src/bookmarks.h denemo-1.0.0~rc6/src/external.h denemo-1.0.0~rc6/src/source.h denemo-1.0.0~rc6/src/sourceaudio.h denemo-1.0.0~rc6/src/scorelayout.h denemo-1.0.0~rc6/src/fakechord.h denemo-1.0.0~rc6/src/parseinstruments.c denemo-1.0.0~rc6/src/keyboard.c denemo-1.0.0~rc6/src/pitchentry.c denemo-1.0.0~rc6/src/pitchrecog.c denemo-1.0.0~rc6/src/pitchentry.h denemo-1.0.0~rc6/src/audio.h denemo-1.0.0~rc6/src/drawlilydir.c denemo-1.0.0~rc6/src/lilydirectives.h denemo-1.0.0~rc6/src/lilydirectives.c denemo-1.0.0~rc6/src/displayanimation.c denemo-1.0.0~rc6/src/displayanimation.h denemo-1.0.0~rc6/src/keysigdialog.h denemo-1.0.0~rc6/src/callbacks.h denemo-1.0.0~rc6/src/entries.h denemo-1.0.0~rc6/src/scheme_cb.h denemo-1.0.0~rc6/src/scheme.h denemo-1.0.0~rc6/src/register_commands.h denemo-1.0.0~rc6/src/pathconfig.h denemo-1.0.0~rc6/src/midi.c denemo-1.0.0~rc6/src/audiocapture.c denemo-1.0.0~rc6/src/midi.h denemo-1.0.0~rc6/src/screenshot.c denemo-1.0.0~rc6/src/screenshot.h denemo-1.0.0~rc6/fonts/ denemo-1.0.0~rc6/fonts/Makefile.am denemo-1.0.0~rc6/fonts/Makefile.in denemo-1.0.0~rc6/fonts/Denemo.ttf denemo-1.0.0~rc6/fonts/feta.ttf denemo-1.0.0~rc6/fonts/emmentaler.ttf denemo-1.0.0~rc6/soundfonts/ denemo-1.0.0~rc6/soundfonts/A320U-license.txt denemo-1.0.0~rc6/soundfonts/A320U.sf2 denemo-1.0.0~rc6/soundfonts/Makefile.am denemo-1.0.0~rc6/soundfonts/Makefile.in denemo-1.0.0~rc6/denemo.spec invoking chmod -R +w /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6 Running dump_file ('untar', '/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6', 'w') {'permissions': 420} *** Stage: patch (denemo, mingw) Running dump_file ('patch', '/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6', 'w') {'permissions': 420} *** Stage: autoupdate (denemo, mingw) invoking defer () Running file_sub ([('cross_compiling=(maybe|no|yes)', 'cross_compiling=yes')], '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure') {} Running dump_file ('autoupdate', '/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6', 'w') {'permissions': 420} *** Stage: configure (denemo, mingw) invoking mkdir -p /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 || true Running dump_file ('\nac_cv_c_stack_direction=${ac_cv_c_stack_direction=-1}\nac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes}\nac_cv_func_select=${ac_cv_func_select=yes} # but in mingw only if winsock2.h\nac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no}\nac_cv_lib_dld_shl_load=${ac_cv_lib_dld_shl_load=no}\nac_cv_spinlocks=${ac_cv_spinlocks=no}\nac_cv_sprintf_count=${ac_cv_sprintf_count=yes}\nac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}\nlibltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="\'"/home/rshann/gub/target/mingw/root/usr/lib /home/rshann/gub/target/mingw/root/lib"\'"}\nlt_cv_dlopen=${lt_cv_dlopen="dlopen"}\n\nac_cv_c_c99_format=${ac_cv_c_c99_format=no}\nac_cv_exeext=${ac_cv_exeext=.exe}\nac_cv_file__dev_ptc=${ac_cv_file__dev_ptc=no}\nac_cv_file__dev_ptmx=${ac_cv_file__dev_ptmx=no}\nac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}\nac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}\nac_cv_func_mkfifo=${ac_cv_func_mkfifo=no}\nac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}\nac_cv_have_dev_ptc=${ac_cv_have_dev_ptc=no}\nac_cv_have_dev_ptmx=${ac_cv_have_dev_ptmx=no}\nac_cv_lib_dl_dlopen=${ac_cv_lib_dl_dlopen=no}\nac_cv_search_dlopen=${ac_cv_search_dlopen=no}\nac_cv_struct_addrinfo=${ac_cv_struct_addrinfo=yes}\nac_cv_struct_sockaddr_storage=${ac_cv_struct_sockaddr_storage=yes}\nac_cv_type_struct_sockaddr_storage=${ac_cv_type_struct_sockaddr_storage=yes}\nac_exeext=${ac_exeext=}\nlibltdl_cv_lib_dl_dlopen=${libltdl_cv_lib_dl_dlopen=yes}\nlibltdl_cv_sys_search_path=${libltdl_cv_sys_search_path="\'"/home/rshann/gub/target/mingw/root/usr/lib /home/rshann/gub/target/mingw/root/usr/lib/w32api /home/rshann/gub/target/mingw/root/lib"\'"}\nlt_cv_dlopen=${lt_cv_dlopen=LoadLibrary}\nlt_cv_dlopen_libs=${lt_cv_dlopen_libs="none required"}\nlt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=8192}\n\nac_16bit_type=${ac_16bit_type=short}\nac_32bit_type=${ac_32bit_type=int}\nac_64bit_type=${ac_64bit_type=none}\nac_cv_c_long_size_t=${ac_cv_c_long_size_t=no}\nac_cv_c_long_time_t=${ac_cv_c_long_time_t=yes}\nac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}\nac_cv_sizeof_char=${ac_cv_sizeof_char=1}\nac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4}\nac_cv_sizeof_double=${ac_cv_sizeof_double=8}\nac_cv_sizeof_float=${ac_cv_sizeof_float=4}\nac_cv_sizeof_int=${ac_cv_sizeof_int=4}\nac_cv_sizeof_intmax_t=${ac_cv_sizeof_intmax_t=8}\nac_cv_sizeof_intptr_t=${ac_cv_sizeof_intptr_t=4}\nac_cv_sizeof_long=${ac_cv_sizeof_long=4}\nac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=12}\nac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}\nac_cv_sizeof_ptrdiff_t=${ac_cv_sizeof_ptrdiff_t=4}\nac_cv_sizeof_short=${ac_cv_sizeof_short=2}\nac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}\nac_cv_sizeof_uintptr_t=${ac_cv_sizeof_uintptr_t=4}\nac_cv_sizeof_unsigned___int64=${ac_cv_sizeof_unsigned___int64=0}\nac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}\nac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}\nac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}\nac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}\nac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}\nac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}\n', '/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/config.cache', 'w') {'permissions': 493} invoking mkdir -p /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 || true invoking cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && chmod +x /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure && sh /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/configure --prefix=/usr --cache-file=config.cache --enable-shared --disable-static --disable-silent-rules --build=x86_64-linux --host=i686-mingw32 --target=i686-mingw32 --prefix=/usr --sysconfdir=/usr/etc --includedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-fluidsynth --disable-binreloc --disable-portmidi --with-pmidi-platform=mingw CFLAGS="-I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30" LDFLAGS="-L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument" configure: WARNING: unrecognized options: --disable-silent-rules configure: loading cache config.cache checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for i686-mingw32-strip... i686-mingw32-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking how to create a pax tar archive... gnutar checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for i686-mingw32-gcc... i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG accepts -g... yes checking for i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG option to accept ISO C89... none needed checking dependency style of i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG... gcc3 checking whether binary relocation support should be enabled... no checking whether NLS is requested... yes checking for msgfmt... /home/rshann/gub/target/tools/root/usr/bin/msgfmt checking for gmsgfmt... /home/rshann/gub/target/tools/root/usr/bin/msgfmt checking for xgettext... /home/rshann/gub/target/tools/root/usr/bin/xgettext checking for msgmerge... /home/rshann/gub/target/tools/root/usr/bin/msgmerge checking build system type... x86_64-pc-linux-gnu checking host system type... i686-pc-mingw32 checking for ld used by GCC... i686-mingw32-ld checking if the linker (i686-mingw32-ld) is GNU ld... yes checking for shared library run path origin... done checking whether NLS is requested... yes checking for GNU gettext in libc... no checking for iconv... yes checking how to link with libiconv... -liconv checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... -lintl checking whether ln -s works... yes checking whether i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG and cc understand -c and -o together... yes checking how to run the C preprocessor... i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -E checking whether we are using the GNU C++ compiler... yes checking whether i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG accepts -g... yes checking dependency style of i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG... gcc3 checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for guile... /home/rshann/gub/target/tools/root/usr/bin/guile checking for guile-config... /home/rshann/gub/target/mingw/root/usr/cross/bin/guile-config checking for guile-tools... /home/rshann/gub/target/tools/root/usr/bin/guile-tools checking libguile compile flags... -I/home/rshann/gub/target/mingw/root/usr/include checking libguile link flags... -L/home/rshann/gub/target/mingw/root/usr/lib -lguile -lgmp checking for a sed that does not truncate output... sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG... i686-mingw32-ld checking if the linker (i686-mingw32-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... i686-mingw32-nm checking the name lister (i686-mingw32-nm) interface... BSD nm checking the maximum length of command line arguments... (cached) 8192 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for i686-mingw32-ld option to reload object files... -r checking for i686-mingw32-objdump... i686-mingw32-objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for i686-mingw32-ar... i686-mingw32-ar checking for i686-mingw32-strip... (cached) i686-mingw32-strip checking for i686-mingw32-ranlib... i686-mingw32-ranlib checking command to parse i686-mingw32-nm output from i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG object... ok 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 dlfcn.h... no checking whether we are using the GNU C++ compiler... (cached) yes checking whether i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG accepts -g... (cached) yes checking dependency style of i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG... (cached) gcc3 checking how to run the C++ preprocessor... i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -E checking for objdir... .libs checking if i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG supports -fno-rtti -fno-exceptions... no checking for i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG static flag -static works... no checking if i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG supports -c -o file.o... yes checking if i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG supports -c -o file.o... (cached) yes checking whether the i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG linker (i686-mingw32-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG... i686-mingw32-ld checking if the linker (i686-mingw32-ld) is GNU ld... yes checking whether the i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG linker (i686-mingw32-ld) supports shared libraries... yes checking for i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG option to produce PIC... -DDLL_EXPORT -DPIC checking if i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG PIC flag -DDLL_EXPORT -DPIC works... yes checking if i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG static flag -static works... no checking if i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG supports -c -o file.o... yes checking if i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG supports -c -o file.o... (cached) yes checking whether the i686-mingw32-g++ -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG linker (i686-mingw32-ld) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.9.0... yes checking for GUILE... yes checking for XML2... yes checking for RSVG... yes checking for FONTCONFIG... yes checking for GTHREAD... yes checking for SNDFILE... yes checking for SMF... no Statically compiling PORTMIDI for... mingw checking for GTK3... no checking for GTK2... yes checking for GTKSOURCEVIEW... yes checking for EVINCE_2_0... no checking for EVINCE_2_30... yes checking for FLUIDSYNTH... yes checking for PORTAUDIO... yes checking for LIBAUBIO... yes checking for FFTW... yes checking sys/soundcard.h usability... no checking sys/soundcard.h presence... no checking for sys/soundcard.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking sys/wait.h usability... no checking sys/wait.h presence... no checking for sys/wait.h... no checking wait.h usability... no checking wait.h presence... no checking for wait.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/resource.h usability... no checking sys/resource.h presence... no checking for sys/resource.h... no configure: updating cache config.cache configure: creating ./config.status config.status: creating m4/Makefile config.status: creating Makefile config.status: creating denemo.spec config.status: creating src/Makefile config.status: creating pixmaps/Makefile config.status: creating doc/Makefile config.status: creating doc/transformations/Makefile config.status: creating doc/images/Makefile config.status: creating actions/Makefile config.status: creating examples/Makefile config.status: creating templates/Makefile config.status: creating po/Makefile.in config.status: WARNING: '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating fonts/Makefile config.status: creating soundfonts/Makefile config.status: creating libsmf/Makefile config.status: creating portmidi/Makefile config.status: creating portmidi/pm_win/Makefile config.status: creating portmidi/pm_linux/Makefile config.status: creating portmidi/pm_mac/Makefile config.status: creating libsffile/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-silent-rules MapLocate[/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6] no files matching pattern: libtool Applying libtool_disable_install_not_into_dot_libs_test () to /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool Running file_sub ([('if test "\\$inst_prefix_dir" = "\\$destdir"; then', 'if false && test "$inst_prefix_dir" = "$destdir"; then'), (' test "\\$inst_prefix_dir" = "\\$destdir" &&', ' false && test "$inst_prefix_dir" = "$destdir" &&')], '/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool') {} MapLocate[/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6] no files matching pattern: libtool Applying () to /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool invoking cp /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool~ invoking cp /home/rshann/gub/target/mingw/root/usr/bin/libtool /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool Running file_sub ([('if test "\\$inst_prefix_dir" = "\\$destdir"; then', 'if false && test "$inst_prefix_dir" = "$destdir"; then'), (' test "\\$inst_prefix_dir" = "\\$destdir" &&', ' false && test "$inst_prefix_dir" = "$destdir" &&')], '/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool') {} invoking chmod 755 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool Running file_sub ([('^(hardcode_libdir_flag_spec)=".+"', 'hardcode_libdir_flag_spec="-Wl,-rpath -Wl,\\$libdir -Wl,-rpath -Wl,\'$\'ORIGIN/../lib -Wl,-rpath -Wl,/home/rshann/gub/target/mingw/root/usr/lib"')], '/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool') {} invoking chmod 755 /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool MapLocate[/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6] no files matching pattern: libtool Applying libtool_fix_allow_undefined () to /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool Running file_sub ([('^(allow_undefined_flag=.*)unsupported', '\\1')], '/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool') {} MapLocate[/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6] no files matching pattern: libtool Applying libtool_disable_relink () to /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool Running file_sub ([('need_relink=yes', 'need_relink=no')], '/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libtool') {} Running dump_file ('configure', '/home/rshann/gub/target/mingw/status/denemo-1.0.0.~rc.6-denemo-1.0.0~rc6', 'w') {'permissions': 420} *** Stage: compile (denemo, mingw) invoking cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi && make Making all in pm_win make[1]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi/pm_win' i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I../.. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libpm_win_a-pmwin.o -MD -MP -MF .deps/libpm_win_a-pmwin.Tpo -c -o libpm_win_a-pmwin.o `test -f 'pmwin.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win/'`pmwin.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libpm_win_a-pmwin.Tpo .deps/libpm_win_a-pmwin.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I../.. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libpm_win_a-pmwinmm.o -MD -MP -MF .deps/libpm_win_a-pmwinmm.Tpo -c -o libpm_win_a-pmwinmm.o `test -f 'pmwinmm.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win/'`pmwinmm.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win/pmwinmm.c: In function 'winmm_write_byte': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win/pmwinmm.c:1211: warning: assignment from incompatible pointer type i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libpm_win_a-pmwinmm.Tpo .deps/libpm_win_a-pmwinmm.Po rm -f libpm_win.a i686-mingw32-ar cru libpm_win.a libpm_win_a-pmwin.o libpm_win_a-pmwinmm.o i686-mingw32-ranlib libpm_win.a make[1]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi/pm_win' make[1]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi' i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I.. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libportmidi_a-pmutil.o -MD -MP -MF .deps/libportmidi_a-pmutil.Tpo -c -o libportmidi_a-pmutil.o `test -f 'pmutil.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/'`pmutil.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libportmidi_a-pmutil.Tpo .deps/libportmidi_a-pmutil.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I.. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libportmidi_a-portmidi.o -MD -MP -MF .deps/libportmidi_a-portmidi.Tpo -c -o libportmidi_a-portmidi.o `test -f 'portmidi.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/'`portmidi.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libportmidi_a-portmidi.Tpo .deps/libportmidi_a-portmidi.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I.. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libportmidi_a-porttime.o -MD -MP -MF .deps/libportmidi_a-porttime.Tpo -c -o libportmidi_a-porttime.o `test -f 'porttime.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/'`porttime.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libportmidi_a-porttime.Tpo .deps/libportmidi_a-porttime.Po rm -f libportmidi.a i686-mingw32-ar cru libportmidi.a libportmidi_a-pmutil.o libportmidi_a-portmidi.o libportmidi_a-porttime.o i686-mingw32-ranlib libportmidi.a make[1]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi' invoking cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && make make all-recursive make[1]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6' Making all in libsmf make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libsmf' i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I.. -DG_LOG_DOMAIN=\"libsmf\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsmf_a-smf.o -MD -MP -MF .deps/libsmf_a-smf.Tpo -c -o libsmf_a-smf.o `test -f 'smf.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf/'`smf.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsmf_a-smf.Tpo .deps/libsmf_a-smf.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I.. -DG_LOG_DOMAIN=\"libsmf\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsmf_a-smf_decode.o -MD -MP -MF .deps/libsmf_a-smf_decode.Tpo -c -o libsmf_a-smf_decode.o `test -f 'smf_decode.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf/'`smf_decode.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsmf_a-smf_decode.Tpo .deps/libsmf_a-smf_decode.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I.. -DG_LOG_DOMAIN=\"libsmf\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsmf_a-smf_load.o -MD -MP -MF .deps/libsmf_a-smf_load.Tpo -c -o libsmf_a-smf_load.o `test -f 'smf_load.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf/'`smf_load.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsmf_a-smf_load.Tpo .deps/libsmf_a-smf_load.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I.. -DG_LOG_DOMAIN=\"libsmf\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsmf_a-smf_save.o -MD -MP -MF .deps/libsmf_a-smf_save.Tpo -c -o libsmf_a-smf_save.o `test -f 'smf_save.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf/'`smf_save.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsmf_a-smf_save.Tpo .deps/libsmf_a-smf_save.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I.. -DG_LOG_DOMAIN=\"libsmf\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsmf_a-smf_tempo.o -MD -MP -MF .deps/libsmf_a-smf_tempo.Tpo -c -o libsmf_a-smf_tempo.o `test -f 'smf_tempo.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf/'`smf_tempo.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsmf_a-smf_tempo.Tpo .deps/libsmf_a-smf_tempo.Po rm -f libsmf.a i686-mingw32-ar cru libsmf.a libsmf_a-smf.o libsmf_a-smf_decode.o libsmf_a-smf_load.o libsmf_a-smf_save.o libsmf_a-smf_tempo.o i686-mingw32-ranlib libsmf.a make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libsmf' Making all in portmidi make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi' Making all in pm_win make[3]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi/pm_win' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi/pm_win' make[3]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi' make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/portmidi' Making all in libsffile make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libsffile' i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I.. -DG_LOG_DOMAIN=\"libssffile\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsffile_a-fskip.o -MD -MP -MF .deps/libsffile_a-fskip.Tpo -c -o libsffile_a-fskip.o `test -f 'fskip.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile/'`fskip.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsffile_a-fskip.Tpo .deps/libsffile_a-fskip.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I.. -DG_LOG_DOMAIN=\"libssffile\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsffile_a-malloc.o -MD -MP -MF .deps/libsffile_a-malloc.Tpo -c -o libsffile_a-malloc.o `test -f 'malloc.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile/'`malloc.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsffile_a-malloc.Tpo .deps/libsffile_a-malloc.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I.. -DG_LOG_DOMAIN=\"libssffile\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libsffile_a-sffile.o -MD -MP -MF .deps/libsffile_a-sffile.Tpo -c -o libsffile_a-sffile.o `test -f 'sffile.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile/'`sffile.c In file included from /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile/sffile.c:26: /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile/sf_util.h:25:1: warning: "DEBUG" redefined :1:1: warning: this is the location of the previous definition i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libsffile_a-sffile.Tpo .deps/libsffile_a-sffile.Po rm -f libsffile.a i686-mingw32-ar cru libsffile.a libsffile_a-fskip.o libsffile_a-malloc.o libsffile_a-sffile.o i686-mingw32-ranlib libsffile.a make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/libsffile' Making all in m4 make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/m4' Making all in doc make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc' Making all in transformations make[3]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc/transformations' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc/transformations' Making all in images make[3]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc/images' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc/images' make[3]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc' make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/doc' Making all in actions make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/actions' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/actions' Making all in pixmaps make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/pixmaps' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/pixmaps' Making all in po make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/po' Making all in src make[2]: Entering directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/src' i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-audiointerface.o -MD -MP -MF .deps/libaudiobackend_a-audiointerface.Tpo -c -o libaudiobackend_a-audiointerface.o `test -f 'audiointerface.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`audiointerface.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/audiointerface.c: In function 'rhythm_feedback': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/audiointerface.c:573: warning: assignment makes integer from pointer without a cast i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-audiointerface.Tpo .deps/libaudiobackend_a-audiointerface.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-eventqueue.o -MD -MP -MF .deps/libaudiobackend_a-eventqueue.Tpo -c -o libaudiobackend_a-eventqueue.o `test -f 'eventqueue.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`eventqueue.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/eventqueue.c: In function 'event_queue_read_output': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/eventqueue.c:162: warning: pointer targets in passing argument 2 of 'jack_ringbuffer_read' differ in signedness i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-eventqueue.Tpo .deps/libaudiobackend_a-eventqueue.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-dummybackend.o -MD -MP -MF .deps/libaudiobackend_a-dummybackend.Tpo -c -o libaudiobackend_a-dummybackend.o `test -f 'dummybackend.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`dummybackend.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-dummybackend.Tpo .deps/libaudiobackend_a-dummybackend.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-jackbackend.o -MD -MP -MF .deps/libaudiobackend_a-jackbackend.Tpo -c -o libaudiobackend_a-jackbackend.o `test -f 'jackbackend.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`jackbackend.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-jackbackend.Tpo .deps/libaudiobackend_a-jackbackend.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-jackutil.o -MD -MP -MF .deps/libaudiobackend_a-jackutil.Tpo -c -o libaudiobackend_a-jackutil.o `test -f 'jackutil.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`jackutil.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-jackutil.Tpo .deps/libaudiobackend_a-jackutil.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-ringbuffer.o -MD -MP -MF .deps/libaudiobackend_a-ringbuffer.Tpo -c -o libaudiobackend_a-ringbuffer.o `test -f 'ringbuffer.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`ringbuffer.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/ringbuffer.c: In function 'jack_ringbuffer_create': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/ringbuffer.c:47: warning: comparison between signed and unsigned i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-ringbuffer.Tpo .deps/libaudiobackend_a-ringbuffer.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-portaudiobackend.o -MD -MP -MF .deps/libaudiobackend_a-portaudiobackend.Tpo -c -o libaudiobackend_a-portaudiobackend.o `test -f 'portaudiobackend.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`portaudiobackend.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/portaudiobackend.c: In function 'stream_callback': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/portaudiobackend.c:89: warning: passing argument 2 of 'read_event_from_mixer_queue' from incompatible pointer type i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-portaudiobackend.Tpo .deps/libaudiobackend_a-portaudiobackend.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-portaudioutil.o -MD -MP -MF .deps/libaudiobackend_a-portaudioutil.Tpo -c -o libaudiobackend_a-portaudioutil.o `test -f 'portaudioutil.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`portaudioutil.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-portaudioutil.Tpo .deps/libaudiobackend_a-portaudioutil.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-portmidibackend.o -MD -MP -MF .deps/libaudiobackend_a-portmidibackend.Tpo -c -o libaudiobackend_a-portmidibackend.o `test -f 'portmidibackend.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`portmidibackend.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-portmidibackend.Tpo .deps/libaudiobackend_a-portmidibackend.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-portmidiutil.o -MD -MP -MF .deps/libaudiobackend_a-portmidiutil.Tpo -c -o libaudiobackend_a-portmidiutil.o `test -f 'portmidiutil.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`portmidiutil.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-portmidiutil.Tpo .deps/libaudiobackend_a-portmidiutil.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-alsabackend.o -MD -MP -MF .deps/libaudiobackend_a-alsabackend.Tpo -c -o libaudiobackend_a-alsabackend.o `test -f 'alsabackend.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`alsabackend.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-alsabackend.Tpo .deps/libaudiobackend_a-alsabackend.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -W -Wall -Wno-unused-parameter -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT libaudiobackend_a-fluid.o -MD -MP -MF .deps/libaudiobackend_a-fluid.Tpo -c -o libaudiobackend_a-fluid.o `test -f 'fluid.c' || echo '/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/'`fluid.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c: In function 'fluidsynth_init': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c:55: warning: implicit declaration of function 'get_data_dir' /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c:55: warning: passing argument 1 of 'g_build_filename' makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c: In function 'fluidsynth_feed_midi': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c:126: warning: pointer targets in passing argument 2 of 'fluid_synth_sysex' differ in signedness /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c: In function 'choose_sound_font': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fluid.c:165: warning: unused variable 'filter' i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/libaudiobackend_a-fluid.Tpo .deps/libaudiobackend_a-fluid.Po rm -f libaudiobackend.a i686-mingw32-ar cru libaudiobackend.a libaudiobackend_a-audiointerface.o libaudiobackend_a-eventqueue.o libaudiobackend_a-dummybackend.o libaudiobackend_a-jackbackend.o libaudiobackend_a-jackutil.o libaudiobackend_a-ringbuffer.o libaudiobackend_a-portaudiobackend.o libaudiobackend_a-portaudioutil.o libaudiobackend_a-portmidibackend.o libaudiobackend_a-portmidiutil.o libaudiobackend_a-alsabackend.o libaudiobackend_a-fluid.o i686-mingw32-ranlib libaudiobackend.a i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT denemo_types.o -MD -MP -MF .deps/denemo_types.Tpo -c -o denemo_types.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/denemo_types.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/denemo_types.Tpo .deps/denemo_types.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT commands.o -MD -MP -MF .deps/commands.Tpo -c -o commands.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/commands.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/commands.Tpo .deps/commands.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT calculatepositions.o -MD -MP -MF .deps/calculatepositions.Tpo -c -o calculatepositions.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/calculatepositions.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/calculatepositions.Tpo .deps/calculatepositions.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT changenotehead.o -MD -MP -MF .deps/changenotehead.Tpo -c -o changenotehead.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/changenotehead.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/changenotehead.c: In function 'set_notehead': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/changenotehead.c:126: warning: passing argument 1 of 'gtk_combo_box_set_active' from incompatible pointer type i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/changenotehead.Tpo .deps/changenotehead.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT chordops.o -MD -MP -MF .deps/chordops.Tpo -c -o chordops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/chordops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/chordops.Tpo .deps/chordops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT clefdialog.o -MD -MP -MF .deps/clefdialog.Tpo -c -o clefdialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/clefdialog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/clefdialog.Tpo .deps/clefdialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT commandfuncs.o -MD -MP -MF .deps/commandfuncs.Tpo -c -o commandfuncs.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/commandfuncs.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/commandfuncs.Tpo .deps/commandfuncs.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT contexts.o -MD -MP -MF .deps/contexts.Tpo -c -o contexts.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/contexts.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/contexts.Tpo .deps/contexts.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT draw.o -MD -MP -MF .deps/draw.Tpo -c -o draw.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/draw.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/draw.Tpo .deps/draw.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawaccidentals.o -MD -MP -MF .deps/drawaccidentals.Tpo -c -o drawaccidentals.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawaccidentals.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawaccidentals.Tpo .deps/drawaccidentals.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawclefs.o -MD -MP -MF .deps/drawclefs.Tpo -c -o drawclefs.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawclefs.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawclefs.Tpo .deps/drawclefs.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawcursor.o -MD -MP -MF .deps/drawcursor.Tpo -c -o drawcursor.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawcursor.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawcursor.Tpo .deps/drawcursor.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawkey.o -MD -MP -MF .deps/drawkey.Tpo -c -o drawkey.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawkey.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawkey.Tpo .deps/drawkey.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawdynamic.o -MD -MP -MF .deps/drawdynamic.Tpo -c -o drawdynamic.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawdynamic.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawdynamic.Tpo .deps/drawdynamic.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawnotes.o -MD -MP -MF .deps/drawnotes.Tpo -c -o drawnotes.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawnotes.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawnotes.Tpo .deps/drawnotes.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawselection.o -MD -MP -MF .deps/drawselection.Tpo -c -o drawselection.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawselection.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawselection.Tpo .deps/drawselection.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawstemdir.o -MD -MP -MF .deps/drawstemdir.Tpo -c -o drawstemdir.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawstemdir.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawstemdir.Tpo .deps/drawstemdir.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawtimesig.o -MD -MP -MF .deps/drawtimesig.Tpo -c -o drawtimesig.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawtimesig.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawtimesig.Tpo .deps/drawtimesig.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawtuplets.o -MD -MP -MF .deps/drawtuplets.Tpo -c -o drawtuplets.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawtuplets.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawtuplets.Tpo .deps/drawtuplets.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawlyric.o -MD -MP -MF .deps/drawlyric.Tpo -c -o drawlyric.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawlyric.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawlyric.Tpo .deps/drawlyric.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT dynamic.o -MD -MP -MF .deps/dynamic.Tpo -c -o dynamic.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/dynamic.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/dynamic.Tpo .deps/dynamic.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawfigure.o -MD -MP -MF .deps/drawfigure.Tpo -c -o drawfigure.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawfigure.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawfigure.Tpo .deps/drawfigure.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT exportabc.o -MD -MP -MF .deps/exportabc.Tpo -c -o exportabc.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/exportabc.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/exportabc.Tpo .deps/exportabc.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT exportlilypond.o -MD -MP -MF .deps/exportlilypond.Tpo -c -o exportlilypond.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/exportlilypond.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/exportlilypond.Tpo .deps/exportlilypond.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT articulations.o -MD -MP -MF .deps/articulations.Tpo -c -o articulations.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/articulations.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/articulations.Tpo .deps/articulations.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT exportxml.o -MD -MP -MF .deps/exportxml.Tpo -c -o exportxml.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/exportxml.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/exportxml.Tpo .deps/exportxml.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/file.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/file.Tpo .deps/file.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT hairpin.o -MD -MP -MF .deps/hairpin.Tpo -c -o hairpin.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/hairpin.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/hairpin.Tpo .deps/hairpin.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT help.o -MD -MP -MF .deps/help.Tpo -c -o help.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/help.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/help.Tpo .deps/help.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT importxml.o -MD -MP -MF .deps/importxml.Tpo -c -o importxml.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/importxml.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/importxml.Tpo .deps/importxml.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT importmusicxml.o -MD -MP -MF .deps/importmusicxml.Tpo -c -o importmusicxml.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/importmusicxml.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/importmusicxml.Tpo .deps/importmusicxml.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT importmidi.o -MD -MP -MF .deps/importmidi.Tpo -c -o importmidi.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/importmidi.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/importmidi.Tpo .deps/importmidi.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT kbd-custom.o -MD -MP -MF .deps/kbd-custom.Tpo -c -o kbd-custom.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/kbd-custom.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/kbd-custom.Tpo .deps/kbd-custom.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT kbd-interface.o -MD -MP -MF .deps/kbd-interface.Tpo -c -o kbd-interface.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/kbd-interface.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/kbd-interface.Tpo .deps/kbd-interface.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT keyresponses.o -MD -MP -MF .deps/keyresponses.Tpo -c -o keyresponses.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/keyresponses.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/keyresponses.Tpo .deps/keyresponses.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT keysigdialog.o -MD -MP -MF .deps/keysigdialog.Tpo -c -o keysigdialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/keysigdialog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/keysigdialog.Tpo .deps/keysigdialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT figure.o -MD -MP -MF .deps/figure.Tpo -c -o figure.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/figure.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/figure.Tpo .deps/figure.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/main.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/main.c: In function 'main': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/main.c:327: warning: initialization discards qualifiers from pointer target type /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/main.c:328: warning: initialization discards qualifiers from pointer target type i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/main.Tpo .deps/main.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT measureops.o -MD -MP -MF .deps/measureops.Tpo -c -o measureops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/measureops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/measureops.Tpo .deps/measureops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT moveviewport.o -MD -MP -MF .deps/moveviewport.Tpo -c -o moveviewport.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/moveviewport.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/moveviewport.Tpo .deps/moveviewport.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT mousing.o -MD -MP -MF .deps/mousing.Tpo -c -o mousing.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/mousing.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/mousing.Tpo .deps/mousing.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT barline.o -MD -MP -MF .deps/barline.Tpo -c -o barline.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/barline.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/barline.Tpo .deps/barline.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT view.o -MD -MP -MF .deps/view.Tpo -c -o view.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/view.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/view.Tpo .deps/view.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT http.o -MD -MP -MF .deps/http.Tpo -c -o http.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/http.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/http.Tpo .deps/http.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT mwidthdialog.o -MD -MP -MF .deps/mwidthdialog.Tpo -c -o mwidthdialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/mwidthdialog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/mwidthdialog.Tpo .deps/mwidthdialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT objops.o -MD -MP -MF .deps/objops.Tpo -c -o objops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/objops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/objops.Tpo .deps/objops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT exportmidi.o -MD -MP -MF .deps/exportmidi.Tpo -c -o exportmidi.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/exportmidi.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/exportmidi.Tpo .deps/exportmidi.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT instrumentname.o -MD -MP -MF .deps/instrumentname.Tpo -c -o instrumentname.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/instrumentname.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/instrumentname.Tpo .deps/instrumentname.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/external.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/external.Tpo .deps/external.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/source.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/source.Tpo .deps/source.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT sourceaudio.o -MD -MP -MF .deps/sourceaudio.Tpo -c -o sourceaudio.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/sourceaudio.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/sourceaudio.Tpo .deps/sourceaudio.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT scorelayout.o -MD -MP -MF .deps/scorelayout.Tpo -c -o scorelayout.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/scorelayout.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/scorelayout.Tpo .deps/scorelayout.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT playback.o -MD -MP -MF .deps/playback.Tpo -c -o playback.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/playback.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/playback.c:77: warning: conflicting types for 'stop_midi_playback' /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/playback.c:73: warning: previous implicit declaration of 'stop_midi_playback' was here i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/playback.Tpo .deps/playback.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawfakechord.o -MD -MP -MF .deps/drawfakechord.Tpo -c -o drawfakechord.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawfakechord.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawfakechord.Tpo .deps/drawfakechord.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT fakechord.o -MD -MP -MF .deps/fakechord.Tpo -c -o fakechord.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/fakechord.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/fakechord.Tpo .deps/fakechord.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT playbackprops.o -MD -MP -MF .deps/playbackprops.Tpo -c -o playbackprops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/playbackprops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/playbackprops.Tpo .deps/playbackprops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT prefdialog.o -MD -MP -MF .deps/prefdialog.Tpo -c -o prefdialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/prefdialog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/prefdialog.Tpo .deps/prefdialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT prefops.o -MD -MP -MF .deps/prefops.Tpo -c -o prefops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/prefops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/prefops.Tpo .deps/prefops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT processstaffname.o -MD -MP -MF .deps/processstaffname.Tpo -c -o processstaffname.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/processstaffname.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/processstaffname.Tpo .deps/processstaffname.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT lyric.o -MD -MP -MF .deps/lyric.Tpo -c -o lyric.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/lyric.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/lyric.Tpo .deps/lyric.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT scoreops.o -MD -MP -MF .deps/scoreops.Tpo -c -o scoreops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/scoreops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/scoreops.Tpo .deps/scoreops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT scoreprops.o -MD -MP -MF .deps/scoreprops.Tpo -c -o scoreprops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/scoreprops.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/scoreprops.c: In function 'setpaperconfig': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/scoreprops.c:79: warning: passing argument 1 of 'gtk_combo_box_get_active_text' from incompatible pointer type /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/scoreprops.c:82: warning: passing argument 1 of 'gtk_combo_box_get_active_text' from incompatible pointer type i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/scoreprops.Tpo .deps/scoreprops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT selectops.o -MD -MP -MF .deps/selectops.Tpo -c -o selectops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/selectops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/selectops.Tpo .deps/selectops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT staffops.o -MD -MP -MF .deps/staffops.Tpo -c -o staffops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/staffops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/staffops.Tpo .deps/staffops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT staffpropdialog.o -MD -MP -MF .deps/staffpropdialog.Tpo -c -o staffpropdialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/staffpropdialog.c In file included from /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/staffpropdialog.c:22: /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile/sf_util.h:25:1: warning: "DEBUG" redefined :1:1: warning: this is the location of the previous definition i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/staffpropdialog.Tpo .deps/staffpropdialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawbarline.o -MD -MP -MF .deps/drawbarline.Tpo -c -o drawbarline.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawbarline.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawbarline.Tpo .deps/drawbarline.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT slurs.o -MD -MP -MF .deps/slurs.Tpo -c -o slurs.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/slurs.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/slurs.Tpo .deps/slurs.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT timedialog.o -MD -MP -MF .deps/timedialog.Tpo -c -o timedialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/timedialog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/timedialog.Tpo .deps/timedialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT tomeasuredialog.o -MD -MP -MF .deps/tomeasuredialog.Tpo -c -o tomeasuredialog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/tomeasuredialog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/tomeasuredialog.Tpo .deps/tomeasuredialog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT tupletops.o -MD -MP -MF .deps/tupletops.Tpo -c -o tupletops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/tupletops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/tupletops.Tpo .deps/tupletops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/utils.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/utils.c: In function 'run_file_association': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/utils.c:88: warning: comparison between pointer and integer i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/utils.Tpo .deps/utils.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT graceops.o -MD -MP -MF .deps/graceops.Tpo -c -o graceops.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/graceops.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/graceops.Tpo .deps/graceops.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT runsilent.o -MD -MP -MF .deps/runsilent.Tpo -c -o runsilent.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/runsilent.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/runsilent.Tpo .deps/runsilent.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawgrace.o -MD -MP -MF .deps/drawgrace.Tpo -c -o drawgrace.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawgrace.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawgrace.Tpo .deps/drawgrace.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT print.o -MD -MP -MF .deps/print.Tpo -c -o print.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:63: warning: initialization makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:64: warning: initialization makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:90: warning: initialization makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'open_viewer': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:429: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:436: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'run_lilypond': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:529: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:531: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:533: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:535: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'stop_lilypond': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:585: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:587: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'print_finished': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:722: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'printpng_finished': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:736: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'printpdf_finished': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:748: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'export_pdf': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:877: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'print_and_view': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:888: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:890: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'printview_finished': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:1235: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'thumb_finished': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:1372: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:1418: warning: assignment makes pointer from integer without a cast /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'create_thumbnail': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:1441: warning: comparison between pointer and integer /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c: In function 'retypeset': /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/print.c:2320: warning: comparison between pointer and integer i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/print.Tpo .deps/print.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT texteditors.o -MD -MP -MF .deps/texteditors.Tpo -c -o texteditors.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/texteditors.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/texteditors.Tpo .deps/texteditors.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT binreloc.o -MD -MP -MF .deps/binreloc.Tpo -c -o binreloc.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/binreloc.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/binreloc.Tpo .deps/binreloc.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT bookmarks.o -MD -MP -MF .deps/bookmarks.Tpo -c -o bookmarks.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/bookmarks.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/bookmarks.Tpo .deps/bookmarks.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT parseinstruments.o -MD -MP -MF .deps/parseinstruments.Tpo -c -o parseinstruments.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/parseinstruments.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/parseinstruments.Tpo .deps/parseinstruments.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT keyboard.o -MD -MP -MF .deps/keyboard.Tpo -c -o keyboard.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/keyboard.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/keyboard.Tpo .deps/keyboard.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT pitchentry.o -MD -MP -MF .deps/pitchentry.Tpo -c -o pitchentry.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/pitchentry.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/pitchentry.Tpo .deps/pitchentry.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT pitchrecog.o -MD -MP -MF .deps/pitchrecog.Tpo -c -o pitchrecog.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/pitchrecog.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/pitchrecog.Tpo .deps/pitchrecog.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT drawlilydir.o -MD -MP -MF .deps/drawlilydir.Tpo -c -o drawlilydir.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/drawlilydir.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/drawlilydir.Tpo .deps/drawlilydir.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT lilydirectives.o -MD -MP -MF .deps/lilydirectives.Tpo -c -o lilydirectives.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/lilydirectives.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/lilydirectives.Tpo .deps/lilydirectives.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT displayanimation.o -MD -MP -MF .deps/displayanimation.Tpo -c -o displayanimation.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/displayanimation.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/displayanimation.Tpo .deps/displayanimation.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT midi.o -MD -MP -MF .deps/midi.Tpo -c -o midi.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/midi.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/midi.Tpo .deps/midi.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT audiocapture.o -MD -MP -MF .deps/audiocapture.Tpo -c -o audiocapture.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/audiocapture.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/audiocapture.Tpo .deps/audiocapture.Po i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -DHAVE_CONFIG_H -I. -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src -I.. -I../intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/intl -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/include -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsmf -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/portmidi/pm_win -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/libsffile -I/home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/pixmaps -DPREFIX=\"/usr\" -DBINDIR=\"/usr/bin\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/usr/etc/denemo/\" -DPKGDATADIR=\"/usr/share/denemo/\" -DDATAROOTDIR=\"/usr/share/\" -DPKGNAME=\"denemo\" -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -MT screenshot.o -MD -MP -MF .deps/screenshot.Tpo -c -o screenshot.o /home/rshann/gub/target/mingw/src/denemo-1.0.0.~rc.6/src/screenshot.c i686-mingw32-gcc: -lgthread-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lglib-2.0: linker input file unused because linking not done i686-mingw32-gcc: -lintl: linker input file unused because linking not done i686-mingw32-gcc: -lsndfile: linker input file unused because linking not done mv -f .deps/screenshot.Tpo .deps/screenshot.Po /bin/bash ../libtool --tag=CC --mode=link i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument -o denemo.exe denemo_types.o commands.o calculatepositions.o changenotehead.o chordops.o clefdialog.o commandfuncs.o contexts.o draw.o drawaccidentals.o drawclefs.o drawcursor.o drawkey.o drawdynamic.o drawnotes.o drawselection.o drawstemdir.o drawtimesig.o drawtuplets.o drawlyric.o dynamic.o drawfigure.o exportabc.o exportlilypond.o articulations.o exportxml.o file.o hairpin.o help.o importxml.o importmusicxml.o importmidi.o kbd-custom.o kbd-interface.o keyresponses.o keysigdialog.o figure.o main.o measureops.o moveviewport.o mousing.o barline.o view.o http.o mwidthdialog.o objops.o exportmidi.o instrumentname.o external.o source.o sourceaudio.o scorelayout.o playback.o drawfakechord.o fakechord.o playbackprops.o prefdialog.o prefops.o processstaffname.o lyric.o scoreops.o scoreprops.o selectops.o staffops.o staffpropdialog.o drawbarline.o slurs.o timedialog.o tomeasuredialog.o tupletops.o utils.o graceops.o runsilent.o drawgrace.o print.o texteditors.o binreloc.o bookmarks.o parseinstruments.o keyboard.o pitchentry.o pitchrecog.o drawlilydir.o lilydirectives.o displayanimation.o midi.o audiocapture.o screenshot.o -lintl ../libsmf/libsmf.a libaudiobackend.a ../portmidi/libportmidi.a ../libsffile/libsffile.a -L/home/rshann/gub/target/mingw/root/usr/lib -L/home/rshann/gub/target/mingw/root/usr/bin -L/home/rshann/gub/target/mingw/root/usr/lib/w32api -lguile -lregex -lgmp -lws2_32 -lm -lltdl -L/home/rshann/gub/target/mingw/root/usr/lib -lxml2 -L/home/rshann/gub/target/mingw/root/usr/lib -lrsvg-2 -lgdk_pixbuf-2.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lfontconfig -L/home/rshann/gub/target/mingw/root/usr/lib -lgthread-2.0 -lglib-2.0 -lintl -L/home/rshann/gub/target/mingw/root/usr/lib -lsndfile -Wl,-luuid -L/home/rshann/gub/target/mingw/root/usr/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangowin32-1.0 -lgdi32 -lfreetype -lfontconfig -lpango-1.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-luuid -L/home/rshann/gub/target/mingw/root/usr/lib -lgtksourceview-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangowin32-1.0 -lgdi32 -lfreetype -lfontconfig -lpango-1.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -Wl,-luuid -L/home/rshann/gub/target/mingw/root/usr/lib -levview -levdocument -lgthread-2.0 -lgtk-win32-2.0 -lgdk-win32-2.0 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangowin32-1.0 -lgdi32 -lfreetype -lfontconfig -lpango-1.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -D_HAVE_FLUIDSYNTH_ -L/home/rshann/gub/target/mingw/root/usr/lib -lfluidsynth -L/home/rshann/gub/target/mingw/root/usr/lib -lportaudio -lwinmm -lm -lole32 -luuid -L/home/rshann/gub/target/mingw/root/usr/lib -laubio -L/home/rshann/gub/target/mingw/root/usr/lib -lfftw3 -lm -D_HAVE_X11_ libtool: link: i686-mingw32-gcc -mms-bitfields -D_HAVE_PORTMIDI_ -DWIN32 -D_WINDOWS -D_DEBUG -DPM_CHECK_ERRORS=0 -DDEBUG -I/home/rshann/gub/target/mingw/root/usr/include/evince/2.30 -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/libxml2 -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/librsvg-2 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/gtksourceview-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -I/home/rshann/gub/target/mingw/root/usr/include -mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include/gtk-2.0 -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 -I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include -I/home/rshann/gub/target/mingw/root/usr/lib/gtk-2.0/include -I/home/rshann/gub/target/mingw/root/usr/include/atk-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/cairo -I/home/rshann/gub/target/mingw/root/usr/include/pango-1.0 -I/home/rshann/gub/target/mingw/root/usr/include/freetype2 -D_HAVE_FLUIDSYNTH_ -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_PORTAUDIO_ -mthreads -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -I/home/rshann/gub/target/mingw/root/usr/include -D_HAVE_X11_ -o .libs/denemo.exe denemo_types.o commands.o calculatepositions.o changenotehead.o chordops.o clefdialog.o commandfuncs.o contexts.o draw.o drawaccidentals.o drawclefs.o drawcursor.o drawkey.o drawdynamic.o drawnotes.o drawselection.o drawstemdir.o drawtimesig.o drawtuplets.o drawlyric.o dynamic.o drawfigure.o exportabc.o exportlilypond.o articulations.o exportxml.o file.o hairpin.o help.o importxml.o importmusicxml.o importmidi.o kbd-custom.o kbd-interface.o keyresponses.o keysigdialog.o figure.o main.o measureops.o moveviewport.o mousing.o barline.o view.o http.o mwidthdialog.o objops.o exportmidi.o instrumentname.o external.o source.o sourceaudio.o scorelayout.o playback.o drawfakechord.o fakechord.o playbackprops.o prefdialog.o prefops.o processstaffname.o lyric.o scoreops.o scoreprops.o selectops.o staffops.o staffpropdialog.o drawbarline.o slurs.o timedialog.o tomeasuredialog.o tupletops.o utils.o graceops.o runsilent.o drawgrace.o print.o texteditors.o binreloc.o bookmarks.o parseinstruments.o keyboard.o pitchentry.o pitchrecog.o drawlilydir.o lilydirectives.o displayanimation.o midi.o audiocapture.o screenshot.o -Wl,-luuid -Wl,-luuid -Wl,-luuid -D_HAVE_FLUIDSYNTH_ -D_HAVE_X11_ -L/home/rshann/gub/target/mingw/root/usr/lib -L/home/rshann/gub/target/mingw/root/usr/bin -L/home/rshann/gub/target/mingw/root/usr/lib/w32api ../libsmf/libsmf.a libaudiobackend.a ../portmidi/libportmidi.a ../libsffile/libsffile.a /home/rshann/gub/target/mingw/root/usr/lib/libguile.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libregex.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libgmp.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libltdl.dll.a /home/rshann/gub/target/mingw/root/usr/lib/librsvg-2.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libsndfile.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libgtksourceview-2.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libxml2.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libiconv.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libevview.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libevdocument.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libgtk-win32-2.0.dll.a -lcomdlg32 -lwinspool -lcomctl32 /home/rshann/gub/target/mingw/root/usr/lib/libgdk-win32-2.0.dll.a -limm32 -lshell32 /home/rshann/gub/target/mingw/root/usr/lib/libatk-1.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libgdk_pixbuf-2.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libpangocairo-1.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libgio-2.0.dll.a -lshlwapi -ldnsapi /home/rshann/gub/target/mingw/root/usr/lib/libpangoft2-1.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libpangowin32-1.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libpango-1.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libcairo.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libpixman-1.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libfontconfig.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libfreetype.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libexpat.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libpng12.dll.a -lgdi32 -lmsimg32 -lz /home/rshann/gub/target/mingw/root/usr/lib/libgobject-2.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libgmodule-2.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libfluidsynth.a -ldsound /home/rshann/gub/target/mingw/root/usr/lib/libgthread-2.0.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libglib-2.0.dll.a -lws2_32 /home/rshann/gub/target/mingw/root/usr/lib/libintl.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libportaudio.dll.a -lwinmm -lole32 -luuid /home/rshann/gub/target/mingw/root/usr/lib/libaubio.dll.a /home/rshann/gub/target/mingw/root/usr/lib/libsamplerate.dll.a -lpthread /home/rshann/gub/target/mingw/root/usr/lib/libfftw3.dll.a -mthreads -Wl,-rpath -Wl,/home/rshann/gub/target/mingw/root/usr/lib -Wl,-rpath -Wl,'$'ORIGIN/../lib -Wl,-rpath -Wl,/home/rshann/gub/target/mingw/root/usr/lib libaudiobackend.a(libaudiobackend_a-portmidibackend.o):portmidibackend.c:(.text+0xe6): undefined reference to `_Pt_Start' libaudiobackend.a(libaudiobackend_a-portmidibackend.o):portmidibackend.c:(.text+0x3c6): undefined reference to `_Pt_Stop' libaudiobackend.a(libaudiobackend_a-portmidiutil.o):portmidiutil.c:(.text+0x1e7): undefined reference to `_Pm_GetDefaultOutputDeviceID' libaudiobackend.a(libaudiobackend_a-portmidiutil.o):portmidiutil.c:(.text+0x1f4): undefined reference to `_Pm_GetDefaultInputDeviceID' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0xd2): undefined reference to `_pm_alloc' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x5f3): undefined reference to `_pm_init' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x618): undefined reference to `_pm_term' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0xfbc): undefined reference to `_pm_alloc' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x1042): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x1162): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x122a): undefined reference to `_pm_alloc' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x1272): undefined reference to `_Pt_Started' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x1292): undefined reference to `_Pt_Start' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x129c): undefined reference to `_Pt_Time' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x13c1): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-portmidi.o):portmidi.c:(.text+0x157f): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0x1d): undefined reference to `_pm_alloc' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0x53): undefined reference to `_pm_alloc' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0x97): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0xb1): undefined reference to `_pm_alloc' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0xd1): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0xdc): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0x18f): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0x19d): undefined reference to `_pm_free' ../portmidi/libportmidi.a(libportmidi_a-pmutil.o):pmutil.c:(.text+0x1a8): undefined reference to `_pm_free' collect2: ld returned 1 exit status make[2]: *** [denemo.exe] Error 1 make[2]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6' make: *** [all] Error 2 Command barfed: cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && make Traceback (most recent call last): File "bin/gub", line 233, in exceptional_build build (settings, options, files) File "bin/gub", line 229, in build b.build_source_packages (names) File "bin/../gub/buildrunner.py", line 334, in build_source_packages self.spec_build (spec_name) File "bin/../gub/buildrunner.py", line 262, in spec_build deferred_runner.execute_deferred_commands () File "bin/../gub/runner.py", line 167, in execute_deferred_commands cmd.execute (self.logger) File "bin/../gub/commands.py", line 75, in execute ignore_errors=self.ignore_errors) File "bin/../gub/loggedos.py", line 93, in system raise misc.SystemFailed (m) SystemFailed: Command barfed: cd /home/rshann/gub/target/mingw/build/denemo-1.0.0.~rc.6 && make