| View previous topic :: View next topic |
| Author |
Message |
racine_20
Joined: 19 Jul 2006 Posts: 19
|
Posted: Thu Jul 20, 2006 7:59 pm Post subject: How to get library from SVN under Win Env ? |
|
|
Hi everybody,
I would like to dev an app with wifi infra funct, but, when I compiled my project, I see that I haven't netlib in my pspsdk ! why ?? god not like me ? I'm a bad boy ? ;)
Anyway ! But where and how can I get it when you work under Win env.
I dev in windows, thus I think i'm not acces to svn
Thank for all
(sorry for the bad english ;) ) |
|
| Back to top |
|
 |
adrahil
Joined: 16 Mar 2006 Posts: 277
|
Posted: Thu Jul 20, 2006 8:21 pm Post subject: |
|
|
Hi!
You can use TortoiseSVN from http://tortoisesvn.sourceforge.net/
Last edited by adrahil on Thu Jul 20, 2006 8:23 pm; edited 1 time in total |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Thu Jul 20, 2006 8:22 pm Post subject: |
|
|
If it's just svn you need, try http://tortoisesvn.tigris.org/. That works just fine.
In general if you're developing under Windows, then you're at the mercy of someone building the cross compilers and generating you a working up-to-date toolchain.
Either install Linux, or get VMWare Server (for free) www.vmware.com and install Linux in a virtual machine.
Jim _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
racine_20
Joined: 19 Jul 2006 Posts: 19
|
Posted: Thu Jul 20, 2006 9:19 pm Post subject: |
|
|
youhouuu !
very good answer everybody, and work nicely !
Thx everybody ;) |
|
| Back to top |
|
 |
ufoz
Joined: 10 Nov 2005 Posts: 86 Location: Tokyo
|
Posted: Thu Jul 20, 2006 10:15 pm Post subject: |
|
|
Ugh, why bother with vmware when svn under cygwin works perfectly?
Unless you have some reason not to use cygwin or something... |
|
| Back to top |
|
 |
racine_20
Joined: 19 Jul 2006 Posts: 19
|
Posted: Thu Jul 20, 2006 10:34 pm Post subject: |
|
|
| +1 for ufoz ;) |
|
| Back to top |
|
 |
Jim

Joined: 02 Jul 2005 Posts: 487 Location: Sydney
|
Posted: Fri Jul 21, 2006 7:38 am Post subject: |
|
|
Up till last week I have been using cygwin, and you're right, svn and the pspsdk work fine there.
It's just when you try to build some 3rd party libraries they expect a real Linux environment that cygwin doesn't quite provide. That gives problems with configure and install scripts that you can't resolve.
So I've recently switched to developing on a Linux install in VMWare. It's just as fast as cygwin, smaller to download, and it's 100% (or close) compatible.
This isn't me telling you that cygwin's crap, because it's not. It's something new that I'm trying and that works OK.
Try it out if you like
Jim
[/url] _________________ http://www.dbfinteractive.com |
|
| Back to top |
|
 |
ufoz
Joined: 10 Nov 2005 Posts: 86 Location: Tokyo
|
Posted: Fri Jul 21, 2006 2:24 pm Post subject: |
|
|
Hah, I never had any trouble like that, except maybe when building pspgl where the makefiles had some mount commands or somesuch, but I took those out and it compiled just fine.
I think I'll try your vmware image once I have more time (stupid exams). (although I have to say I feel more comfortable with cygwin than accessing all the stuff in the host system from a vm. Well, I'll try it later anyway.) |
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Fri Jul 21, 2006 3:31 pm Post subject: |
|
|
I don't know why people complain so much about cygwin.
The few problems I've had building some libraries were because i didn't have some package, a problem easy to fix. |
|
| Back to top |
|
 |
Shapyi
Joined: 25 Apr 2005 Posts: 95
|
Posted: Sat Jul 22, 2006 3:53 am Post subject: |
|
|
| moonlight wrote: | I don't know why people complain so much about cygwin.
The few problems I've had building some libraries were because i didn't have some package, a problem easy to fix. |
I use cygwin as well. There are times where things dont build but usually its something that can just be installed from the setup that is missing. It probably gets better performance than vmware. |
|
| Back to top |
|
 |
|