Re: install_name for libraries and frameworks on OS X

2008-05-22 Thread Nicola Pero

> Please let me know if you have any feedback on my patch below, or if  
> you think it is ready to commit.

It looks brilliant :-)

The only (purely aestethical) change I'd make is I'd put make sure 
GNUSTEP_ABSOLUTE_INSTALL_PATHS gets set to '' if not running on 
Mac OS X ... just to avoid leaving 

GNUSTEP_ABSOLUTE_INSTALL_PATHS = @GNUSTEP_ABSOLUTE_INSTALL_PATHS@

inside config.make

Other than that, it looks really good - go ahead and commit :-)

Thanks for your contribution




___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: NSWindow & NSGraphicsContext issue

2008-05-22 Thread Gregory John Casamento
Given that Fabien said once he recreated the .gorm file it's not happening 
anymore and also that I can't make it happen in any other application, I 
believe we can consider this issue a non-issue.

One note for the future, however.   I would really like everyone to start using 
the bug reporting system a little more.  This helps us tackle bugs and 
enhancement requests to meet your desires for GNUstep faster
since it is more easily tracked and is in one place as opposed to
emails, IMs, private messages on IRC, etc.  

Regards,

GJC

 Gregory Casamento -- Principal Consultant - OLC, Inc 
# GNUstep Chief Maintainer


- Original Message 
From: Fabien Vallon <[EMAIL PROTECTED]>
To: Gregory John Casamento <[EMAIL PROTECTED]>
Cc: Fred Kiefer <[EMAIL PROTECTED]>; GNUstep Developer 
Sent: Tuesday, May 20, 2008 4:47:44 PM
Subject: Re: NSWindow & NSGraphicsContext issue

Hi,

On Tue, 20 May 2008, Gregory John Casamento wrote:

> I'm apparently missing something,... I get an error trying to compile that.
> 
>  Gregory Casamento -- Principal Consultant - OLC, Inc 
> # GNUstep Chief Maintainer
> 

Yes, I have to write some makefiles tricks.

cd Dithering && make install && cd ../PrefClasses && make install && cd .. && 
make install

should compile it.

Fabien


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev



  


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: install_name for libraries and frameworks on OS X

2008-05-22 Thread Blake Nicholson

On May 22, 2008, at 4:26 AM, Nicola Pero wrote:



Please let me know if you have any feedback on my patch below, or if
you think it is ready to commit.

The only (purely aestethical) change I'd make is I'd put make sure
GNUSTEP_ABSOLUTE_INSTALL_PATHS gets set to '' if not running on
Mac OS X ... just to avoid leaving

GNUSTEP_ABSOLUTE_INSTALL_PATHS = @GNUSTEP_ABSOLUTE_INSTALL_PATHS@

inside config.make


Ah, yes, good point.  I modified configure.ac so I set  
GNUSTEP_ABSOLUTE_INSTALL_PATHS to "" by default outside the case  
statement.


I updated releasenotes.texi, regenerated both configure and  
RELEASENOTES, and committed the changes to svn.  Thanks again for your  
suggestions and feedback!



Thanks,
Blake


___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev


Re: NSWindow & NSGraphicsContext issue

2008-05-22 Thread Fabien Vallon
On Thu, 22 May 2008, Gregory John Casamento wrote:

> Given that Fabien said once he recreated the .gorm file it's not happening 
> anymore and also that I can't make it happen in any other application, I 
> believe we can consider this issue a non-issue.
> 
> One note for the future, however.   I would really like everyone to start 
> using the bug reporting system a little more.  This helps us tackle bugs and 
> enhancement requests to meet your desires for GNUstep faster
> since it is more easily tracked and is in one place as opposed to
> emails, IMs, private messages on IRC, etc.  

My fault. 
I will try to use it :)

Fabien



___
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev