bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #23340] latest gorm svn breaks compilation in /usr/local/src/gnuste


From: Gregory John Casamento
Subject: [bug #23340] latest gorm svn breaks compilation in /usr/local/src/gnustep-gorm-trunk/Plugins/Nib
Date: Tue, 24 Jun 2008 23:33:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.14eol) Gecko/20070505 (Debian-1.8.0.15~pre080323b-0etch2) Epiphany/2.14

Update of bug #23340 (project gnustep):

             Open/Closed:                 In Test => Closed                 

    _______________________________________________________

Follow-up Comment #6:

The problem is that the gcc-2.95 compiler was selecting a method which was a
class method from the list of methods which had the name "type."   I changed
the name of the method to something more unique so that it would select the
only prototype it had available which was "fileType."

When the compiler was selecting the wrong method it was attempting to use an
instance method prototype to call a class method which was incorrect and was
causing the strange error.

I have built this on an OpenBSD box I have access to, thanks to Riccardo, and
verified that it works.

I am closing this bug.  Please re-open if you have any further issues with
this fix.  GC

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?23340>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]