On Sun, Jun 7, 2009 at 10:00 AM, Duncan<1i5t5.dun...@cox.net> wrote: > Mark Knecht <markkne...@gmail.com> posted > 5bdc1c8b0906070910n3d59f6wd36125b003d1e...@mail.gmail.com, excerpted > below, on Sun, 07 Jun 2009 09:10:47 -0700: > >> m...@lightning ~/Desktop/scte65scan-0.3b1 $ make -f Makefile.fltk-hdhr >> i386-mingw32msvc-g++ -O2 -DHDHR -I./libhdhomerun -DUSEFLTK `fltk-config >> --cxxflags` -c fltkgui.cxx >> /bin/sh: i386-mingw32msvc-g++: command not found >> make: *** [fltkgui.o] Error 127 >> m...@lightning ~/Desktop/scte65scan-0.3b1 $ >> >> m...@lightning ~ $ equery belongs mingw32 >> [ Searching for file(s) mingw32 in *... ] >> m...@lightning ~ $ > > Try esearch, or emerge -S, or... > > $ esearch mingw > [ Results for search key : mingw ] > [ Applications found : 1 ] > > * dev-util/mingw-runtime [ Masked ] > Latest version available: 3.15.2 > Latest version installed: [ Not Installed ] > Size of downloaded files: 431 kB > Homepage: http://www.mingw.org/ > Description: Free Win32 runtime and import library definitions > License: BSD > > Presumably that's what you need, tho it appears to need to be run in a > Win32 environment and I really haven't the foggiest how that works. > Perhaps the idea is to install cygwin and run it there. Alternatively, > maybe it runs in wine. I really don't know, as I no longer do Windows. > > FWIW: > > $ esearch cygwin > [ Results for search key : cygwin ] > [ Applications found : 1 ] > > * dev-libs/cygwin [ Masked ] > Latest version available: 1.5.25.15 > Latest version installed: [ Not Installed ] > Size of downloaded files: 13,810 kB > Homepage: http://cygwin.com/ > Description: Linux-like environment for Windows > License: GPL-2 > > -- > Duncan - List replies preferred. No HTML msgs. > "Every nonfree program has a lord, a master -- > and if you use the program, he is your master." Richard Stallman
Thanks Duncan. I did find this package earlier, but it's just a name to me. I do run Cygwin on this machine when it's in Windows so I have a (Very) small amount of experience with that. Talking with this developer it seems it will probably be easier to let him create Windows executables and I'll test only those, leaving all this tool chain stuff to folks who know more than I do. Cheers, Mark