Download a cvs Folder

All the inane chatter goes in here. If you're curious about whether we will support a game, post HERE not in General Discussion :)

Moderator: ScummVM Team

Toto3310
Posts: 17
Joined: Fri Dec 30, 2005 2:22 pm

Download a cvs Folder

Post by Toto3310 »

Hi,
I'm trying to download a the residual cvs folder to build it on my mac but i'm getting bored and i don't know how just download the entire folder.
Hope You could help me
See you :)
User avatar
olki
ScummVM Developer
Posts: 36
Joined: Wed Sep 21, 2005 1:14 pm
Location: Cardiff, UK

Post by olki »

Assuming you have Xcode installed, you should be able to use cvs. In order to download residual, you will need to type in:

Code: Select all

cvs -z3 -d:pserver:anonymous@cvs.sf.net/cvsroot/scummvm co residual
User avatar
dreammaster
ScummVM Developer
Posts: 554
Joined: Fri Nov 04, 2005 2:16 am
Location: San Jose, California, USA

Post by dreammaster »

Is anyone else having problems with anonymous SourceForge CVS access at the moment? I'm no expert on CVS; I use TortoiseCVS for Windows, and now trying to update my previously checked out copy fails, as does trying to check out the module from scratch. I get the following error when TortoiseCVS trys to check out ScummVM:

Code: Select all

In F:\temp: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "-P" "scummvm"
CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scummvm

cvs.exe [checkout aborted]: Error reading from server cvs.sourceforge.net: 0: No such file or directory
Has there been some sort of directory restructure on SF that hasn't been reflected in the documents yet? I tried playing around with the repository folder and even used the cvs.exe manually, but I haven't been able to get it to work.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

I've been having the same problems (using TortoiseCVS). Seems to be a problem with SourceForge these days
Toto3310
Posts: 17
Joined: Fri Dec 30, 2005 2:22 pm

Post by Toto3310 »

Thanks a lot i have easyily download the cvs folder with your command but now i have troubles to make the file i try with differents options but there is allways an Error whixh stop me. :(
User avatar
joostp
ScummVM Developer
Posts: 490
Joined: Wed Sep 21, 2005 3:55 pm

Post by joostp »

Toto3310 wrote:Thanks a lot i have easyily download the cvs folder with your command but now i have troubles to make the file i try with differents options but there is allways an Error whixh stop me. :(
http://www.catb.org/~esr/faqs/smart-questions.html
Toto3310
Posts: 17
Joined: Fri Dec 30, 2005 2:22 pm

Post by Toto3310 »

I know i have to post my errors if i expect some help but i thinks there are too much errors to esperate help :lol:
The last i had which make me stop the make is :

Code: Select all

"walkplane.d",-MQ,"walkplane.o",-MP -c walkplane.cpp -o walkplane.o
/bin/sh: line 1: sdl-config: command not found
In file included from walkplane.cpp:19:
walkplane.h:25:17: error: SDL.h: No such file or directory
make: *** [walkplane.o] Error 1
make: Target `residual' not remade because of errors.
:?:
User avatar
joostp
ScummVM Developer
Posts: 490
Joined: Wed Sep 21, 2005 3:55 pm

Post by joostp »

Looks like you don't have the SDL development package installed.
Toto3310
Posts: 17
Joined: Fri Dec 30, 2005 2:22 pm

Post by Toto3310 »

Ok seems i fix this problem but i keep having

Code: Select all

/bin/sh: line 1: sdl-config: command not found
I'm looking for answers but if you can help me it will be great
Thanks :)
User avatar
joostp
ScummVM Developer
Posts: 490
Joined: Wed Sep 21, 2005 3:55 pm

Post by joostp »

Apparently sdl-config isn't in your path. How did you install the development headers + libraries?
Toto3310
Posts: 17
Joined: Fri Dec 30, 2005 2:22 pm

Post by Toto3310 »

I didn't do anything particular... Did i forget something ...
clem
Posts: 2159
Joined: Mon Oct 31, 2005 11:14 am

Post by clem »

[removed since it didn't make any sense at all; sorry]
Last edited by clem on Tue Jan 17, 2006 6:00 pm, edited 1 time in total.
User avatar
olki
ScummVM Developer
Posts: 36
Joined: Wed Sep 21, 2005 1:14 pm
Location: Cardiff, UK

Post by olki »

There are two types of SDL for Mac:
a) the one for Xcode
b) the one for unix
The Xcode version will not work. You will need to install the unix version. The easiest way to do this is by using DarwinPorts or Fink.
Toto3310
Posts: 17
Joined: Fri Dec 30, 2005 2:22 pm

Post by Toto3310 »

Ok, i reinstall properly my system and SDL with Fink and now it's work but now i have to find opengl librarys (libGL libGLU) with for mac :)
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

http://www.google.com

It really works
Post Reply