First post, by jwrichards
I can't figure this out.
I install MinGW-3.2.0-rc-3.exe on d:\
then install MSYS-1.0.9.exe.
So, final structure looks like:
d:\MinGW
d:\MSys\1.0\MinGW (I copied all the MinGW files here...don't know why)
d:\Msys\1.0\home\James\newcvs\
This is where I have the SDL (1.2.đ and the latest CVS with my one small change.
alright, './configure'
==============================
James@BRAIN ~/newcvs/sdl
$ ./configure
checking build system type... i686-pc-mingw32
checking ..........
....................SHORTENED GREATLY.............
..................................depfiles commands
config.status: executing default commands
====================================
now....I 'make'
====================================
James@BRAIN ~/newcvs/sdl
$ make
Making all in src
make[1]: Entering directory `/home/James/newcvs/sdl/src'
Making all in main.................................
.................SHORTENED.......................
..........................directory `/home/James/newcvs/sdl'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/James/newcvs/sdl'
=========================================
Looks like it is all working okay...
now to run make install
=========================================
James@BRAIN ~/newcvs/sdl
$ make install
Making install in src
make[1]: Entering directory `/home/James/newcvs/sdl/src'
Making install in main
...........................directory `/home/James/newcvs/sdl/src/main'
......................SHORTENED........................
............. Leaving directory `/home/James/newcvs/sdl'
make[1]: Leaving directory `/home/James/newcvs/sdl'
==========================================
looks like everything is working just fine, now onto dosbox
James@BRAIN ~/newcvs
$ ls
SDL SDL-1.2.8.zip dosbox dosboxsource.zip
James@BRAIN ~/newcvs
$ cd dosbox
James@BRAIN ~/newcvs/dosbox
$ PATH=d/msys/1.0/home/James/newcvs/SDL
James@BRAIN ~/newcvs/dosbox
$ ./configure
sh: ./configure: No such file or directory
now....I know I'm missing something somewhere...somehow....it may even be rightr under my nose. In a frantic search of the message boardds and various guides.........nothing I can find. I'm thinking of trying this again with M$ VS Studio 6 Enterprise instead, but I need to know what i'm doing wrong so that I don't end up in the same situation....
Any takers???
I'm setting up a webpage with all the code from the msys screen so if there's something I missed there....
uhmmm......only 640k, huh?