Richard Frith-Macdonald | 4 Jun 2006 10:57
Picon

[bug #16608] Display characters bug


Follow-up Comment #2, bug #16608 (project gnustep):

Still unable to reproduce this with SVN head, and no other reports available.
 Suspect this was alrerady fixed in SVN or local file corruption etc.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16608>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Richard Frith-Macdonald | 4 Jun 2006 10:55
Picon

[bug #16688] "NSInvalidArgumentException: stopModalWithCode: when not in modal session" when hitting return in textfield.


Update of bug #16688 (project gnustep):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16688>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Quentin Mathé | 5 Jun 2006 12:59
Picon

[bug #16754] Installing ProjectCenter projects doesn't work with 'make && sudo make install'


URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16754>

                 Summary: Installing ProjectCenter projects doesn't work with
'make && sudo make install'
                 Project: GNUstep
            Submitted by: qmathe
            Submitted on: lundi 05.06.2006 à 10:59
                Category: None
                Severity: 4 - Important
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

There is a currently a bug in ProjectCenter which leads gnustep-make to crash
during install phase. Well, unless you build and install by typing either:
- sudo make && sudo make install
- make; su root; make install (in this case, you have to source GNUstep.sh
.csh when you become 'root')

The bug is debated here:
<http://thread.gmane.org/gmane.comp.lib.gnustep.devel/4322/focus=4322>

(Continue reading)

Brian Odlum | 5 Jun 2006 08:51

InstallGNUstep script problem...

Attempting to run the script "InstallGNUstep" (gnustep-startup-0.1.15). It complains that the installed gcc compiler is not configured for Objective C. Below is the output of the command "gcc -v", which clearly indicates that it is:
(--enable-languages=c,c++,ada,f95,objc,java).
 
-----------------------------------------------------------------------------------------------------
Using built-in specs.
Target: i586-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-languages=c,c++,ada,f95,objc,java --host=i586-mandriva-linux-gnu --with-system-zlib --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo --disable-libjava-multilib
Thread model: posix
gcc version 4.0.1 (4.0.1-5mdk for Mandriva Linux release 2006.0)
-----------------------------------------------------------------------------------------------------
 
This is a brand new and very vanilla (i.e. unaltered) Mandriva Linux 2006 distro. Logfiles attached.
 
Please advise.
 
Thanks,
 
Brian Odlum
 

Attachment (logs.tar.gz): application/x-gzip, 7785 bytes
Using built-in specs.
Target: i586-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib
--mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --enable-languages=c,c++,ada,f95,objc,java
--host=i586-mandriva-linux-gnu --with-system-zlib --enable-long-long --enable-__cxa_atexit
--enable-clocale=gnu --disable-libunwind-exceptions --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --enable-gtk-cairo --disable-libjava-multilib
Thread model: posix
gcc version 4.0.1 (4.0.1-5mdk for Mandriva Linux release 2006.0)
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep <at> gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep
Adam Fedor | 6 Jun 2006 17:33

Re: InstallGNUstep script problem...

Even though gcc says it has objc, it most definitely appears that it  
does not: both the objc headers and the cc1obj compiler are missing.  
You are probably missing one of the gcc packages, perhaps something  
like gcc-objc.

On Jun 5, 2006, at 12:51 AM, Brian Odlum wrote:

> Attempting to run the script "InstallGNUstep"  
> (gnustep-startup-0.1.15). It complains that the installed gcc compiler  
> is not configured for Objective C. Below is the output of the command  
> "gcc -v", which clearly indicates that it is:
> (--enable-languages=c,c++,ada,f95,objc,java).
>  
> ----------------------------------------------------------------------- 
> ------------------------------
> Using built-in specs.
> Target: i586-mandriva-linux-gnu
> Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib  
> --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info  
> --enable-shared --enable-threads=posix --disable-checking  
> --enable-languages=c,c++,ada,f95,objc,java  
> --host=i586-mandriva-linux-gnu --with-system-zlib --enable-long-long  
> --enable-__cxa_atexit --enable-clocale=gnu  
> --disable-libunwind-exceptions --enable-java-awt=gtk  
> --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre  
> --enable-gtk-cairo --disable-libjava-multilib
> Thread model: posix
> gcc version 4.0.1 (4.0.1-5mdk for Mandriva Linux release 2006.0)
> ----------------------------------------------------------------------- 
> ------------------------------
>  
> This is a brand new and very vanilla (i.e. unaltered) Mandriva Linux  
> 2006 distro. Logfiles attached.
>  
> Please advise.
>  
> Thanks,
>  
> Brian Odlum
>  
>
> <logs.tar.gz><gcc.txt>_______________________________________________
> Bug-gnustep mailing list
> Bug-gnustep <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-gnustep
Ludovic Marcotte | 18 Jun 2006 22:17
Picon

[bug #16874] NSSearchField breakage


URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16874>

                 Summary: NSSearchField breakage
                 Project: GNUstep
            Submitted by: ludovic
            Submitted on: Sunday 06/18/2006 at 16:17
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open

    _______________________________________________________

Details:

NSSearchField.h isn't included in AppKit.h and it makes use of images not
present in SVN trunk.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16874>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Jin Kwon | 20 Jun 2006 06:19

GNUStep Install Error Log

Hello, there.
I got this error log while I'm trying to install GNUStep on my Fedora 
Core 5.
Can you help me?

Regards.
Jin Kwon
Attachment (logs.tar.gz): application/x-gzip, 34 KiB
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep <at> gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Gmane