Richard Frith-Macdonald | 1 Oct 2011 08:24
Picon

[bug #34272] WebServer (v1.4.4) has no support of specifying interface to be listened

Update of bug #34272 (project gnustep):

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

    _______________________________________________________

Follow-up Comment #1:

Good idea ... I made a new release with an API change to set the listening
address at the same time as the port.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
Richard Frith-Macdonald | 1 Oct 2011 08:27
Picon

[bug #34434] gnustep doesn't contain a definition of the NSXMLParserDelegate protocol

Follow-up Comment #5, bug #34434 (project gnustep):

PS. also bear in mind that GNUstep is portable ... so it must work on a
variety of compilers (gcc-4.0.0 is the baseline) ... so any patch needs to
work for different compilers and optional protocols don't work for older
compilers so #ifdef's to support the different compilers are needed.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
T.Somequare | 1 Oct 2011 08:32
Picon

[bug #34272] WebServer (v1.4.4) has no support of specifying interface to be listened

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

Thanks .
I saw the change in svn repository .

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/
julian | 1 Oct 2011 11:37
Picon

[bug #34445] gnustep-make doesn't merge XXXInfo.plist items if the file resides in a subdir

URL:
  <http://savannah.gnu.org/bugs/?34445>

                 Summary: gnustep-make doesn't merge XXXInfo.plist items if
the file resides in a subdir
                 Project: GNUstep
            Submitted by: julian_
            Submitted on: Sa 01 Okt 2011 09:37:11 GMT
                Category: Makefiles
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

gnustep-make doesn't merge XXXInfo.plist items if the file resides in a
subdirectory.

i.e. if you have this line in your GNUmakefile

XXX_RESOURCE_FILES = SUBDIR/XXXInfo.plist

the info plist items won't be merged into Info-gnustep.plist because it is
copied from a subdirectory although the filename is the right one
(Continue reading)

julian | 1 Oct 2011 12:15
Picon

[bug #34446] gnustep doesn't implement -[NSFileManager contentsOfDirectoryAtPath:error] introduced in 10.5

URL:
  <http://savannah.gnu.org/bugs/?34446>

                 Summary: gnustep doesn't implement -[NSFileManager
contentsOfDirectoryAtPath:error] introduced in 10.5
                 Project: GNUstep
            Submitted by: julian_
            Submitted on: Sa 01 Okt 2011 10:15:38 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

gnustep doesn't implement -[NSFileManager contentsOfDirectoryAtPath:error]
introduced in 10.5

patch attached

contentsOfDirectoryAtURL:includingPropertiesForKeys:options:error:
 still missing (10.6.)

    _______________________________________________________
(Continue reading)

julian | 1 Oct 2011 14:19
Picon

[bug #34449] gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

URL:
  <http://savannah.gnu.org/bugs/?34449>

                 Summary: gnustep doesn't implement -[NSUserDefaults
doubleForKey:] added in 10.5
                 Project: GNUstep
            Submitted by: julian_
            Submitted on: Sa 01 Okt 2011 12:19:26 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

gnustep doesn't implement -[NSUserDefaults doubleForKey:] added in 10.5

trivial patch attached

    _______________________________________________________

File Attachments:

-------------------------------------------------------
(Continue reading)

Niels | 1 Oct 2011 01:21
Picon

gcc -> sh: gcc: command not found

Hello,

I followed the instructions from www.gnustep.org/experience/Windows.html and installed;
- GNUstep MSYS System 0.28.1
- GNUstep Core 0.28.0
- Systempreferences 1.1.0-2
- Gorm 1.2.13-1

However in the shell gcc will get me;
sh: gcc: command not found

In a glimpse of the manual install I noticed mingw should reside in the msys/1.0/ directory which it does
not, simply moving it, doesn't work...(which was no surprise)

Greetings from Holland,
Niels Krook

Do not shoot me; I have email ;)

Verstuurd vanaf mijn iPad
Adam Fedor | 1 Oct 2011 15:19
Picon

Re: gcc -> sh: gcc: command not found

You need to install the gnustep-devel package as well to get the coompiler.

On Sep 30, 2011, at 5:21 PM, Niels wrote:

> Hello,
> 
> I followed the instructions from www.gnustep.org/experience/Windows.html and installed;
> - GNUstep MSYS System 0.28.1
> - GNUstep Core 0.28.0
> - Systempreferences 1.1.0-2
> - Gorm 1.2.13-1
> 
> However in the shell gcc will get me;
> sh: gcc: command not found
julian | 1 Oct 2011 21:04
Picon

[bug #34453] linking against C functions like NSRunAlertPanel() from ObjC++ fails

URL:
  <http://savannah.gnu.org/bugs/?34453>

                 Summary: linking against C functions like NSRunAlertPanel()
from ObjC++ fails
                 Project: GNUstep
            Submitted by: julian_
            Submitted on: Sa 01 Okt 2011 19:04:02 GMT
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

linking against C functions like NSRunAlertPanel() from ObjC++ source files
fails, although using the Obj-C based API works fine. error occurs on current
clang SVN trunk, didn't try gcc.

trivial testcase attached.

    _______________________________________________________

File Attachments:
(Continue reading)

julian | 1 Oct 2011 22:59
Picon

[bug #34454] gnustep fails to load real world XIB files

URL:
  <http://savannah.gnu.org/bugs/?34454>

                 Summary: gnustep fails to load real world XIB files
                 Project: GNUstep
            Submitted by: julian_
            Submitted on: Sa 01 Okt 2011 20:59:43 GMT
                Category: Gui/AppKit
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

attached is an archive with 3 XIB files that all fail to load with gnustep or
gorm (all SVN) with different errors each.

i'd also need workarounds for the problems, since i probably won't have the
time to wait for the fixes.

    _______________________________________________________

File Attachments:

(Continue reading)


Gmane