Re: Installing GNUstep on Win32 with gnustep-system-0.24.0-setup.exe and SVN

2009-11-08 Thread Adam Fedor


On Nov 7, 2009, at 12:08 AM, Paul Csanyi wrote:


Hi,

I want to install GNUstep system and development tools: Gorm and  
Project Center

on my Win32 system.

I have downloaded and installed the gnustep-system-0.24.0-setup.exe.

I have set up the HOME environment variables to C:/ in
Start / Control Panel / System / Spetial (or Advanced?) / Environment
variables...


If you want the latest release, you should install

gnustep-system-0.23.0-setup.exe
gnustep-core-0.23.00setup.exe

and then try to compile Gorm and ProjectCenter.


If you looking to get the latest code from SVN, you can install  
gnustep-system-0.24.0-setup.exe, but then I would configure make with:


  ./configure --prefix=/GNUstep --with-config-file=/GNUstep/ 
GNUstep.conf


Note, you'll also need to download and install libffi and gnustep-objc


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep on Win32 with gnustep-system-0.24.0-setup.exe and SVN

2009-11-08 Thread Paul Csanyi
Hi,

2009/11/8 Adam Fedor fe...@qwestoffice.net:

 On Nov 7, 2009, at 12:08 AM, Paul Csanyi wrote:

 Hi,

 I want to install GNUstep system and development tools: Gorm and Project
 Center
 on my Win32 system.

 I have downloaded and installed the gnustep-system-0.24.0-setup.exe.

 I have set up the HOME environment variables to C:/ in
 Start / Control Panel / System / Spetial (or Advanced?) / Environment
 variables...

 If you want the latest release, you should install

 gnustep-system-0.23.0-setup.exe
 gnustep-core-0.23.00setup.exe

 and then try to compile Gorm and ProjectCenter.


 If you looking to get the latest code from SVN, you can install
 gnustep-system-0.24.0-setup.exe, but then I would configure make with:

  ./configure --prefix=/GNUstep --with-config-file=/GNUstep/GNUstep.conf

 Note, you'll also need to download and install libffi and gnustep-objc

OK
I have downloaded gnustep-objc from SVN in C:\modules\dev-libs\libobjc

so there I can shall install it.

But from where can I download the libffi sources?

-- 
Regards, Paul Chany


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep on Win32 with gnustep-system-0.24.0-setup.exe and SVN

2009-11-08 Thread Tim Kack
Hi Paul,

I found a couple of places - these on on GNUstep ftp even:
http://ftpmain.gnustep.org/pub/gnustep/libs/

http://www.gtk-server.org/shared/libffi-mingw.zip (precompiled for
mingw)
And last but not least - the original source: 
ftp://sourceware.org/pub/libffi/libffi-3.0.8.tar.gz

I had some issues last time I tried to compile libffi on mingw and have
given up that and instead use the ones in the Gnustep windows installer.

Best regards,
Tim


On Sun, 2009-11-08 at 22:33 +0100, Paul Csanyi wrote:
 Hi,
 
 2009/11/8 Adam Fedor fe...@qwestoffice.net:
 
  On Nov 7, 2009, at 12:08 AM, Paul Csanyi wrote:
 
  Hi,
 
  I want to install GNUstep system and development tools: Gorm and Project
  Center
  on my Win32 system.
 
  I have downloaded and installed the gnustep-system-0.24.0-setup.exe.
 
  I have set up the HOME environment variables to C:/ in
  Start / Control Panel / System / Spetial (or Advanced?) / Environment
  variables...
 
  If you want the latest release, you should install
 
  gnustep-system-0.23.0-setup.exe
  gnustep-core-0.23.00setup.exe
 
  and then try to compile Gorm and ProjectCenter.
 
 
  If you looking to get the latest code from SVN, you can install
  gnustep-system-0.24.0-setup.exe, but then I would configure make with:
 
   ./configure --prefix=/GNUstep --with-config-file=/GNUstep/GNUstep.conf
 
  Note, you'll also need to download and install libffi and gnustep-objc
 
 OK
 I have downloaded gnustep-objc from SVN in C:\modules\dev-libs\libobjc
 
 so there I can shall install it.
 
 But from where can I download the libffi sources?
 




___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


A few problem with latest SVN stuff

2009-11-08 Thread Stef Bidi
I've been trying to use as many GNUstep applications as possible on a little
test install that I have going on here and am running into a few problems.
 These are just the problems with GWorkspace, and I don't know if it's
something I'm going or if they are bugs (everything used to work) and
WindowMaker.  I've installed everything from SVN yesterday (Sat Nov 7), so
the code is fairly up to date.  I'm also using the xlib backend (if that
helps).

Anyway, this is what in GWorkspace:
* GWorkspace's dock doesn't save what applications have been docked across
restarts.  That is, if I dock a bunch of applications, then log off using
the Logout menu item, then restart the session I'll be presented with an
empty dock, again.
* The Run panel's (Tools-Run...) text field does not allow me to edit
it, which means I can't actually enter the applications I want run.

In SystemPreferences:
* The Apply button on the themes preferences doesn't actually work.  If I
hit apply, SystemPreferences' theme will change, however the default will
not be written, which means no other application actually gets the new
theme.  If I restart SystemPreferences I'll be presented with the old theme.
* This is just one thing I noticed, isn't GSX11HandlesWindowDecoration
depricated?  SystemPreferences still has it that way.

In general:
* I set GSX11HandlesWindowDecoration to NO (have GNUstep draw the borders)
and moving windows are extremely slow.  I'm on a 500MHz PC, so it's really
noticable.  If I let WindowMaker decorate the window moving it around is
really smooth, but when GNUstep is decorating them it's painfully slow.  If
I move the mouse fast enough (to one end or another of the screen) the
window lags behind.  I'll make a note here that I remember this also being
an issue when I was on a 2.5GHz PC, just not as noticable there.

Let me know if I need to clarify anything or if I should file a bug report.

Stefan
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: A few problem with latest SVN stuff

2009-11-08 Thread Riccardo Mottola

Hi,

the things you describe should be backend-independent. I use xlib on my 
laptop too, btw.

Anyway, this is what in GWorkspace:
* GWorkspace's dock doesn't save what applications have been docked across
restarts.  That is, if I dock a bunch of applications, then log off using
the Logout menu item, then restart the session I'll be presented with an
empty dock, again.
  

Do you refer to the Dock or the Tabbed Shelf?

* The Run panel's (Tools-Run...) text field does not allow me to edit
it, which means I can't actually enter the applications I want run.

  

I can reproduce that.

In SystemPreferences:
* The Apply button on the themes preferences doesn't actually work.  If I
hit apply, SystemPreferences' theme will change, however the default will
not be written, which means no other application actually gets the new
theme.  If I restart SystemPreferences I'll be presented with the old theme.
  

Works for me!

* This is just one thing I noticed, isn't GSX11HandlesWindowDecoration
depricated?  SystemPreferences still has it that way.
  

Yes... Isn't that correct? It works for me... except on Windows

Riccardo


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep