Crystal Space
Welcome,
Guest
. Please
login
or
register
.
May 22, 2013, 06:34:21 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
9224
Posts in
2230
Topics by
5385
Members
Latest Member:
Ritatondreau
Crystal Space
Crystal Space Development
Support
Need help starting and understanding manual
« previous
next »
Pages:
[
1
]
2
Author
Topic: Need help starting and understanding manual (Read 11041 times)
love_child
Newbie
Posts: 16
Need help starting and understanding manual
«
on:
June 08, 2006, 07:40:20 pm »
Okay, I tried Windows Visual C++ but the downloads are enormous for someone who has dial up. So I went on to the MInGW/MSYS route to building Crystal Space. As you could tell from the title of this, I can't seem to get it right even when I go word for word from the manual.
When I open MSYS icon, i get the window. Then I am told by the manual to type the directory as cd /work/CS which works but I am not quite sure if i am supposed to press enter here. (I had to move the CS directory to get this far) Then the manual says to type
./configure
make -k all
I don't know how to do this supprisingly. I don't know if I am supposed to press enter after configure to make it go line to line and when i do and type make, I can't do the -k all part of it because it starts thinking like mad before i could type it. If anyone could help, i am using the latest version of MinGW/MSYS and the Pesudos Stable Version of CS. Thanks in advance.
Logged
jorrit
Administrator
Hero Member
Posts: 1703
Re: Need help starting and understanding manual
«
Reply #1 on:
June 08, 2006, 07:57:46 pm »
After typing ./configure you press enter and wait until it finishes.
Then you type make -k all and press enter. Then you wait and make coffee
Greetings,
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #2 on:
June 08, 2006, 08:02:45 pm »
Okay, that helped a little bit, but now i ran into another thing, when I type ./configure i found out that it thinks after that thanks to you, but when i type in make -k all, it gives me an error message, could you help me figure that out now?
Logged
jorrit
Administrator
Hero Member
Posts: 1703
Re: Need help starting and understanding manual
«
Reply #3 on:
June 08, 2006, 08:39:40 pm »
Well I need to know the error message you get.
Greetings,
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #4 on:
June 08, 2006, 09:05:26 pm »
okay, i type the make -k all and it says make: *** No rule to make target 'all' .
then I try it with make -k and it says make: No targets specified and no makefile found. Stop.
I also try with make and make all and i just get simular messages.
If you could get me going from there, i would be very thankful.
Logged
jorrit
Administrator
Hero Member
Posts: 1703
Re: Need help starting and understanding manual
«
Reply #5 on:
June 08, 2006, 09:06:18 pm »
If you get that errot then configure failed. Show me the complete output of configure.
Greetings,
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #6 on:
June 08, 2006, 09:15:29 pm »
what do you mean by the complete output of the configure? I can't seem to copy and paste any of it.
Logged
jorrit
Administrator
Hero Member
Posts: 1703
Re: Need help starting and understanding manual
«
Reply #7 on:
June 08, 2006, 09:29:27 pm »
um...
This is going to be difficult. Crystal Space is a rather complicated program to use. You seem to have troubles with the basic working of commandline and such. It is going to be very hard to proceed here. Are you really sure you want to continue with this? What is it you want to do with Crystal Space in the end?
Greetings,
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #8 on:
June 08, 2006, 09:38:03 pm »
Well, I want to make games as you would probably expect. I know I may seem like a real tard when it comes to coding right now, but i will learn, so please don't give up on me yet. I would like to continue to try to make a game and I don't have much money so it has to be free, if you could still think of something, i would greatly appreciate it.
Logged
jorrit
Administrator
Hero Member
Posts: 1703
Re: Need help starting and understanding manual
«
Reply #9 on:
June 08, 2006, 09:39:33 pm »
Well I recommend you first try to get comfortable with msys. Finding out how to copy/paste stuff shouldn't be too hard. You basically select with the mouse and then ctrl-v somewhere else. I'm still interested in that configure output.
Greetings,
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #10 on:
June 08, 2006, 09:49:05 pm »
Okay, i seemed to have gotten the copy and paste to work, now what it says is as follows:
Owner@YOUR-8136243806 /c/work/CS
$ ./configure
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whet
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #11 on:
June 08, 2006, 09:50:51 pm »
sorry, the last thing didn't get all of it, the real is as follows:
Owner@YOUR-8136243806 /c/work/CS
$ ./configure
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Logged
jorrit
Administrator
Hero Member
Posts: 1703
Re: Need help starting and understanding manual
«
Reply #12 on:
June 08, 2006, 09:53:04 pm »
Seems your mingw installation was not ok. What did you install exactly?
Greetings,
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #13 on:
June 08, 2006, 09:59:16 pm »
that could be it, now that i think about it, i installed the latest realease of minGW like the 5.0.0 or something like that, but my dad who isn't that great with computers and can't really understand much closed out of it with the x on the screen but it is there on the program list, but i will try reinstalling the whole thing and get back to you, and thanks jorrit, your now my friend.
Logged
love_child
Newbie
Posts: 16
Re: Need help starting and understanding manual
«
Reply #14 on:
June 08, 2006, 10:11:10 pm »
Okay, bad news, that didn't work, do you think that i might need to try downgrading to a less recent MinGW?
Logged
Pages:
[
1
]
2
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Crystal Space Development
-----------------------------
=> General Crystal Space Discussion
=> Support
-----------------------------
Crystal Space Project Development
-----------------------------
=> Feature Requests
=> Plugins
=> Bug Reports
-----------------------------
Crystal Space Development
-----------------------------
=> Game Content Creation
-----------------------------
Miscellaneous
-----------------------------
=> Article/Tutorial Requests
=> Article/Tutorial Discussion
-----------------------------
Crystal Space Project Development
-----------------------------
=> Development Discussion
-----------------------------
Crystal Space Projects
-----------------------------
=> Project Discussion
=> WIP Projects
=> Finished Projects
-----------------------------
Associate Projects
-----------------------------
=> CEL Discussion
=> Crystal Core Discussion
=> CrystalBlend Discussion
-----------------------------
Crystal Space Project Development
-----------------------------
=> Google Summer of Code
-----------------------------
Associate Projects
-----------------------------
=> Apricot (Open Game)
=> Ares Project
Loading...