10 Oct 03:57
Re: trying to build msys from source
> Sorry, I forgot to include the building instructions. > > Before building MSYS, you must create an MSYS build environment. > Currently, the best resource is: > > HOWTO Create an MSYS Build Environment > http://www.mingw.org/node/43 ah thanks... well I have it building more healthily after that. however now I have some actual build errors. ../../../../source/winsup/cygwin/tty.cc: In method `int tty_list::allocate_tty(int)': ../../../../source/winsup/cygwin/tty.cc:217: implicit declaration of function `int GetConsoleWindow(...)' ../../../../source/winsup/cygwin/tty.cc:217: assignment to `HWND__ *' from `int' lacks a cast make[2]: *** [tty.o] Error 1 make[2]: Leaving directory `/c/PortableGNU/src/msysCORE-1.0.11-20080826/src/MSYS-1.0.11-20080821/build/i686-pc-msys/winsup/cygwin' make[1]: *** [cygwin] Error 2 make[1]: Leaving directory `/c/PortableGNU/src/msysCORE-1.0.11-20080826/src/MSYS-1.0.11-20080821/build/i686-pc-msys/winsup' make: *** [all-target-winsup] Error 2 extra info $ gcc -v Reading specs from /bin/../lib/gcc-lib/i686-pc-msys/2.95.3-1/specs gcc version 2.95.3 hmm.... is this supposed to be building with 2.9.5? I have 3.4.5 installed. $ ld -v GNU ld version 2.17.50 20060824 $ uname -a MSYS_NT-5.1 SLAVE-2 1.0.11(0.46/3/2) 2008-08-25 23:40 i686 Msys -- Caleb Cushing ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
RSS Feed