On Wed, Jan 08, 2014, [email protected] wrote:
> I brought up a MS CMD console and ran the followingm, which I think is what 
> you meant by the "corresponding exe files".
> 
> C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\fc-cache
> 
> C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\pango-querymodules.exe
>  > C:\cygwin\opt\windows_32\etc\pango\pango.modules
> 
> C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\gdk-pixbuf-query-loaders
>  --update-cache
> 
> C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\gdk-query-immodules-2.0
>  --update-cache
> 
> C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>C:\cygwin\opt\windows_32\bin\gtk-query-immodules-2.0
>  --update-cache
> 
> C:\win-apps\yypkg\win-builds-bundle\win-builds-bundle>
> 
>   ---
> 
> Since no error messages were displayed I assume that these ran o.k., but they 
> ran very fast, so I can't guarantee successfull completion.  Does Microsoft 
> Windows have a return code code variable, like we do in the Unix world -->   
> $?   ?
> 
> 
> If the above were successfull, then I'd say that the problem was most likely 
> a cygwin environment conflict. 
> 
> How does it look to you?

Thanks for the test.

You can easily test that these commands succeed by running "gtk-demo"
and "elementary-config" (or elementary-test).
Without these commands, gtk-demo is unable to display any character and
will instead show squares. As for elementary-config, it would take a
longer time to start (that one might be difficult to assess since on
windows XP, it's actually fast and you can't compare before/after).

Another thing you can do is run these:
  fc-cache -v
  pango-querymodules
  gdk-pixbuf-query-loaders
  gtk-query-immodules

If you get output on screen, you're good: the --update-cache argument is
mostly equivalent to redirecting their output to a given file. Without
it, you will get the output on stdout.

-- 
Adrien Nader

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to