X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sun, 20 Jan 2013 20:36:42 -0500 Message-Id: <201301210136.r0L1ag99000827@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (message from Kai-Martin Knaak on Mon, 21 Jan 2013 02:31:43 +0100) Subject: Re: [geda-user] crosscompile for windows with minipack References: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > libtool: link: Continuing, but uninstalled executables may not work. > \------------- > By "many" I mean literarally thousends. Anything I can or should do I get lots of these too. > -- Is there something I can do about the tool buttons? It's a GDK bug. You need to run gdk-pixbuf-query-loaders after setting the GDK_PIXBUF_MODULE_FILE file. I have this in my geda-runtime.nsi: SetOutPath "$INSTDIR\bin" System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("GDK_PIXBUF_MODULE_FILE", "$INSTDIR\bin\loaders.cache").r0' ExecWait '"$INSTDIR\bin\gdk-pixbuf-query-loaders.exe" "--update-cache"'