Re: Installing GNUstep from FreeBSD ports, again

2024-02-17 Thread Edwin Ancaer
Richerd, Sergei,

it works now: I must admit I did not know that the User Domain was the
GNUstep directory in my home directory. And there was indeed a Gorm version
that had escaped my attention. My sincere apologies for keeping you busy
like that.

I wonder now if there is anybody using GUstep on FreeBSD that could help
with getting the ports up to date again? I don't know if my messing around
is good enough for that.

I have, installed from the local ports, in FreeBSD 14, build from the
GNUstep git-repository:
GNUstep tools-make 2_9_1
GNUstep libs-base 0_29_0
GNUstep libs-gui 0_30_0
GNUstep libs-back 0_30_0

As a test, I installed ProjectCenter and Gorm, and build the Convertor
Application in
https://gnustep.github.io/experience/PierresDevTutorial/index.html.


Kind regards,


*;


Op vr 16 feb 2024 om 12:22 schreef Richard Frith-Macdonald <
rich...@frithmacdonald.me.uk>:

>
>
> > On 16 Feb 2024, at 11:05, Sergei Golovin via Discussion list for the
> GNUstep programming environment  wrote:
> >
> > By the way it is strange that Gorm was installed in the
> > SYSTEM_DOMAIN. My installation goes into
> > <...>/Local/Applications/Gorm.app (that is LOCAL_DOMAIN).
>
> If this is the official FreeBSD package, then it should go in the system
> domain;  that's what the system domain is for.
> Things you build for yourself typically get installed in the local domain
> (this is the default) ... unofficial but available to all users of the
> machine.
> Things intended for your personal account only, you should install to the
> user domain.
>
> Lookup to find software normally goes in the reverse order; so if you try
> to run Gorm,  your user's copy is preferred, but if there isn't one, the
> local copy is used, and if there isn't one of those, the system copy is
> used.


Re: Installing GNUstep from FreeBSD ports, again

2024-02-16 Thread Richard Frith-Macdonald



> On 16 Feb 2024, at 11:05, Sergei Golovin via Discussion list for the GNUstep 
> programming environment  wrote:
> 
> By the way it is strange that Gorm was installed in the
> SYSTEM_DOMAIN. My installation goes into
> <...>/Local/Applications/Gorm.app (that is LOCAL_DOMAIN).

If this is the official FreeBSD package, then it should go in the system 
domain;  that's what the system domain is for.
Things you build for yourself typically get installed in the local domain (this 
is the default) ... unofficial but available to all users of the machine.
Things intended for your personal account only, you should install to the user 
domain.

Lookup to find software normally goes in the reverse order; so if you try to 
run Gorm,  your user's copy is preferred, but if there isn't one, the local 
copy is used, and if there isn't one of those, the system copy is used.


Re: Installing GNUstep from FreeBSD ports, again

2024-02-16 Thread Sergei Golovin via Discussion list for the GNUstep programming environment
Edwin Ancaer  writes:

> Sergei, 
>
> I have been booking at the defaults, but I find them in different places. 
> There is  set of decent looking defaults file Defaults.plist at
> /usr/local/GNUstep/System/Applications/Gorm.app/Resources. They are in
> the attached file.

It is shipped with Gorm as defaults for the first time start. They are
not supposed to be touched by a user.

> But then there is a set of Defaults at ~/GNUstep/Defaults/Gorm.plist

that is what the command tool 'defaults' maintains. The user's
preferences.

> PropertyList-1.0.dtd">
> 
> 
> NSWindow Frame Inspector
> 2 -2 1920 1080 0 0  1920 1080 
> NSWindow Frame Palettes
> 2 -2 1920 1080 0 0  1920 1080 
> ShowInspectors
> 
> ShowPalettes
> 
> 
> 
> *;

I guess somehow the file in the directory
/usr/local/GNUstep/System/Applications/Gorm.app was 
replaced. You can restore it by reinstalling Gorm.

By the way it is strange that Gorm was installed in the
SYSTEM_DOMAIN. My installation goes into
<...>/Local/Applications/Gorm.app (that is LOCAL_DOMAIN).
  ^+

I have <...>/System/Applications empty.

> I tried with defaults delete Gorm, I even tried to delete the
> Gorm.plist file,
> thinking it would be replaced with the reasonable defaults, but to no
> avail, it is recreated every
> time I close Gorm, but I have no idea where this happens.

The user specific preferences are stored when Gorm exits. So you should
issue

# defaults delete Gorm

when no instance of Gorm is running.

> By the way, I saw that these mails are not on the Discuss-GNUstep
> list: would you prefer to add them to the list again?

Oh, that has been done accidentally.

-- 
Sergei Golovin



Re: Installing GNUstep from FreeBSD ports, again

2024-02-06 Thread Edwin Ancaer
thank you, Riccardo and Sergei, for the replies.
I think I'm OK with ProjectCenter.

Next on the list is Gorm. I installed the latest release (1.3.1) from
Github, and I thought it was be OK, I could follow the tutorial
https://gnustep.github.io/experience/PierresDevTutorial/index.html and
things seemed to go well. But after reopening the project in ProjectCenter,
I now have every window in Gorm opening fully maximized, which is very
annnoying, Is it possible I have touched some setting in the preferences
that causes this behaviour?

Thanks
*;


Re: Installing GNUstep from FreeBSD ports, again

2024-02-04 Thread Riccardo Mottola

Hi,

Edwin Ancaer wrote:


Then I got ProjectCenter to build, also from github. And it seems to 
work. I did a  first test, and I could build and execute the 
ubiquitous Hello World as a Tool.  Small detail, as I start 
ProjectCenter with the openapp command, I see the following:


[edwin@ottopedi /usr/ports/devel/gorm/work/apps-gorm-04554d2]$ openapp 
ProjectCenter
2024-02-02 22:42:56.724 ProjectCenter[26915:101910] No local time zone 
specified.
2024-02-02 22:42:56.724 ProjectCenter[26915:101910] Using time zone 
with absolute offset 0.
2024-02-02 22:42:56.723 ProjectCenter[26915:101910] Build tool found: 
/usr/local/bin/gmake
2024-02-02 22:42:56.730 ProjectCenter[26915:101910] Debugger tool 
found: (null)
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
PCProjectDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
PCProjectDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
PCClassDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
PCClassDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
PCHeaderDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
PCCDocument not found


Anybody knows what is missing here?


nothing serious there, just some information debugging. Only message is 
that no debugger tool was fond, no gdb. So you will not be able to 
debug, a feature which is quite crude anyway, but useful. Maybe you 
don't have it installed or it is not in a searched path, in case set it 
from preferences.


RIccardo



Re: Installing GNUstep from FreeBSD ports, again

2024-02-04 Thread Sergei Golovin via Discussion list for the GNUstep programming environment
Edwin Ancaer  writes:

> [edwin@ottopedi /usr/ports/devel/gorm/work/apps-gorm-04554d2]$ openapp 
> ProjectCenter
> 2024-02-02 22:42:56.724 ProjectCenter[26915:101910] No local time zone 
> specified.
> 2024-02-02 22:42:56.724 ProjectCenter[26915:101910] Using time zone with 
> absolute offset 0.
> 2024-02-02 22:42:56.723 ProjectCenter[26915:101910] Build tool found: 
> /usr/local/bin/gmake
> 2024-02-02 22:42:56.730 ProjectCenter[26915:101910] Debugger tool found: 
> (null)
> 2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
> PCProjectDocument not found
> 2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
> PCProjectDocument not found
> 2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
> PCClassDocument not found
> 2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
> PCClassDocument not found
> 2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
> PCHeaderDocument not found
> 2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass 
> PCCDocument not found
>
> Anybody knows what is missing here?

Nothing. Usual log messages of PC indicating an issue to be fixed (implemented).

-- 
Sergei Golovin



Installing GNUstep from FreeBSD ports, again

2024-02-02 Thread Edwin Ancaer
Hello,

finally some progress, mostly  by trial and error, but hey, I can build
make, base, gui and back from what I think to be the latest release
versions in github. The number in the so files seem to indicate this.

Then I got ProjectCenter to build, also from github. And it seems to work.
I did a  first test, and I could build and execute the ubiquitous Hello
World as a Tool.  Small detail, as I start ProjectCenter with the openapp
command, I see the following:

[edwin@ottopedi /usr/ports/devel/gorm/work/apps-gorm-04554d2]$ openapp
ProjectCenter
2024-02-02 22:42:56.724 ProjectCenter[26915:101910] No local time zone
specified.
2024-02-02 22:42:56.724 ProjectCenter[26915:101910] Using time zone with
absolute offset 0.
2024-02-02 22:42:56.723 ProjectCenter[26915:101910] Build tool found:
/usr/local/bin/gmake
2024-02-02 22:42:56.730 ProjectCenter[26915:101910] Debugger tool found:
(null)
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass
PCProjectDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass
PCProjectDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass
PCClassDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass
PCClassDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass
PCHeaderDocument not found
2024-02-02 22:42:56.744 ProjectCenter[26915:101910] NSDocumentClass
PCCDocument not found

Anybody knows what is missing here?

Kind regards,

Edwin Ancaer

*;


Fwd: Installing GNUstep from FreeBSD ports, some more problems...

2024-01-28 Thread Edwin Ancaer
tep-gui/work/stage/usr/local/GNUstep/System/Library/Documentation/Developer/Gui/Additions/GSDisplayServer.gsdoc:No
such file or directory
...
...
...
pkg-static: Unable to access file
/usr/ports/x11-toolkits/gnustep-gui/work/stage/usr/local/GNUstep/System/Library/Libraries/libgnustep-gui.so.0.30:No
such file or directory
pkg-static: Unable to access file
/usr/ports/x11-toolkits/gnustep-gui/work/stage/usr/local/GNUstep/System/Library/Documentation/User/Gui/DefaultsSummary.html:No
such file or directory
pkg-static: Unable to access file
/usr/ports/x11-toolkits/gnustep-gui/work/stage/usr/local/GNUstep/System/Library/Documentation/User/Gui/GuiUser.igsdoc:No
such file or directory
pkg-static: Unable to access file
/usr/ports/x11-toolkits/gnustep-gui/work/stage/usr/local/GNUstep/System/Library/Documentation/User/Gui/KeyboardSetup.html:No
such file or directory
pkg-static: Unable to access file
/usr/ports/x11-toolkits/gnustep-gui/work/stage/usr/local/GNUstep/System/Library/Documentation/User/Gui/LanguageSetup.html:No
such file or directory
pkg-static: Unable to access file
/usr/ports/x11-toolkits/gnustep-gui/work/stage/usr/local/GNUstep/System/Library/Documentation/User/Gui/dependencies:No
such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/x11-toolkits/gnustep-gui
*** Error code 1

Stop.

Anybody any  ideas what to try next to find the problem?
*;


-- Forwarded message -----
Van: Edwin Ancaer 
Date: wo 24 jan 2024 om 00:24
Subject: Re: Installing GNUstep from FreeBSD ports, some more problems...
To: Gregory Casamento 
Cc: Discuss GNUstep 


Gregory,

I suppose I install version 2.9.1 of gnustep-make if I see the folllowing:
=> Attempting to fetch
https://github.com/gnustep/tools-make/releases/download/make-2_9_1/gnustep-make-2.9.1.tar.gz
gnustep-make-2.9.1.tar.gz  606 kB 2925 kBps
 00s

Is there another way to check this version?

What I see is that somehow during the build, a directory Gui is created

-rw-r--r--   1 root wheel 138018 Dec 29  2022 GSXib5KeyedUnarchiver.m
-rw-r--r--   1 root wheel   2752 Dec 29  2022 GSXibElement.m
-rw-r--r--   1 root wheel  33661 Dec 29  2022 GSXibKeyedUnarchiver.m
-rw-r--r--   1 root wheel   6289 Dec 29  2022 GSXibLoader.m
-rw-r--r--   1 root wheel  27407 Dec 29  2022 GSXibLoading.m
drwxr-xr-x   2 root wheel512 Jan 23 23:07 Gui
-rw-r--r--   1 root wheel   2713 Jan 23 23:07 Gui.gsdoc
drwxr-xr-x   2 root wheel512 Jan 23 23:07 GuiAdditions
-rw-r--r--   1 root wheel   1236 Jan 23 23:07 GuiAdditions.gsdoc
-rw-r--r--   1 root wheel210 Jan 22 14:59 Info-gnustep.plist

It contains this file dependencies, I attached. But I have not been able to
find out how this file is created.

Thanks

*;


Op di 23 jan 2024 om 22:54 schreef Gregory Casamento <
greg.casame...@gmail.com>:

> Edwin,
>
> NSCollectionViewLayout.h and its associated layout classes were not in
> gui-0_30_0.   I'm confused as to why it's having an issue building docs.
> Are you certain you don't have a different version of gnustep-make
> installed?
>
> Yours, GC
>
> On Tue, Jan 23, 2024 at 3:15 PM Edwin Ancaer  wrote:
>
>> Hello,
>>
>> can I bore you some more with my GNUstep on FreeBD adventures?
>> I noticed my FreeBSD version was out of support, so I freshly installed
>> FreeBSD 14.0. That made the situation a lot better. The GNUstep ports
>> worked, but the versions of gnustep-make, gnustep-libs and gnustep-back
>> were not the latest. GNUstep-base was up-to-date.
>>
>> So, i did some updates to get the newest version in the Makefiles of the
>> 3 ports that were out-of-date.
>>
>> Gnustep-Make build with the latest version, GNUstep-Base in FreeBSD 14.0
>> is already at 1.29.0 so I started trying to build version 0.30.0. I just
>> had to update the release number, and do some messing with the MASTERSITES
>> variable to get the tarball from git,
>>
>> But on make install, I got the following error:
>>
>> make -C ../Source -f DocMakefile
>> gmake[4]: Entering directory
>> '/usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Source'
>> cp ../Documentation/Gui.gsdoc .
>> cp ../Documentation/GuiAdditions.gsdoc .
>> Making all for doc Gui...
>> *gmake[5]: *** No rule to make target
>> '../Headers/AppKit/NSCollectionViewLayout.h', needed by
>> 'Gui/dependencies'.  Stop.*
>> gmake[4]: ***
>> [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297:
>> Gui.all.doc.variables] Error 2
>>
>> (the problem is in the a file Gui/dependencies
>>  NSTreeNode.m \
>> ../Headers/AppKit/NSAnimationContext.h \
>> ../Headers/AppKit/NSCollectionViewLayout.h \
>> ../Headers/AppKit/NSWorkspace.h \
>> ../Headers/AppKit/NSButtonCell.h \
>> ../Headers/A

Re: Installing GNUstep from FreeBSD ports, some more problems...

2024-01-23 Thread Edwin Ancaer
Gregory,

I suppose I install version 2.9.1 of gnustep-make if I see the folllowing:
=> Attempting to fetch
https://github.com/gnustep/tools-make/releases/download/make-2_9_1/gnustep-make-2.9.1.tar.gz
gnustep-make-2.9.1.tar.gz  606 kB 2925 kBps
 00s

Is there another way to check this version?

What I see is that somehow during the build, a directory Gui is created

-rw-r--r--   1 root wheel 138018 Dec 29  2022 GSXib5KeyedUnarchiver.m
-rw-r--r--   1 root wheel   2752 Dec 29  2022 GSXibElement.m
-rw-r--r--   1 root wheel  33661 Dec 29  2022 GSXibKeyedUnarchiver.m
-rw-r--r--   1 root wheel   6289 Dec 29  2022 GSXibLoader.m
-rw-r--r--   1 root wheel  27407 Dec 29  2022 GSXibLoading.m
drwxr-xr-x   2 root wheel512 Jan 23 23:07 Gui
-rw-r--r--   1 root wheel   2713 Jan 23 23:07 Gui.gsdoc
drwxr-xr-x   2 root wheel512 Jan 23 23:07 GuiAdditions
-rw-r--r--   1 root wheel   1236 Jan 23 23:07 GuiAdditions.gsdoc
-rw-r--r--   1 root wheel210 Jan 22 14:59 Info-gnustep.plist

It contains this file dependencies, I attached. But I have not been able to
find out how this file is created.

Thanks

*;


Op di 23 jan 2024 om 22:54 schreef Gregory Casamento <
greg.casame...@gmail.com>:

> Edwin,
>
> NSCollectionViewLayout.h and its associated layout classes were not in
> gui-0_30_0.   I'm confused as to why it's having an issue building docs.
> Are you certain you don't have a different version of gnustep-make
> installed?
>
> Yours, GC
>
> On Tue, Jan 23, 2024 at 3:15 PM Edwin Ancaer  wrote:
>
>> Hello,
>>
>> can I bore you some more with my GNUstep on FreeBD adventures?
>> I noticed my FreeBSD version was out of support, so I freshly installed
>> FreeBSD 14.0. That made the situation a lot better. The GNUstep ports
>> worked, but the versions of gnustep-make, gnustep-libs and gnustep-back
>> were not the latest. GNUstep-base was up-to-date.
>>
>> So, i did some updates to get the newest version in the Makefiles of the
>> 3 ports that were out-of-date.
>>
>> Gnustep-Make build with the latest version, GNUstep-Base in FreeBSD 14.0
>> is already at 1.29.0 so I started trying to build version 0.30.0. I just
>> had to update the release number, and do some messing with the MASTERSITES
>> variable to get the tarball from git,
>>
>> But on make install, I got the following error:
>>
>> make -C ../Source -f DocMakefile
>> gmake[4]: Entering directory
>> '/usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Source'
>> cp ../Documentation/Gui.gsdoc .
>> cp ../Documentation/GuiAdditions.gsdoc .
>> Making all for doc Gui...
>> *gmake[5]: *** No rule to make target
>> '../Headers/AppKit/NSCollectionViewLayout.h', needed by
>> 'Gui/dependencies'.  Stop.*
>> gmake[4]: ***
>> [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297:
>> Gui.all.doc.variables] Error 2
>>
>> (the problem is in the a file Gui/dependencies
>>  NSTreeNode.m \
>> ../Headers/AppKit/NSAnimationContext.h \
>> ../Headers/AppKit/NSCollectionViewLayout.h \
>> ../Headers/AppKit/NSWorkspace.h \
>> ../Headers/AppKit/NSButtonCell.h \
>> ../Headers/AppKit/NSUserDefaultsController.h \
>> mentioning a dependency of NSTreeNode.m on NSCollectionViewLayout.h.
>>
>> I have to admit that the file NSCollectionViewLayout.h is not in the
>> Headers files I downloaded with the ports Makefile
>>
>> edwin@ottopedi
>> /usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Headers/AppKit]$
>> ls -al NSCollection*
>> -rw-r--r--  1 root wheel 5025 Dec 29  2022 NSCollectionView.h
>> -rw-r--r--  1 root wheel 1968 Dec 29  2022 NSCollectionViewItem.h
>>
>> But I see that same file in Github. Is it possible there is a problem in
>> creating the tarball file for the release-version of GNUstep libs-gui?
>> As an extra check  I manually downloaded the tarball from
>> https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz,
>> and there, the file  NSCollectionViewLayout.h. is not present either.
>>
>> I git clone of the repository, and there, the missing file (along with
>> some others, was present:
>>
>> [edwin@ottopedi ~/GNUstep-Gui-clone/libs-gui/Headers/AppKit]$ ls -al
>> NSCollection*
>> -rw-r--r--  1 edwin edwin 23550 Jan 23 21:07 NSCollectionView.h
>> -rw-r--r--  1 edwin edwin  1510 Jan 23 21:07
>> NSCollectionViewCompositionalLayout.h
>> -rw-r--r--  1 edwin edwin  5146 Jan 23 21:07 NSCollectionViewFlowLayout.h
>> -rw-r--r--  1 edwin edwin  2198 Jan 23 21:07 NSCollectionViewGridLayout.h
>> -rw-r--r--  1 edwin edwin  1996 Jan 23 21:07 NSCollectionViewItem.h
>> -rw-r--r--  1 edwin edwin  9808 Jan 23 21:07 NSCollectionViewLayout.h
>> -rw-r--r--  1 edwin edwin  2228 Jan 23 21:07
>> NSCollectionViewTransitionLayout.h
>>
>> Any help is welcome...
>>
>> Edwin Ancaer
>>
>>
>>
>
> --
> Gregory Casamento
> GNUstep Lead Developer / OLC, Principal Consultant
> http://www.gnustep.org - http://heronsperch.blogspot.com
> https://www.patreon.com/bePatron?u=352392 - Become a 

Re: Installing GNUstep from FreeBSD ports, some more problems...

2024-01-23 Thread Gregory Casamento
Edwin,

NSCollectionViewLayout.h and its associated layout classes were not in
gui-0_30_0.   I'm confused as to why it's having an issue building docs.
Are you certain you don't have a different version of gnustep-make
installed?

Yours, GC

On Tue, Jan 23, 2024 at 3:15 PM Edwin Ancaer  wrote:

> Hello,
>
> can I bore you some more with my GNUstep on FreeBD adventures?
> I noticed my FreeBSD version was out of support, so I freshly installed
> FreeBSD 14.0. That made the situation a lot better. The GNUstep ports
> worked, but the versions of gnustep-make, gnustep-libs and gnustep-back
> were not the latest. GNUstep-base was up-to-date.
>
> So, i did some updates to get the newest version in the Makefiles of the 3
> ports that were out-of-date.
>
> Gnustep-Make build with the latest version, GNUstep-Base in FreeBSD 14.0
> is already at 1.29.0 so I started trying to build version 0.30.0. I just
> had to update the release number, and do some messing with the MASTERSITES
> variable to get the tarball from git,
>
> But on make install, I got the following error:
>
> make -C ../Source -f DocMakefile
> gmake[4]: Entering directory
> '/usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Source'
> cp ../Documentation/Gui.gsdoc .
> cp ../Documentation/GuiAdditions.gsdoc .
> Making all for doc Gui...
> *gmake[5]: *** No rule to make target
> '../Headers/AppKit/NSCollectionViewLayout.h', needed by
> 'Gui/dependencies'.  Stop.*
> gmake[4]: ***
> [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297:
> Gui.all.doc.variables] Error 2
>
> (the problem is in the a file Gui/dependencies
>  NSTreeNode.m \
> ../Headers/AppKit/NSAnimationContext.h \
> ../Headers/AppKit/NSCollectionViewLayout.h \
> ../Headers/AppKit/NSWorkspace.h \
> ../Headers/AppKit/NSButtonCell.h \
> ../Headers/AppKit/NSUserDefaultsController.h \
> mentioning a dependency of NSTreeNode.m on NSCollectionViewLayout.h.
>
> I have to admit that the file NSCollectionViewLayout.h is not in the
> Headers files I downloaded with the ports Makefile
>
> edwin@ottopedi
> /usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Headers/AppKit]$
> ls -al NSCollection*
> -rw-r--r--  1 root wheel 5025 Dec 29  2022 NSCollectionView.h
> -rw-r--r--  1 root wheel 1968 Dec 29  2022 NSCollectionViewItem.h
>
> But I see that same file in Github. Is it possible there is a problem in
> creating the tarball file for the release-version of GNUstep libs-gui?
> As an extra check  I manually downloaded the tarball from
> https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz,
> and there, the file  NSCollectionViewLayout.h. is not present either.
>
> I git clone of the repository, and there, the missing file (along with
> some others, was present:
>
> [edwin@ottopedi ~/GNUstep-Gui-clone/libs-gui/Headers/AppKit]$ ls -al
> NSCollection*
> -rw-r--r--  1 edwin edwin 23550 Jan 23 21:07 NSCollectionView.h
> -rw-r--r--  1 edwin edwin  1510 Jan 23 21:07
> NSCollectionViewCompositionalLayout.h
> -rw-r--r--  1 edwin edwin  5146 Jan 23 21:07 NSCollectionViewFlowLayout.h
> -rw-r--r--  1 edwin edwin  2198 Jan 23 21:07 NSCollectionViewGridLayout.h
> -rw-r--r--  1 edwin edwin  1996 Jan 23 21:07 NSCollectionViewItem.h
> -rw-r--r--  1 edwin edwin  9808 Jan 23 21:07 NSCollectionViewLayout.h
> -rw-r--r--  1 edwin edwin  2228 Jan 23 21:07
> NSCollectionViewTransitionLayout.h
>
> Any help is welcome...
>
> Edwin Ancaer
>
>
>

-- 
Gregory Casamento
GNUstep Lead Developer / OLC, Principal Consultant
http://www.gnustep.org - http://heronsperch.blogspot.com
https://www.patreon.com/bePatron?u=352392 - Become a Patron
https://www.openhub.net/languages/objective_c - OpenHub standings


Installing GNUstep from FreeBSD ports, some more problems...

2024-01-23 Thread Edwin Ancaer
Hello,

can I bore you some more with my GNUstep on FreeBD adventures?
I noticed my FreeBSD version was out of support, so I freshly installed
FreeBSD 14.0. That made the situation a lot better. The GNUstep ports
worked, but the versions of gnustep-make, gnustep-libs and gnustep-back
were not the latest. GNUstep-base was up-to-date.

So, i did some updates to get the newest version in the Makefiles of the 3
ports that were out-of-date.

Gnustep-Make build with the latest version, GNUstep-Base in FreeBSD 14.0 is
already at 1.29.0 so I started trying to build version 0.30.0. I just had
to update the release number, and do some messing with the MASTERSITES
variable to get the tarball from git,

But on make install, I got the following error:

make -C ../Source -f DocMakefile
gmake[4]: Entering directory
'/usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Source'
cp ../Documentation/Gui.gsdoc .
cp ../Documentation/GuiAdditions.gsdoc .
Making all for doc Gui...
*gmake[5]: *** No rule to make target
'../Headers/AppKit/NSCollectionViewLayout.h', needed by
'Gui/dependencies'.  Stop.*
gmake[4]: ***
[/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297:
Gui.all.doc.variables] Error 2

(the problem is in the a file Gui/dependencies
 NSTreeNode.m \
../Headers/AppKit/NSAnimationContext.h \
../Headers/AppKit/NSCollectionViewLayout.h \
../Headers/AppKit/NSWorkspace.h \
../Headers/AppKit/NSButtonCell.h \
../Headers/AppKit/NSUserDefaultsController.h \
mentioning a dependency of NSTreeNode.m on NSCollectionViewLayout.h.

I have to admit that the file NSCollectionViewLayout.h is not in the
Headers files I downloaded with the ports Makefile

edwin@ottopedi
/usr/ports/x11-toolkits/gnustep-gui/work/libs-gui-gui-0_30_0/Headers/AppKit]$
ls -al NSCollection*
-rw-r--r--  1 root wheel 5025 Dec 29  2022 NSCollectionView.h
-rw-r--r--  1 root wheel 1968 Dec 29  2022 NSCollectionViewItem.h

But I see that same file in Github. Is it possible there is a problem in
creating the tarball file for the release-version of GNUstep libs-gui?
As an extra check  I manually downloaded the tarball from
https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz,
and there, the file  NSCollectionViewLayout.h. is not present either.

I git clone of the repository, and there, the missing file (along with some
others, was present:

[edwin@ottopedi ~/GNUstep-Gui-clone/libs-gui/Headers/AppKit]$ ls -al
NSCollection*
-rw-r--r--  1 edwin edwin 23550 Jan 23 21:07 NSCollectionView.h
-rw-r--r--  1 edwin edwin  1510 Jan 23 21:07
NSCollectionViewCompositionalLayout.h
-rw-r--r--  1 edwin edwin  5146 Jan 23 21:07 NSCollectionViewFlowLayout.h
-rw-r--r--  1 edwin edwin  2198 Jan 23 21:07 NSCollectionViewGridLayout.h
-rw-r--r--  1 edwin edwin  1996 Jan 23 21:07 NSCollectionViewItem.h
-rw-r--r--  1 edwin edwin  9808 Jan 23 21:07 NSCollectionViewLayout.h
-rw-r--r--  1 edwin edwin  2228 Jan 23 21:07
NSCollectionViewTransitionLayout.h

Any help is welcome...

Edwin Ancaer


Re: Installing gnustep from version control sources

2018-04-16 Thread bertrand
Le lundi 16 avril 2018 à 08:41 +0200, Mick Bert a écrit :
> 2018-04-13 16:49 GMT+02:00 Bertrand Dekoninck :
> >
> >> On 13 April 2018 at 15:19, Mick Bert  wrote:
> >>>
> >>> Hello
> >>> I would like to install gnustep on an old Apple iBook with Lubuntu
> >>> 14.04 PowerPC
> >>
> > The matter on ppc is that libobjc2 cannot be used with clang for now (see
> > https://github.com/gnustep/libobjc2/issues/65)
> > I didn't try to build it with gcc.
> The issue I have is different: it looks the assembler does not
> recognise the assembly generated files


I didn't mention it earlier but you'll have to build libojc2 using
"-integrated-as", because "gas" (which is the default) fails on ppc.
I do this before building libobjc2 :

export CC='clang -integrated-as'
export CXX='clang++ -integrated-as'


> 
> >
> > So you should build gnustep with gcc, without libobjc2. It should run on any
> > ppc distro (I use it on a daily basis on debian wheezy which is a older).
> > Building should be straigthforward.
> >
> > You'll have to clone git repos :
> > git clone git://github.com/gnustep/libs-make
> > git clone git://github.com/gnustep/libs-base
> > git clone git://github.com/gnustep/libs-gui
> > git clone git://github.com/gnustep/libs-back
> >
> Done it, thanks.
> But it would be great to have an up-to-date guide reachable from the
> web-site, don't you agree?
> 

I do. In fact my plan was to do such a guide for ppc (doesn't exist
yet), but I'm stuck for now because of libobjc2. 
Maybe you could help debugging the issue I pointed before for ppc. I
can't.

Moreover, David Chisnall was asking for help to write the missing ppc
assembly files in libobjc2 (this causes some tests no to build), but I
can't help.


Bertrand


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


Re: Installing gnustep from version control sources

2018-04-16 Thread Mick Bert
2018-04-13 16:49 GMT+02:00 Bertrand Dekoninck :
>
>> On 13 April 2018 at 15:19, Mick Bert  wrote:
>>>
>>> Hello
>>> I would like to install gnustep on an old Apple iBook with Lubuntu
>>> 14.04 PowerPC
>>
> The matter on ppc is that libobjc2 cannot be used with clang for now (see
> https://github.com/gnustep/libobjc2/issues/65)
> I didn't try to build it with gcc.
The issue I have is different: it looks the assembler does not
recognise the assembly generated files

>
> So you should build gnustep with gcc, without libobjc2. It should run on any
> ppc distro (I use it on a daily basis on debian wheezy which is a older).
> Building should be straigthforward.
>
> You'll have to clone git repos :
> git clone git://github.com/gnustep/libs-make
> git clone git://github.com/gnustep/libs-base
> git clone git://github.com/gnustep/libs-gui
> git clone git://github.com/gnustep/libs-back
>
Done it, thanks.
But it would be great to have an up-to-date guide reachable from the
web-site, don't you agree?

--
Mick

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


Re: Installing gnustep from version control sources

2018-04-16 Thread Mick Bert
2018-04-13 15:49 GMT+02:00 Liam Proven :
> On 13 April 2018 at 15:19, Mick Bert  wrote:
>> Hello
>> I would like to install gnustep on an old Apple iBook with Lubuntu
>> 14.04 PowerPC
>
> 16.04 also exists for PowerPC. I think you will have more luck with
> the newer release.

It was my first choice, but I had big trouble with the graphic card
(freezing after few minutes of up-run). I could try a debian...
--
Mick

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


Re: Installing gnustep from version control sources

2018-04-13 Thread Bertrand Dekoninck


Le 13/04/2018 à 15:49, Liam Proven a écrit :

On 13 April 2018 at 15:19, Mick Bert  wrote:

Hello
I would like to install gnustep on an old Apple iBook with Lubuntu
14.04 PowerPC

16.04 also exists for PowerPC. I think you will have more luck with
the newer release.

The matter on ppc is that libobjc2 cannot be used with clang for now 
(see https://github.com/gnustep/libobjc2/issues/65)

I didn't try to build it with gcc.

So you should build gnustep with gcc, without libobjc2. It should run on 
any ppc distro (I use it on a daily basis on debian wheezy which is a 
older). Building should be straigthforward.


You'll have to clone git repos :
git clone git://github.com/gnustep/libs-make
git clone git://github.com/gnustep/libs-base
git clone git://github.com/gnustep/libs-gui
git clone git://github.com/gnustep/libs-back


Then build and install in that order :
1. Build and install gnustep-make without any objc2 related option at 
configure time

2. locate GNUstep.sh and source it
3. Run "make" in  base and install it with "sudo -E make install"
4. Do the same for gui and back

 gnustep-base, gnustep-gui, gnustep-back.

Hope this helps.
Bertrand



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


Re: Installing gnustep from version control sources

2018-04-13 Thread Liam Proven
On 13 April 2018 at 15:19, Mick Bert  wrote:
> Hello
> I would like to install gnustep on an old Apple iBook with Lubuntu
> 14.04 PowerPC

16.04 also exists for PowerPC. I think you will have more luck with
the newer release.

-- 
Liam Proven • Profile: https://about.me/liamproven
Email: lpro...@cix.co.uk • Google Mail/Hangouts/Plus: lpro...@gmail.com
Twitter/Facebook/Flickr: lproven • Skype/LinkedIn: liamproven
UK: +44 7939-087884 • ČR (+ WhatsApp/Telegram/Signal): +420 702 829 053

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


Installing gnustep from version control sources

2018-04-13 Thread Mick Bert
Hello
I would like to install gnustep on an old Apple iBook with Lubuntu
14.04 PowerPC, compiling it from sources taken from VCS, but I can not
find any updated guide to follow.

I found on the wiki [1] and [2], but the SVN address indicated is wrong.

Eventually I found the gnustep github page [3], but it left me a bit
confused. I remembered as the correct order of packages to install
was: -make, -base, -gui, -back.

Now, is tools-make a new name for gnuste-make? Is it to be installed for first?
Second: should I compile and install libobjc2 from that github before
-make? (thats what I actually tried to do).

Last but not least: trying to compile libobjc2, I realize that it
require a version of cmake newer than the one provided by my linux
distribution. Are there any workaround, or alternative way to compile?

Thanks,

[1] http://wiki.gnustep.org/index.php/Using_Subversion
[2]http://wiki.gnustep.org/index.php/GNUstep_SVN_Installation_Guide
[3] https://github.com/gnustep
--
Mick

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


Re: Installing GNUstep

2016-12-06 Thread Simon Gornall
Well, installing Ubuntu and running the script was painless - it all seems to 
work (I launched Gorm to check) so I’m probably good now, thanks :)

Cheers
Simon

> On Dec 5, 2016, at 9:30 AM, Patryk Laurent  wrote:
> 
> Hi Simon,
> 
> If you're open to other OSs, you might consider FreeBSD. I tried it last time 
> I was using gnustep and it was quite a smooth installation process. 
> 
> As I recall, I just used pkg ins to install gnustep libdispatch gmake xorg 
> 
> Patryk
> 
>> On Dec 5, 2016, at 7:06 AM, Simon Gornall  wrote:
>> 
>> Given the existence of the script mentioned above, it may be easier to 
>> install Ubuntu into a VM and go from there :)


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


Re: Installing GNUstep

2016-12-05 Thread Simon Gornall

> On Dec 2, 2016, at 8:28 AM, Matt Butch  wrote:
> 
> You could modify the script here for CentOS:
> 
> http://wiki.gnustep.org/index.php/GNUstep_under_Ubuntu_Linux
> 
> If you do that, we should add a new page for CentOS. Which either you can do 
> if you are up to it, or you can send it my way and I’ll take care of it. 

So I tried to do this, but ran into trouble with cmake requiring kqueue’s, 
which Centos doesn’t seem to support

Building libdispatch
Invoking CMake:
cmake .. -DCMAKE_BUILD_TYPE=Release '-GUnix Makefiles' 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_C_COMPILER=clang 
-DCMAKE_CXX_COMPILER=clang++ -DDISPATCH_ENABLE_TEST_SUITE=0 
-DDISPATCH_SANITIZE= --no-warn-unused-cli --warn-uninitialized 
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
CMake Error at 
/usr/share/cmake3/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
  Could NOT find kqueue (missing: KQUEUE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake3/Modules/FindPackageHandleStandardArgs.cmake:388 
(_FPHSA_FAILURE_MESSAGE)
  cmake/Findkqueue.cmake:20 (find_package_handle_standard_args)
  CMakeLists.txt:62 (find_package)

> On Dec 1, 2016, at 8:48 PM, Edwin Ancaer  wrote:
> 
> Hello Simon, 
> 
> I'm not the expert at it, but I used the instructions at 
> http://etoileos.com/downloads/installtrunk/ 
> , and they worked for me.
> 
> Of course, I have my own agenda mentioning Etoile here: they have this thing 
> called 
> Pragmatic Smalltalk, and I would like to see at least some more examples of 
> how to build applications with it. Maybe they notice this ?
> 
> But as I said, I think their build instructions will give you what you need. 
> 


I tried this also, but the instructions there are a bit out of date. Again with 
the dreaded cmake requirement (to compile clang), and again I couldn’t get it 
to work, but that’s probably because I was forced too far off the beaten path 
by cmake.

Given the existence of the script mentioned above, it may be easier to install 
Ubuntu into a VM and go from there :)

Thanks for the suggestions though :)

Simon___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep

2016-12-02 Thread Matt Butch
You could modify the script here for CentOS:

http://wiki.gnustep.org/index.php/GNUstep_under_Ubuntu_Linux

If you do that, we should add a new page for CentOS. Which either you can do if 
you are up to it, or you can send it my way and I’ll take care of it. 

-Matt

> On Dec 1, 2016, at 18:00, Simon Gornall  wrote:
> 
> So, I have a fresh new Centos 7 system, and I’m looking at the best way to 
> install GNUstep. There’s a lot of information out there, but I’m not sure 
> what the “best practices” way to do it is, to get a modern libObjc2 runtime, 
> and compiling with clang.
> 
> Is there a definitive site with instructions for this ? There used to be rpm 
> files to install everything but those seem to have been linked to an older, 
> and now non-supported linux version.
> 
> Thanks for any advice :)
> 
> Simon
> ___
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep


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


Pragmatic Smalltalk [Re: Installing GNUstep]

2016-12-02 Thread David Chisnall
Hi Edwin,

> On 2 Dec 2016, at 04:48, Edwin Ancaer  wrote:
> 
> Of course, I have my own agenda mentioning Etoile here: they have this thing 
> called 
> Pragmatic Smalltalk, and I would like to see at least some more examples of 
> how to build applications with it. Maybe they notice this ?

I’m the author of this code, and I’m sad to say that it’s somewhat bit-rotted.  
The LanguageKit framework that it uses for code generation is quite a few 
revisions behind LLVM trunk and the LLVM APIs have changed considerably in that 
time.  I haven’t yet had a chance to update it and it’s not very high up my 
to-do list at the moment.  I’d be happy to help out anyone who wanted to work 
on this infrastructure though...

David


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


Re: Installing GNUstep

2016-12-01 Thread Edwin Ancaer
Hello Simon,

I'm not the expert at it, but I used the instructions at
http://etoileos.com/downloads/installtrunk/, and they worked for me.

Of course, I have my own agenda mentioning Etoile here: they have this
thing called
Pragmatic Smalltalk, and I would like to see at least some more examples of
how to build applications with it. Maybe they notice this ?

But as I said, I think their build instructions will give you what you
need.

Kind regards,

2016-12-02 0:00 GMT+01:00 Simon Gornall :

> So, I have a fresh new Centos 7 system, and I’m looking at the best way to
> install GNUstep. There’s a lot of information out there, but I’m not sure
> what the “best practices” way to do it is, to get a modern libObjc2
> runtime, and compiling with clang.
>
> Is there a definitive site with instructions for this ? There used to be
> rpm files to install everything but those seem to have been linked to an
> older, and now non-supported linux version.
>
> Thanks for any advice :)
>
> Simon
> ___
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Installing GNUstep

2016-12-01 Thread Simon Gornall
So, I have a fresh new Centos 7 system, and I’m looking at the best way to 
install GNUstep. There’s a lot of information out there, but I’m not sure what 
the “best practices” way to do it is, to get a modern libObjc2 runtime, and 
compiling with clang.

Is there a definitive site with instructions for this ? There used to be rpm 
files to install everything but those seem to have been linked to an older, and 
now non-supported linux version.

Thanks for any advice :)

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


Re: Installing GNUstep using MacPorts

2013-12-02 Thread Kevin Ingwersen
I first make’d the gnustep-make stuff and prefixed it into /opt/GNUstep
Then I went and configured gnustep-base the same way and prefixed it into 
/opt/GNUstep too. Then I just ran make.
libobjc does not want to compile at all, because i am getting a lot of errors 
with the assembly code (something like „.type“ being undefined/unknown etc. 
Might be a clang issue).
The file that’s being compiled is:

Making all for subproject Additions...
 Compiling file GSObjCRuntime.m …

According to the README in ‚macosx/README‘, the Additions project is actually 
not volunteered and was last used in 10.3…and ./configure —help gives me no 
option to skip it either.

Kind regards.
Am 02.12.2013 um 08:55 schrieb Ryan Schmidt ryandes...@macports.org:

 
 On Dec 2, 2013, at 01:10, Kevin Ingwersen wrote:
 
 Well, I may actually start to volunteer for gnustep-macports. I just need to 
 finally get a working compiler that can compile gnustep correctly. The only 
 and current issue are some basic includes and weird declaration errors like:
 
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:410:42: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessible
^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:414:43: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessGroup
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:416:46: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizable
^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:418:49: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizableAny
 (…)
 
 But, if i get aorund this, there shouldnt be a big issue porting my current 
 way to macports! :)
 
 How did you get to this point? What steps would I need to take to reproduce 
 this issue on my own system? It’s hard to know what’s wrong, based on just 
 the information above. For example, I see that the Security framework is 
 being used (presumably this was requested by passing the flag “-framework 
 Security” to the compiler), but you didn’t show what file was being compiled 
 at the time.
 


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


Re: Installing GNUstep using MacPorts

2013-12-02 Thread Doc O'Leary
In article mailman.7747.1385916126.10748.discuss-gnus...@gnu.org,
 Riccardo Mottola riccardo.mott...@libero.it wrote:

 I suppose this is a macports problem: it fails to execute configure, it 
 is not a problem i have ever seen in GNUstep. You should ask the 
 Macports guys,

Don't pass the buck so quickly.  It is GNUstep that recommends MacPorts, 
not the other way around.  Fix your internal problems, and then you can 
start to blame others.

-- 
iPhone apps that matter:http://appstore.subsume.com/
My personal UDP list: 127.0.0.1, localhost, googlegroups.com, theremailer.net,
and probably your server, too.
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Installing GNUstep using MacPorts

2013-12-01 Thread Muhammad Hussein Nasrollahpour
I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I faced 
this problem.

MacPorts 2.2.1

[Users/Muhammad]  install gnustep 
---  Computing dependencies for gnustep
---  Dependencies to be installed: ArtResources gnustep-core gnustep-back 
gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl GMastermind 
GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 poppler cairo 
libpixman xorg-libXext xorg-xcb-util curl gobject-introspection lcms2 
openjpeg15 jbigkit poppler-data Pantomime PRICE TalkSoup netclasses Yap.app 
gworkspace system-preferences PreferencePanes windowmaker xorg-libXmu 
xorg-libXt xpm
---  Configuring gnustep-base
Error: Failed to configure gnustep-base, consult 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1/config.log
Error: org.macports.configure for port gnustep-base returned: configure 
failure: command execution failed
Error: Failed to install gnustep-base
Please see the log file for port gnustep-base for details:
   
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/main.log
Error: The following dependencies were not installed: ArtResources gnustep-core 
gnustep-back gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl GMastermind 
GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 poppler cairo 
libpixman xorg-libXext xorg-xcb-util curl gobject-introspection lcms2 
openjpeg15 jbigkit poppler-data Pantomime PRICE TalkSoup netclasses Yap.app 
gworkspace system-preferences PreferencePanes windowmaker xorg-libXmu 
xorg-libXt xpm
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port gnu step failed

main.log content(It’s located in 
opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/main.log)

version:1
:debug:configure changing euid/egid - current euid: 0 - current egid: 0
:debug:configure egid changed to: 501
:debug:configure euid changed to: 502
:debug:main Executing org.macports.main (gnustep-base)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (gnustep-base)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (gnustep-base)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (gnustep-base)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (gnustep-base)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (gnustep-base)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:configure configure phase started at Sun Dec  1 07:08:27 PST 2013
:notice:configure ---  Configuring gnustep-base
:debug:configure Using compiler 'Xcode Clang'
:debug:configure Executing org.macports.configure (gnustep-base)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -Os 
-arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -Os -arch x86_64' 
LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.9' 
CXX='/usr/bin/clang++' 
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/.CC_PRINT_OPTIONS'
 F90FLAGS='-pipe -Os -m64' LIBOBJC='-lobjc-gnu' LDFLAGS='-L/opt/local/lib 
-Wl,-headerpad_max_install_names -arch x86_64' FCFLAGS='-pipe -Os -m64' 
OBJC='/usr/bin/clang' OBJCXX='/usr/bin/clang++' INSTALL='/usr/bin/install -c' 
FFLAGS='-pipe -Os -m64' OBJCFLAGS='-pipe -Os -arch x86_64' OBJCXXFLAGS='-pipe 
-Os -arch x86_64' CC_PRINT_OPTIONS='YES' CC='/usr/bin/clang'
:debug:configure Assembled command: 'cd 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1
  ./configure --prefix=/opt/local CC=/usr/bin/clang 
GNUSTEP_MAKEFILES=/opt/local/share/GNUstep/Makefiles --disable-tls 
--enable-libffi --with-ffi-include=/opt/local/include/gcc42 
--with-ffi-library=/opt/local/lib/gcc42'
:debug:configure Executing command line:  cd 
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1
  ./configure --prefix=/opt/local CC=/usr/bin/clang 
GNUSTEP_MAKEFILES=/opt/local/share/GNUstep/Makefiles --disable-tls 
--enable-libffi 

Re: Installing GNUstep using MacPorts

2013-12-01 Thread Riccardo Mottola

Hi,

I suppose this is a macports problem: it fails to execute configure, it 
is not a problem i have ever seen in GNUstep. You should ask the 
Macports guys,


Riccardo

On 12/01/13 16:11, Muhammad Hussein Nasrollahpour wrote:
I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I 
faced this problem.


MacPorts 2.2.1

[Users/Muhammad]  install gnustep
--- Computing dependencies for gnustep
--- Dependencies to be installed: ArtResources gnustep-core 
gnustep-back gnustep-gui gnustep-base gnutls gmp libidn libtasn1 
nettle p11-kit curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg 
libart_lgpl GMastermind GMines GNUMail Etoile SQLClient Performance 
dbus oniguruma5 poppler cairo libpixman xorg-libXext xorg-xcb-util 
curl gobject-introspection lcms2 openjpeg15 jbigkit poppler-data 
Pantomime PRICE TalkSoup netclasses Yap.app gworkspace 
system-preferences PreferencePanes windowmaker xorg-libXmu xorg-libXt xpm

--- Configuring gnustep-base
Error: Failed to configure gnustep-base, consult 
/opt/local/var/macports/build

^
+--- see here
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Adam Fedor
I would not use macports. The gnustep package on on macports is really really 
old - 1.19 was released over 4 years ago. Plus they pretty much ignore any 
patches or bug reports you send in.

Again, I would not recommend installing GNUstep on Mac OSX, but if you want to 
try you could look at this:

http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install

Although even these instructions are old and probably out of date. You are on 
your own if you want to do this though. Trying to install GNUstep on OSX has 
turned many a programmer prematurely grey. ;-)

Adam

On Dec 1, 2013, at 8:11 AM, Muhammad Hussein Nasrollahpour 
iapplechocol...@me.com wrote:

 I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I faced 
 this problem.
 
 MacPorts 2.2.1
 
 [Users/Muhammad]  install gnustep 
 ---  Computing dependencies for gnustep
 ---  Dependencies to be installed: ArtResources gnustep-core gnustep-back 
 gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
 curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl 
 GMastermind GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 
 poppler cairo libpixman xorg-libXext xorg-xcb-util curl gobject-introspection 
 lcms2 openjpeg15 jbigkit poppler-data Pantomime PRICE TalkSoup netclasses 
 Yap.app gworkspace system-preferences PreferencePanes windowmaker xorg-libXmu 
 xorg-libXt xpm
 ---  Configuring gnustep-base
 Error: Failed to configure gnustep-base, consult 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1/config.log
 Error: org.macports.configure for port gnustep-base returned: configure 
 failure: command execution failed



signature.asc
Description: Message signed with OpenPGP using GPGMail
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Kevin Ingwersen
If I may add to this, if you want to use apple’s compilers for this, i 
recommend re-compiling GCC and their CCtools in order to get the latest linker 
and compiler binaries. It is basically what I amd oing…tryign to build a 
package. But i am stuck with building GCC :/. The reason is that clang 
appearently has some weird behaviors that is not really expected during 
building.
Kind regards, Ingwie
Am 01.12.2013 um 18:29 schrieb Adam Fedor fe...@gnu.org:

 I would not use macports. The gnustep package on on macports is really really 
 old - 1.19 was released over 4 years ago. Plus they pretty much ignore any 
 patches or bug reports you send in.
 
 Again, I would not recommend installing GNUstep on Mac OSX, but if you want 
 to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are on 
 your own if you want to do this though. Trying to install GNUstep on OSX has 
 turned many a programmer prematurely grey. ;-)
 
 Adam
 
 On Dec 1, 2013, at 8:11 AM, Muhammad Hussein Nasrollahpour 
 iapplechocol...@me.com wrote:
 
 I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I faced 
 this problem.
 
 MacPorts 2.2.1
 
 [Users/Muhammad]  install gnustep 
 ---  Computing dependencies for gnustep
 ---  Dependencies to be installed: ArtResources gnustep-core gnustep-back 
 gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
 curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl 
 GMastermind GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 
 poppler cairo libpixman xorg-libXext xorg-xcb-util curl 
 gobject-introspection lcms2 openjpeg15 jbigkit poppler-data Pantomime PRICE 
 TalkSoup netclasses Yap.app gworkspace system-preferences PreferencePanes 
 windowmaker xorg-libXmu xorg-libXt xpm
 ---  Configuring gnustep-base
 Error: Failed to configure gnustep-base, consult 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1/config.log
 Error: org.macports.configure for port gnustep-base returned: configure 
 failure: command execution failed
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep

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


Fwd: Installing GNUstep using MacPorts

2013-12-01 Thread Eric Wasylishen
Oops, forgot to cc list.

Begin forwarded message:

 From: Eric Wasylishen ewasylis...@gmail.com
 Subject: Re: Installing GNUstep using MacPorts
 Date: December 1, 2013 at 12:43:00 PM MST
 To: Muhammad Hussein Nasrollahpour iapplechocol...@me.com
 
 Hi Muhammad,
 The macports scripts have been broken for years.
 
 If you want to work on it, I have scripts which worked around 2 years ago, 
 which would be a good starting point: 
 https://github.com/ericwa/gnustep-macports-fixes
 
 Eric
 
 On Dec 1, 2013, at 8:11 AM, Muhammad Hussein Nasrollahpour 
 iapplechocol...@me.com wrote:
 
 I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I faced 
 this problem.
 
 MacPorts 2.2.1
 
 [Users/Muhammad]  install gnustep 
 ---  Computing dependencies for gnustep
 ---  Dependencies to be installed: ArtResources gnustep-core gnustep-back 
 gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
 curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl 
 GMastermind GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 
 poppler cairo libpixman xorg-libXext xorg-xcb-util curl 
 gobject-introspection lcms2 openjpeg15 jbigkit poppler-data Pantomime PRICE 
 TalkSoup netclasses Yap.app gworkspace system-preferences PreferencePanes 
 windowmaker xorg-libXmu xorg-libXt xpm
 ---  Configuring gnustep-base
 Error: Failed to configure gnustep-base, consult 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1/config.log
 Error: org.macports.configure for port gnustep-base returned: configure 
 failure: command execution failed
 Error: Failed to install gnustep-base
 Please see the log file for port gnustep-base for details:

 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/main.log
 Error: The following dependencies were not installed: ArtResources 
 gnustep-core gnustep-back gnustep-gui gnustep-base gnutls gmp libidn 
 libtasn1 nettle p11-kit curl-ca-bundle desktop-file-utils glib2 popt tiff 
 jpeg libart_lgpl GMastermind GMines GNUMail Etoile SQLClient Performance 
 dbus oniguruma5 poppler cairo libpixman xorg-libXext xorg-xcb-util curl 
 gobject-introspection lcms2 openjpeg15 jbigkit poppler-data Pantomime PRICE 
 TalkSoup netclasses Yap.app gworkspace system-preferences PreferencePanes 
 windowmaker xorg-libXmu xorg-libXt xpm
 To report a bug, follow the instructions in the guide:
 http://guide.macports.org/#project.tickets
 Error: Processing of port gnu step failed
 
 main.log content(It’s located in 
 opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/main.log)
 
 version:1
 :debug:configure changing euid/egid - current euid: 0 - current egid: 0
 :debug:configure egid changed to: 501
 :debug:configure euid changed to: 502
 :debug:main Executing org.macports.main (gnustep-base)
 :debug:main Privilege de-escalation not attempted as not running as root.
 :debug:main Skipping completed org.macports.archivefetch (gnustep-base)
 :debug:main Privilege de-escalation not attempted as not running as root.
 :debug:main Skipping completed org.macports.fetch (gnustep-base)
 :debug:main Privilege de-escalation not attempted as not running as root.
 :debug:main Skipping completed org.macports.checksum (gnustep-base)
 :debug:main Privilege de-escalation not attempted as not running as root.
 :debug:main Skipping completed org.macports.extract (gnustep-base)
 :debug:main Privilege de-escalation not attempted as not running as root.
 :debug:main Skipping completed org.macports.patch (gnustep-base)
 :debug:main Privilege de-escalation not attempted as not running as root.
 :debug:configure configure phase started at Sun Dec  1 07:08:27 PST 2013
 :notice:configure ---  Configuring gnustep-base
 :debug:configure Using compiler 'Xcode Clang'
 :debug:configure Executing org.macports.configure (gnustep-base)
 :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -Os 
 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-pipe -Os -arch 
 x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.9' 
 CXX='/usr/bin/clang++' 
 CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/.CC_PRINT_OPTIONS'
  F90FLAGS='-pipe -Os -m64' LIBOBJC='-lobjc-gnu' LDFLAGS='-L/opt/local/lib 
 -Wl,-headerpad_max_install_names -arch x86_64' FCFLAGS='-pipe -Os -m64' 
 OBJC='/usr/bin/clang' OBJCXX='/usr/bin/clang++' INSTALL='/usr/bin/install 
 -c' FFLAGS='-pipe -Os -m64' OBJCFLAGS='-pipe -Os -arch x86_64' 
 OBJCXXFLAGS='-pipe -Os -arch x86_64' CC_PRINT_OPTIONS='YES' 
 CC='/usr/bin/clang'
 :debug:configure Assembled command: 'cd 
 /opt/local/var/macports/build

Re: Installing GNUstep using MacPorts

2013-12-01 Thread Lars Sonchocky-Helldorf
Did you try mailing to macports-users macports-us...@lists.macosforge.org? 
This list is somewhat active, I have no idea whether someone responds to those 
addresses inside the portfiles.

cheers,

Lars

Am 01.12.2013 um 18:29 schrieb Adam Fedor:

 I would not use macports. The gnustep package on on macports is really really 
 old - 1.19 was released over 4 years ago. Plus they pretty much ignore any 
 patches or bug reports you send in.
 
 Again, I would not recommend installing GNUstep on Mac OSX, but if you want 
 to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are on 
 your own if you want to do this though. Trying to install GNUstep on OSX has 
 turned many a programmer prematurely grey. ;-)
 
 Adam
 
 On Dec 1, 2013, at 8:11 AM, Muhammad Hussein Nasrollahpour 
 iapplechocol...@me.com wrote:
 
 I tried to install GNUstep on OS X Mavericks 10.9 using MacPorts but I faced 
 this problem.
 
 MacPorts 2.2.1
 
 [Users/Muhammad]  install gnustep 
 ---  Computing dependencies for gnustep
 ---  Dependencies to be installed: ArtResources gnustep-core gnustep-back 
 gnustep-gui gnustep-base gnutls gmp libidn libtasn1 nettle p11-kit 
 curl-ca-bundle desktop-file-utils glib2 popt tiff jpeg libart_lgpl 
 GMastermind GMines GNUMail Etoile SQLClient Performance dbus oniguruma5 
 poppler cairo libpixman xorg-libXext xorg-xcb-util curl 
 gobject-introspection lcms2 openjpeg15 jbigkit poppler-data Pantomime PRICE 
 TalkSoup netclasses Yap.app gworkspace system-preferences PreferencePanes 
 windowmaker xorg-libXmu xorg-libXt xpm
 ---  Configuring gnustep-base
 Error: Failed to configure gnustep-base, consult 
 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnustep_gnustep-base/gnustep-base/work/gnustep-base-1.19.1/config.log
 Error: org.macports.configure for port gnustep-base returned: configure 
 failure: command execution failed
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep

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


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Ryan Schmidt
On Dec 1, 2013, at 14:32, Lars Sonchocky-Helldorf 
lars.sonchocky-helld...@hamburg.de wrote:

 Did you try mailing to macports-users macports-us...@lists.macosforge.org? 
 This list is somewhat active, I have no idea whether someone responds to 
 those addresses inside the portfiles.
 
 cheers,
 
   Lars
 
 Am 01.12.2013 um 18:29 schrieb Adam Fedor:
 
 I would not use macports. The gnustep package on on macports is really 
 really old - 1.19 was released over 4 years ago. Plus they pretty much 
 ignore any patches or bug reports you send in.

If by “they” you mean the MacPorts community, we certainly do respond to 
patches and bug reports. However we are a volunteer project. We have hundreds 
of contributors, who have volunteered to maintain various packages. 
Unfortunately, nobody has volunteered to maintain the gnustep packages in 
MacPorts, therefore bugs filed against those packages might not get resolved.

What we need is for someone who is interested in gnustep and understands how it 
should work to volunteer to maintain and update these packages and address the 
outstanding tickets.


 Again, I would not recommend installing GNUstep on Mac OSX, but if you want 
 to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are 
 on your own if you want to do this though. Trying to install GNUstep on OSX 
 has turned many a programmer prematurely grey. ;-)

And this may be a reason why nobody has yet figured out how to do it and 
translate that knowledge into a working MacPorts porfile.


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


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Kevin Ingwersen
Hey.

Well, I may actually start to volunteer for gnustep-macports. I just need to 
finally get a working compiler that can compile gnustep correctly. The only and 
current issue are some basic includes and weird declaration errors like:

/System/Library/Frameworks/Security.framework/Headers/SecItem.h:410:42: error: 
expected ';' after top level declarator
extern const CFTypeRef kSecAttrAccessible
 ^
/System/Library/Frameworks/Security.framework/Headers/SecItem.h:414:43: error: 
expected ';' after top level declarator
extern const CFTypeRef kSecAttrAccessGroup
  ^
/System/Library/Frameworks/Security.framework/Headers/SecItem.h:416:46: error: 
expected ';' after top level declarator
extern const CFTypeRef kSecAttrSynchronizable
 ^
/System/Library/Frameworks/Security.framework/Headers/SecItem.h:418:49: error: 
expected ';' after top level declarator
extern const CFTypeRef kSecAttrSynchronizableAny
(…)

But, if i get aorund this, there shouldnt be a big issue porting my current way 
to macports! :)

Kind regards, Ingwie
Am 02.12.2013 um 01:41 schrieb Ryan Schmidt ryandes...@macports.org:

 On Dec 1, 2013, at 14:32, Lars Sonchocky-Helldorf 
 lars.sonchocky-helld...@hamburg.de wrote:
 
 Did you try mailing to macports-users macports-us...@lists.macosforge.org? 
 This list is somewhat active, I have no idea whether someone responds to 
 those addresses inside the portfiles.
 
 cheers,
 
  Lars
 
 Am 01.12.2013 um 18:29 schrieb Adam Fedor:
 
 I would not use macports. The gnustep package on on macports is really 
 really old - 1.19 was released over 4 years ago. Plus they pretty much 
 ignore any patches or bug reports you send in.
 
 If by “they” you mean the MacPorts community, we certainly do respond to 
 patches and bug reports. However we are a volunteer project. We have hundreds 
 of contributors, who have volunteered to maintain various packages. 
 Unfortunately, nobody has volunteered to maintain the gnustep packages in 
 MacPorts, therefore bugs filed against those packages might not get resolved.
 
 What we need is for someone who is interested in gnustep and understands how 
 it should work to volunteer to maintain and update these packages and address 
 the outstanding tickets.
 
 
 Again, I would not recommend installing GNUstep on Mac OSX, but if you want 
 to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are 
 on your own if you want to do this though. Trying to install GNUstep on OSX 
 has turned many a programmer prematurely grey. ;-)
 
 And this may be a reason why nobody has yet figured out how to do it and 
 translate that knowledge into a working MacPorts porfile.
 
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep


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


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Dr. H. Nikolaus Schaller

Am 02.12.2013 um 08:10 schrieb Kevin Ingwersen:

 Hey.
 
 Well, I may actually start to volunteer for gnustep-macports. I just need to 
 finally get a working compiler that can compile gnustep correctly. The only 
 and current issue are some basic includes and weird declaration errors like:
 
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:410:42: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessible
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:414:43: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessGroup
  ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:416:46: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizable
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:418:49: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizableAny
 (…)

This looks to me as if the macports compiler is referencing the OS X header 
files in /System/Library. So you might have to work with -I or -nostdinc etc.


 But, if i get aorund this, there shouldnt be a big issue porting my current 
 way to macports! :)
 
 Kind regards, Ingwie
 Am 02.12.2013 um 01:41 schrieb Ryan Schmidt ryandes...@macports.org:
 
 On Dec 1, 2013, at 14:32, Lars Sonchocky-Helldorf 
 lars.sonchocky-helld...@hamburg.de wrote:
 
 Did you try mailing to macports-users 
 macports-us...@lists.macosforge.org? This list is somewhat active, I have 
 no idea whether someone responds to those addresses inside the portfiles.
 
 cheers,
 
 Lars
 
 Am 01.12.2013 um 18:29 schrieb Adam Fedor:
 
 I would not use macports. The gnustep package on on macports is really 
 really old - 1.19 was released over 4 years ago. Plus they pretty much 
 ignore any patches or bug reports you send in.
 
 If by “they” you mean the MacPorts community, we certainly do respond to 
 patches and bug reports. However we are a volunteer project. We have 
 hundreds of contributors, who have volunteered to maintain various packages. 
 Unfortunately, nobody has volunteered to maintain the gnustep packages in 
 MacPorts, therefore bugs filed against those packages might not get resolved.
 
 What we need is for someone who is interested in gnustep and understands how 
 it should work to volunteer to maintain and update these packages and 
 address the outstanding tickets.
 
 
 Again, I would not recommend installing GNUstep on Mac OSX, but if you 
 want to try you could look at this:
 
 http://wiki.gnustep.org/index.php/Platform:BSD#Full_Install
 
 Although even these instructions are old and probably out of date. You are 
 on your own if you want to do this though. Trying to install GNUstep on 
 OSX has turned many a programmer prematurely grey. ;-)
 
 And this may be a reason why nobody has yet figured out how to do it and 
 translate that knowledge into a working MacPorts porfile.
 
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep
 
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep


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


Re: Installing GNUstep using MacPorts

2013-12-01 Thread Ryan Schmidt

On Dec 2, 2013, at 01:10, Kevin Ingwersen wrote:

 Well, I may actually start to volunteer for gnustep-macports. I just need to 
 finally get a working compiler that can compile gnustep correctly. The only 
 and current issue are some basic includes and weird declaration errors like:
 
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:410:42: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessible
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:414:43: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrAccessGroup
  ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:416:46: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizable
 ^
 /System/Library/Frameworks/Security.framework/Headers/SecItem.h:418:49: 
 error: expected ';' after top level declarator
 extern const CFTypeRef kSecAttrSynchronizableAny
 (…)
 
 But, if i get aorund this, there shouldnt be a big issue porting my current 
 way to macports! :)

How did you get to this point? What steps would I need to take to reproduce 
this issue on my own system? It’s hard to know what’s wrong, based on just the 
information above. For example, I see that the Security framework is being used 
(presumably this was requested by passing the flag “-framework Security” to the 
compiler), but you didn’t show what file was being compiled at the time.


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


Re: Installing GNUstep on FreeBSD

2012-09-25 Thread Riccardo Mottola

Hi,

Hi guys,

A while back I mentioned that I had been working on a new IDE for 
GNUstep. I am now testing out the different environments that GNUsteps 
runs to learn more about what I will need to do to make it work best 
on clean systems. Anyways, I am far from terminal loving expert and 
was just wondering if I could get some help installing a fresh GNUstep 
environment on FreeBSD. I simply want the simplest configuration with 
wmaker, cairo, Objectve-C 2.0, gnu-base, gnu-gui, /et cetera/. I have 
been trying for days to simply compile GNUstep on FreeBSD 9.0  fresh 
instillation using the various instructions on the internet and keep 
getting all sorts of errors. I would like to simply use the ports 
available on FreeBSD to do the job, but have found instructions which 
include changing configuration files, to changing etc/make.conf. Where 
the instructions on the GNUStep website is as easy as


Where I get a 'needs compiler' error. But Clang and GCC are installed.
Ports should install clenaly, or there is a bug in ports. I think the 
freebsd maintainers read this list, but you should rebort the bugs 
directly to freebsd.


FreeBSD's 9 default compilers are crippled; gcc got obj-c supprot 
removed sinve freebsd8 and thus cannot compile GS, while the default 
clang doesn't work either. But you can install gcc or clang from ports 
and then instruct make to use it.


I am running gnustep on freebsd compiled from sources without troubles.

each time you configure, do:
./configure CC=/usr/local/bin/clang

(or the equivalent to your gcc installed from ports, to override the 
default gcc and clang compilers).


For packages that do not need configure, you don't need this, they will 
just work fine with make.


I do not prefer to use an SVN, I was having more problems with that 
then I wanted.
Agreed, it is a bad advice that is often given by developers. However 
you can get easily the nightly tarballs that get generated each day as 
well as release tarballs, if the releases aren't current enough for you.


I am learning fast, and eventually I want to release the IDE I am 
developing for both OS X and GNUstep/FreeBSD (clean environment). Any 
help appreciated.


Also, It seems that Ubuntu is the easiest to get it running on, but I 
think I'd prefer something with out another setup already installed.


For the quickest way, there is a read-made ISO image for virtual 
machine, one step to gnustep.


Installing GS is really simple on most platforms: configure  make 
install. On FreeBSD 9 you have the


Riccardo

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


Installing GNUstep on FreeBSD

2012-09-24 Thread dr_clow
Hi guys, 

A while back I mentioned that I had been working on a new IDE for GNUstep. I am 
now testing out the different environments that GNUsteps runs to learn more 
about what I will need to do to make it work best on clean systems. Anyways, I 
am far from terminal loving expert and was just wondering if I could get some 
help installing a fresh GNUstep environment on FreeBSD. I simply want the 
simplest configuration with wmaker, cairo, Objectve-C 2.0, gnu-base, gnu-gui, 
et cetera. I have been trying for days to simply compile GNUstep on FreeBSD 9.0 
 fresh instillation using the various instructions on the internet and keep 
getting all sorts of errors. I would like to simply use the ports available on 
FreeBSD to do the job, but have found instructions which include changing 
configuration files, to changing etc/make.conf. Where the instructions on the 
GNUStep website is as easy as 

cd /usr/ports/devel/gnustep
make install clean

Where I get a 'needs compiler' error. But Clang and GCC are installed. 

I do not prefer to use an SVN, I was having more problems with that then I 
wanted. 

Then there are these 
http://www.freebsdonline.com/index2.php?option=com_contentdo_pdf=1id=932 
instructions. 

I have tried getting Étoilé to install as well using their instructions, but 
since I can't even get past the GNUstep part, it seems to fail for me. 

I am learning fast, and eventually I want to release the IDE I am developing 
for both OS X and GNUstep/FreeBSD (clean environment). Any help appreciated.

Also, It seems that Ubuntu is the easiest to get it running on, but I think I'd 
prefer something with out another setup already installed. 

- Austin___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Csanyi Pal csanyi...@gmail.com writes:

 Csanyi Pal csanyi...@gmail.com writes:

 The following message is a courtesy copy of an article
 that has been posted to gmane.comp.lib.gnustep.general as well.

 Sebastian Reitenbach sebas...@l00-bugdead-prods.de writes:

 On Sunday, February 5, 2012 20:25 CET, Csanyi Pal
 csanyi...@gmail.com wrote: 
  
 Ivan Vučica ivuc...@gmail.com writes:
 
  On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com
  wrote: 
 
  How can I start development applications, like ProjectManager, 

  ProjectCenter, Gorm, and user applications?
 
  Using my script, the official SVN repository for GNUstep, from this 
  URL, 
   http://svn.gna.org/svn/gnustep/modules/
  was checked out in ~/gnustep.
 
 I did run this script in the
 ~/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/
 directory instead of /home/csanyipal/
 
  clang was built and kept in ~/llvm/Release+Asserts/bin - I
  recommend you add this to your $PATH. Either enter this each time
  before building GNUstep apps: 
   $ export PATH=$PATH:$PWD/Release+Asserts/bin
  or add it to ~/.bash_profile or ~/.bashrc
 
 I edited my ~.xsessionrc as:
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 
 # GNUstep was built using clang. Tell make to use clang:
 export CC=clang
 
 # you'll have to source the GNUstep.sh file
 # This tells various GNUmakefiles where to find GNUstep and how it's

 # configured. 
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 # GNUstep Distributed Objects' database miatt
 gdnc
 gpbs
 
 I did relogin into my X Window system and run in an xterm window:
 $ env
 
 GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local
 
 GUILE_LOAD_PATH=/usr/GNUstep/Local/Library/Libraries/Guile:\
 /usr/GNUstep/System/Library/Libraries/Guile:\
 /home/csanyipal/GNUstep/Library/Libraries/Guile:\
 /usr/local/lib/GNUstep/Libraries/Guile
 
 GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network
 GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles
 GNUSTEP_FLATTENED=yes
 GNUSTEP_HOST_OS=linux-gnu
 GNUSTEP_HOST_VENDOR=unknown
 MAIL=/var/mail/csanyipal
 
 PATH=/usr/GNUstep/Local/Tools:/usr/GNUstep/System/Tools:\
 /home/csanyipal/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/\
 llvm/Release+Asserts/bin:/home/csanyipal/GNUstep/Tools:\
 /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
 
 PWD=/home/csanyipal
 LANG=hu_HU.UTF-8
 GNUSTEP_HOST_CPU=x86_64
 HOME=/home/csanyipal
 GNUSTEP_USER_ROOT=/home/csanyipal/GNUstep
 GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System
 
 GNUSTEP_PATHLIST=/usr/local/System:/usr/local/Network:\
 /usr/local/Local:/home/csanyipal/GNUstep
 
 CLASSPATH=/usr/GNUstep/Local/Library/Libraries/Java:\
 /usr/GNUstep/System/Library/Libraries/Java:\
 /usr/local/lib/GNUstep/Libraries/Java:\
 /home/csanyipal/GNUstep/Library/Libraries/Java
 LIBRARY_COMBO=gnu-gnu-gnu
 INFOPATH=/usr/local/share/info::\
 /home/csanyipal/GNUstep/Library/Documentation/info::\
 /usr/GNUstep/System/Library/Documentation/info::\
 /usr/GNUstep/Local/Library/Documentation/info:
 DISPLAY=:0.0
 CC=clang
 
  Now that we did that, we can actually build apps.
 
  Additional apps are in ~/gnustep/dev-apps/ and
  ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
   $ make
   $ sudo make install
 
  You can now easily build and install projectcenter and gorm, and use
  them for further development. 
 
 Say I'm trying to build gorm:
 cd /home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/gnustep/dev-apps/gorm
 
 make
 It run successfully, but
 sudo make install

 GNUmakefile:29: /common.make: No such file or directory
 GNUmakefile:182: /aggregate.make: No such file or directory
 GNUmakefile:183: /application.make: No such file or directory
 make: *** No rule to make target `/application.make'.  Stop.
 
 I don't understand how can this happen, even if I run in this directory:
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 Any advices?

 make sure you have SETENV set in /etc/sudoers like this:

 csanyipal ALL=(ALL) NOPASSWD: SETENV: ALL

 I edited sudoers and added this line abowe to it.

 then you should be able to do:

 sudo -E make install

I have installed now Gorm and ProjectCenter but can't run these:

 2012-02-05 23:06:13.666 Gorm[4455] Did not find correct version of
 backend (libgnustep-art-023.bundle), falling back to std
 (libgnustep-art.bundle). 
 2012-02-05 23:06:13.668 Gorm[4455] NSApplication.m:304  Assertion failed
 in BOOL initialize_gnustep_backend().  Unable to find backend
 libgnustep-art 
 Gorm: Uncaught exception NSInternalInconsistencyException, reason:
 NSApplication.m:304  Assertion failed in BOOL
 initialize_gnustep_backend().  Unable to find backend libgnustep-art 
 Aborted

Where should be the backend libgnustep-art?

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Wolfgang Lux
Csanyi Pal wrote:

 I have installed now Gorm and ProjectCenter but can't run these:
 
 2012-02-05 23:06:13.666 Gorm[4455] Did not find correct version of
 backend (libgnustep-art-023.bundle), falling back to std
 (libgnustep-art.bundle). 
 2012-02-05 23:06:13.668 Gorm[4455] NSApplication.m:304  Assertion failed
 in BOOL initialize_gnustep_backend().  Unable to find backend
 libgnustep-art 
 Gorm: Uncaught exception NSInternalInconsistencyException, reason:
 NSApplication.m:304  Assertion failed in BOOL
 initialize_gnustep_backend().  Unable to find backend libgnustep-art 
 Aborted
 
 Where should be the backend libgnustep-art?

This rather looks like a misconfiguration of your installation. If you didn't 
configure gnustep-back with a --with-name=art option there will be no bundle 
named libgnustep-art.bundle.

Try
  defaults delete NSGlobalDomain GSBackend
and then start Gorm or ProjectCenter again.

Wolfgang

PS The backend bundle (as are all other bundles) is stored in 
/usr/GNUstep/System/Library/Bundles or /usr/GNUstep/Local/Library/Bundles 
depending on your configuration.
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Wolfgang Lux wolfgang@gmail.com writes:

 Csanyi Pal wrote:

 I have installed now Gorm and ProjectCenter but can't run these:
 
 2012-02-05 23:06:13.666 Gorm[4455] Did not find correct version of
 backend (libgnustep-art-023.bundle), falling back to std
 (libgnustep-art.bundle). 
 2012-02-05 23:06:13.668 Gorm[4455] NSApplication.m:304  Assertion
 failed in BOOL initialize_gnustep_backend().  Unable to find backend
 libgnustep-art 
 Gorm: Uncaught exception NSInternalInconsistencyException, reason:
 NSApplication.m:304  Assertion failed in BOOL
 initialize_gnustep_backend().  Unable to find backend libgnustep-art
 Aborted
 
 Where should be the backend libgnustep-art?

 This rather looks like a misconfiguration of your installation. If you
 didn't configure gnustep-back with a --with-name=art option there will
 be no bundle named libgnustep-art.bundle. 

I used script of Ivan Vučica and in it is this line for building
gnustep-back:
./configure --enable-graphics=cairo  make -j 3  sudo -E make install

 Try
   defaults delete NSGlobalDomain GSBackend
 and then start Gorm or ProjectCenter again.

I tried it and it works.

Now if I run
defaults read NSGlobalDomain GSBackend

then I get
defaults read: couldn't read default

Should I rebuild gnustep with the script of Ivan but with modified line
in it?

cd ../back
./configure --enable-graphics=cairo --with-name=art  make -j 3  sudo -E 
make install

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Wolfgang Lux
Csanyi Pal wrote:

 Wolfgang Lux wolfgang@gmail.com writes:
 
 Csanyi Pal wrote:
 
 I have installed now Gorm and ProjectCenter but can't run these:
 
 2012-02-05 23:06:13.666 Gorm[4455] Did not find correct version of
 backend (libgnustep-art-023.bundle), falling back to std
 (libgnustep-art.bundle). 
 2012-02-05 23:06:13.668 Gorm[4455] NSApplication.m:304  Assertion
 failed in BOOL initialize_gnustep_backend().  Unable to find backend
 libgnustep-art 
 Gorm: Uncaught exception NSInternalInconsistencyException, reason:
 NSApplication.m:304  Assertion failed in BOOL
 initialize_gnustep_backend().  Unable to find backend libgnustep-art
 Aborted
 
 Where should be the backend libgnustep-art?
 
 This rather looks like a misconfiguration of your installation. If you
 didn't configure gnustep-back with a --with-name=art option there will
 be no bundle named libgnustep-art.bundle. 
 
 I used script of Ivan Vučica and in it is this line for building
 gnustep-back:
 ./configure --enable-graphics=cairo  make -j 3  sudo -E make install
 
 Try
  defaults delete NSGlobalDomain GSBackend
 and then start Gorm or ProjectCenter again.
 
 I tried it and it works.
 
 Now if I run
 defaults read NSGlobalDomain GSBackend
 
 then I get
 defaults read: couldn't read default

This is correct. The default delete command does what it says: It deletes the 
respective default and therefore the command default read can no longer read 
it. Admittedly, the message could be improved to say that the default does not 
exist at all.

 
 Should I rebuild gnustep with the script of Ivan but with modified line
 in it?
 
 cd ../back
 ./configure --enable-graphics=cairo --with-name=art  make -j 3  sudo -E 
 make install

Don't do that. Using the name art for the cairo backend (selected with 
--enable-graphics=cairo) would be confusing everybody. The --with-name option 
really makes sense only if you are installing different backend bundles 
(GNUstep provides art, cairo, and xlib) in parallel and want to be able to 
switch between them, which is achieved by changing the GSBackend default. If 
you only use a single backend bundle, it is best to stick to the default name, 
which is gnustep-back for that matter, and leave the GSBackend default unset.

Wolfgang


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Ivan Vučica ivuc...@gmail.com writes:

 On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:

 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?

 GNUstep was built and installed into /usr/GNUstep. Before being able
 to build any GNUstep apps using command line, you'll have to source
 the GNUstep.sh file. You can enter it whenever building GNUstep apps
 in command line, or add it to ~/.bash_profile or ~/.bashrc 

 $ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 This tells various GNUmakefiles where to find GNUstep and how it's
 configured. 

 Now that we did that, we can actually build apps.

 Additional apps are in ~/gnustep/dev-apps/ and
 ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
 $ make
 $ sudo make install

 You can now easily build and install projectcenter and gorm, and use
 them for further development. 

I have installed now ProjectCenter and Gorm and I can start these only
from xterm window.

My desktop environment is Window Maker and in this environment I have
icons for every application, so one for Gorm and one for ProjectCenter
too. I have an issue that I can't to start say Gorm with double click on
it's icon: nothing happen than, instead of start it running. This is
probably a PATH issue, right?

I'm trying to setup PATH so one can start say Gorm using it's icon. I
run the command in an xterm window:
export PATH=/usr/GNUstep/Local/Applications:$PATH

but that doesn't help.

I get these in ~/.xsession-errors
ProjectCenter: error while loading shared libraries:
libProjectCenter.so.0: cannot open shared object file: No such file or
directory 
Gorm: error while loading shared libraries: libGormCore.so.1: cannot
open shared object file: No such file or directory 

I tried to edit
~/GNUstep/Library/WindowMaker/autostart
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
export PATH=/usr/GNUstep/Local/Applications:$PATH

but that doesn't help too.

Any advices?

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Niels Grewe
Am 06.02.2012 15:15, schrieb Csanyi Pal:
 Ivan Vučica ivuc...@gmail.com writes:
 
 On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:

 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?
 
 GNUstep was built and installed into /usr/GNUstep. Before being able
 to build any GNUstep apps using command line, you'll have to source
 the GNUstep.sh file. You can enter it whenever building GNUstep apps
 in command line, or add it to ~/.bash_profile or ~/.bashrc 
 
 $ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 This tells various GNUmakefiles where to find GNUstep and how it's
 configured. 

 Now that we did that, we can actually build apps.

 Additional apps are in ~/gnustep/dev-apps/ and
 ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
 $ make
 $ sudo make install

 You can now easily build and install projectcenter and gorm, and use
 them for further development. 
 
 I have installed now ProjectCenter and Gorm and I can start these only
 from xterm window.
 
 My desktop environment is Window Maker and in this environment I have
 icons for every application, so one for Gorm and one for ProjectCenter
 too. I have an issue that I can't to start say Gorm with double click on
 it's icon: nothing happen than, instead of start it running. This is
 probably a PATH issue, right?
 
 I'm trying to setup PATH so one can start say Gorm using it's icon. I
 run the command in an xterm window:
 export PATH=/usr/GNUstep/Local/Applications:$PATH
 
 but that doesn't help.
 
 I get these in ~/.xsession-errors
 ProjectCenter: error while loading shared libraries:
 libProjectCenter.so.0: cannot open shared object file: No such file or
 directory 
 Gorm: error while loading shared libraries: libGormCore.so.1: cannot
 open shared object file: No such file or directory 
 
 I tried to edit
 ~/GNUstep/Library/WindowMaker/autostart
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 export PATH=/usr/GNUstep/Local/Applications:$PATH
 
 but that doesn't help too.
 
 Any advices?

You should add /usr/GNUstep/Local/Library/Libraries/ or wherever those
libraries live to your LD_LIBRARY_PATH so that the dynamic linker can
find them. Usually the GNUstep.sh script from GNUstep make will do that
for you. Did you source it in your .bashrc/.profile as was previously
suggested in this thread?

Cheers,

Niels



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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Niels Grewe niels.gr...@halbordnung.de writes:

 Am 06.02.2012 15:15, schrieb Csanyi Pal:
 Ivan Vučica ivuc...@gmail.com writes:
 
 On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:

 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?
 
 GNUstep was built and installed into /usr/GNUstep. Before being able
 to build any GNUstep apps using command line, you'll have to source
 the GNUstep.sh file. You can enter it whenever building GNUstep apps
 in command line, or add it to ~/.bash_profile or ~/.bashrc 
 
 $ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 This tells various GNUmakefiles where to find GNUstep and how it's
 configured. 

 Now that we did that, we can actually build apps.

 Additional apps are in ~/gnustep/dev-apps/ and
 ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
 $ make
 $ sudo make install

 You can now easily build and install projectcenter and gorm, and use
 them for further development. 
 
 I have installed now ProjectCenter and Gorm and I can start these only
 from xterm window.
 
 My desktop environment is Window Maker and in this environment I have
 icons for every application, so one for Gorm and one for ProjectCenter
 too. I have an issue that I can't to start say Gorm with double click on
 it's icon: nothing happen than, instead of start it running. This is
 probably a PATH issue, right?
 
 I'm trying to setup PATH so one can start say Gorm using it's icon. I
 run the command in an xterm window:
 export PATH=/usr/GNUstep/Local/Applications:$PATH
 
 but that doesn't help.
 
 I get these in ~/.xsession-errors
 ProjectCenter: error while loading shared libraries:
 libProjectCenter.so.0: cannot open shared object file: No such file or
 directory 
 Gorm: error while loading shared libraries: libGormCore.so.1: cannot
 open shared object file: No such file or directory 
 
 I tried to edit
 ~/GNUstep/Library/WindowMaker/autostart
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 export PATH=/usr/GNUstep/Local/Applications:$PATH
 
 but that doesn't help too.

 You should add /usr/GNUstep/Local/Library/Libraries/ or wherever those
 libraries live to your LD_LIBRARY_PATH so that the dynamic linker can
 find them. Usually the GNUstep.sh script from GNUstep make will do that
 for you. Did you source it in your .bashrc/.profile as was previously
 suggested in this thread?

Yes I did source the GNUstep.sh script in more than one files:
~/.bashrc
~/.profile
~/.xinitrc
~/.xsessionrc

The output of env shows me the value of LD_LIBRARY_PATH:

LD_LIBRARY_PATH=/home/csanyipal/GNUstep/Library/Libraries:\
/usr/GNUstep/Local/Library/Libraries:\
/usr/GNUstep/System/Library/Libraries

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Wolfgang Lux
Csanyi Pal wrote:

 Yes I did source the GNUstep.sh script in more than one files:
 ~/.bashrc
 ~/.profile
 ~/.xinitrc
 ~/.xsessionrc
 
 The output of env shows me the value of LD_LIBRARY_PATH:
 
 LD_LIBRARY_PATH=/home/csanyipal/GNUstep/Library/Libraries:\
 /usr/GNUstep/Local/Library/Libraries:\
 /usr/GNUstep/System/Library/Libraries

That looks fine. However, if you are doing this from a shell which explicitly 
sources the GNUstep.sh script it doesn't tell you anything. Is there any chance 
that your login is managed by gdm? It has a security feature to clean out 
LD_LIBRARY_PATH before starting the window manager. Under Ubuntu I ended up 
creating a ~/.gnomerc file with the following contents to work around this 
feature:

STARTUP=env LD_LIBRARY_PATH=$LD_LIBRARY_PATH $STARTUP

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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Wolfgang Lux
I wrote:

 That looks fine. However, if you are doing this from a shell which explicitly 
 sources the GNUstep.sh script it doesn't tell you anything. Is there any 
 chance that your login is managed by gdm? It has a security feature to 
 clean out LD_LIBRARY_PATH before starting the window manager.

Upon a thought, I probably shouldn't blame gdm here. It may just be Ubuntu's or 
Debian's particular use the login scripts.

Wolfgang


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Wolfgang Lux wolfgang@gmail.com writes:

 Csanyi Pal wrote:

 Yes I did source the GNUstep.sh script in more than one files:
 ~/.bashrc
 ~/.profile
 ~/.xinitrc
 ~/.xsessionrc
 
 The output of env shows me the value of LD_LIBRARY_PATH:
 
 LD_LIBRARY_PATH=/home/csanyipal/GNUstep/Library/Libraries:\
 /usr/GNUstep/Local/Library/Libraries:\
 /usr/GNUstep/System/Library/Libraries

 That looks fine. However, if you are doing this from a shell which
 explicitly sources the GNUstep.sh script it doesn't tell you
 anything. Is there any chance that your login is managed by gdm? It
 has a security feature to clean out LD_LIBRARY_PATH before starting
 the window manager. Under Ubuntu I ended up creating a ~/.gnomerc file
 with the following contents to work around this feature: 

 STARTUP=env LD_LIBRARY_PATH=$LD_LIBRARY_PATH $STARTUP

I'm using SLiM http://slim.berlios.de

It has a configuration file here:
/etc/slim.conf

Should I edit it and place abowe line into it?

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Csanyi Pal csanyi...@gmail.com writes:

 Niels Grewe niels.gr...@halbordnung.de writes:

 Am 06.02.2012 15:15, schrieb Csanyi Pal:
 Ivan Vučica ivuc...@gmail.com writes:
 
 On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:

 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?
 
 GNUstep was built and installed into /usr/GNUstep. Before being able
 to build any GNUstep apps using command line, you'll have to source
 the GNUstep.sh file. You can enter it whenever building GNUstep apps
 in command line, or add it to ~/.bash_profile or ~/.bashrc 
 
 $ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 This tells various GNUmakefiles where to find GNUstep and how it's
 configured. 

 Now that we did that, we can actually build apps.

 Additional apps are in ~/gnustep/dev-apps/ and
 ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
 $ make
 $ sudo make install

 You can now easily build and install projectcenter and gorm, and use
 them for further development. 
 
 I have installed now ProjectCenter and Gorm and I can start these only
 from xterm window.
 
 My desktop environment is Window Maker and in this environment I have
 icons for every application, so one for Gorm and one for ProjectCenter
 too. I have an issue that I can't to start say Gorm with double click on
 it's icon: nothing happen than, instead of start it running. This is
 probably a PATH issue, right?
 
 I'm trying to setup PATH so one can start say Gorm using it's icon. I
 run the command in an xterm window:
 export PATH=/usr/GNUstep/Local/Applications:$PATH
 
 but that doesn't help.
 
 I get these in ~/.xsession-errors
 ProjectCenter: error while loading shared libraries:
 libProjectCenter.so.0: cannot open shared object file: No such file or
 directory 
 Gorm: error while loading shared libraries: libGormCore.so.1: cannot
 open shared object file: No such file or directory 

I don't get anymore these errors in ~/.xsession-errors file.
Instead, when I double click on the Gorm icon, I get error message in a
dialog box:
Error
I can't run the Gorm command
   OK

or something like that; I must translate this message from Hungarian.

So it seems that the X Window syste, or Window Maker can't find the
GNUstep applications that are in /usr/GNUstep/Local/Tools/ directory,
like Gorm, ProjectCenter, SystemPreferences, Thematic, Ink and my
installed Renaissance project LPT_Interface.

 You should add /usr/GNUstep/Local/Library/Libraries/ or wherever those
 libraries live to your LD_LIBRARY_PATH so that the dynamic linker can
 find them. Usually the GNUstep.sh script from GNUstep make will do that
 for you. Did you source it in your .bashrc/.profile as was previously
 suggested in this thread?

 Yes I did source the GNUstep.sh script in more than one files:

I have now these setup in following files:
 ~/.bashrc
export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
export CC=clang
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

 ~/.profile
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

 ~/.xinitrc
Nothing related to GNUstep.

 ~/.xsessionrc
Nothing related to GNUstep.

Double click should starts GNUstep applications from Window Maker
icons. 

How can I get it to works?

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-06 Thread Csanyi Pal
Csanyi Pal csanyi...@gmail.com writes:

 Csanyi Pal csanyi...@gmail.com writes:

 Niels Grewe niels.gr...@halbordnung.de writes:

 Am 06.02.2012 15:15, schrieb Csanyi Pal:
 Ivan Vučica ivuc...@gmail.com writes:
 
 On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:

 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?
 
 GNUstep was built and installed into /usr/GNUstep. Before being able
 to build any GNUstep apps using command line, you'll have to source
 the GNUstep.sh file. You can enter it whenever building GNUstep apps
 in command line, or add it to ~/.bash_profile or ~/.bashrc 
 
 $ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 This tells various GNUmakefiles where to find GNUstep and how it's
 configured. 

 Now that we did that, we can actually build apps.

 Additional apps are in ~/gnustep/dev-apps/ and
 ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
 $ make
 $ sudo make install

 You can now easily build and install projectcenter and gorm, and use
 them for further development. 
 
 I have installed now ProjectCenter and Gorm and I can start these only
 from xterm window.
 
 My desktop environment is Window Maker and in this environment I have
 icons for every application, so one for Gorm and one for ProjectCenter
 too. I have an issue that I can't to start say Gorm with double click on
 it's icon: nothing happen than, instead of start it running. This is
 probably a PATH issue, right?
 
 I'm trying to setup PATH so one can start say Gorm using it's icon. I
 run the command in an xterm window:
 export PATH=/usr/GNUstep/Local/Applications:$PATH
 
 but that doesn't help.
 
 I get these in ~/.xsession-errors
 ProjectCenter: error while loading shared libraries:
 libProjectCenter.so.0: cannot open shared object file: No such file or
 directory 
 Gorm: error while loading shared libraries: libGormCore.so.1: cannot
 open shared object file: No such file or directory 

 I don't get anymore these errors in ~/.xsession-errors file.
 Instead, when I double click on the Gorm icon, I get error message in a
 dialog box:
 Error
 I can't run the Gorm command
OK

 or something like that; I must translate this message from Hungarian.

Well, I'm trying every combination of setup...
Now, when I put a line
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

again in the ~/.xinitrc and relogin into X Window system, then I get
again errors in ~/.xsession-errors
Gorm: error while loading shared libraries: libGormCore.so.1: cannot
open shared object file: No such file or directory

 You should add /usr/GNUstep/Local/Library/Libraries/ or wherever those
 libraries live to your LD_LIBRARY_PATH so that the dynamic linker can
 find them. Usually the GNUstep.sh script from GNUstep make will do that
 for you. Did you source it in your .bashrc/.profile as was previously
 suggested in this thread?

 Yes I did source the GNUstep.sh script in more than one files:

 I have now these setup in following files:
 ~/.bashrc
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 export CC=clang
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

 ~/.profile
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

 ~/.xinitrc
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

I edited this again after I red
http://gnustep.made-it.com/BuildGuide/#DEFAULT.APPS

 ~/.xsessionrc
 Nothing related to GNUstep.

 Double click should starts GNUstep applications from Window Maker
 icons. 

Please help me to solve this problem!

-- 
Regards from Pal


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


Installing GNUstep from source on Debian GNU/Linux SID

2012-02-05 Thread Csanyi Pal
Hi,

Ivan Vučica ivuc...@gmail.com writes:

 Also, do consider uninstalling Debian packages and installing GNUstep
 from source. Here's a script to get you started. I targeted Ubuntu
 because, despite previously being a long time Debian user, I felt that
 more people will use a LTS build of Ubuntu as their desktop operating
 environment. It should work okay nonetheless. 
 http://dl.dropbox.com/u/8559454/GNUstep%20libobjc2%20on%20Ubuntu.sh

I have installed now GNUstep from source by running this script abowe
but I can't find Gorm, PM, PC, etc.

How can I start development applications, like ProjectManager,
ProjectCenter, Gorm, and user applications?

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-05 Thread Ivan Vučica
On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:


 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?


Using my script, the official SVN repository for GNUstep, from this URL,
  http://svn.gna.org/svn/gnustep/modules/
was checked out in ~/gnustep.

clang was built and kept in ~/llvm/Release+Asserts/bin - I recommend you
add this to your $PATH. Either enter this each time before building GNUstep
apps:
  $ export PATH=$PATH:$PWD/Release+Asserts/bin
or add it to ~/.bash_profile or ~/.bashrc

GNUstep was built using clang. Tell make to use clang:
  $ export CC=clang

GNUstep was built and installed into /usr/GNUstep. Before being able to
build any GNUstep apps using command line, you'll have to source the
GNUstep.sh file. You can enter it whenever building GNUstep apps in command
line, or add it to ~/.bash_profile or ~/.bashrc
  $ . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
This tells various GNUmakefiles where to find GNUstep and how it's
configured.

Now that we did that, we can actually build apps.

Additional apps are in ~/gnustep/dev-apps/ and ~/gnustep/usr-apps/. Just go
into the appropriate folder and do:
  $ make
  $ sudo make install

You can now easily build and install projectcenter and gorm, and use them
for further development.

(Note that, naturally, in all the lines above that begin with $, you don't
actually type the $.)

-- 
Ivan Vučica - i...@vucica.net
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-05 Thread Csanyi Pal
Ivan Vučica ivuc...@gmail.com writes:

 On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:

 How can I start development applications, like ProjectManager,
 ProjectCenter, Gorm, and user applications?

 Using my script, the official SVN repository for GNUstep, from this
 URL, 
  http://svn.gna.org/svn/gnustep/modules/
 was checked out in ~/gnustep.

I did run this script in the
~/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/
directory instead of /home/csanyipal/

 clang was built and kept in ~/llvm/Release+Asserts/bin - I recommend
 you add this to your $PATH. Either enter this each time before
 building GNUstep apps: 
  $ export PATH=$PATH:$PWD/Release+Asserts/bin
 or add it to ~/.bash_profile or ~/.bashrc

I edited my ~.xsessionrc as:
export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH

# GNUstep was built using clang. Tell make to use clang:
export CC=clang

# you'll have to source the GNUstep.sh file
# This tells various GNUmakefiles where to find GNUstep and how it's
# configured. 
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

# GNUstep Distributed Objects' database miatt
gdnc
gpbs

I did relogin into my X Window system and run in an xterm window:
$ env

GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local

GUILE_LOAD_PATH=/usr/GNUstep/Local/Library/Libraries/Guile:\
/usr/GNUstep/System/Library/Libraries/Guile:\
/home/csanyipal/GNUstep/Library/Libraries/Guile:\
/usr/local/lib/GNUstep/Libraries/Guile

GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network
GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles
GNUSTEP_FLATTENED=yes
GNUSTEP_HOST_OS=linux-gnu
GNUSTEP_HOST_VENDOR=unknown
MAIL=/var/mail/csanyipal

PATH=/usr/GNUstep/Local/Tools:/usr/GNUstep/System/Tools:\
/home/csanyipal/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/\
llvm/Release+Asserts/bin:/home/csanyipal/GNUstep/Tools:\
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

PWD=/home/csanyipal
LANG=hu_HU.UTF-8
GNUSTEP_HOST_CPU=x86_64
HOME=/home/csanyipal
GNUSTEP_USER_ROOT=/home/csanyipal/GNUstep
GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System

GNUSTEP_PATHLIST=/usr/local/System:/usr/local/Network:\
/usr/local/Local:/home/csanyipal/GNUstep

CLASSPATH=/usr/GNUstep/Local/Library/Libraries/Java:\
/usr/GNUstep/System/Library/Libraries/Java:\
/usr/local/lib/GNUstep/Libraries/Java:\
/home/csanyipal/GNUstep/Library/Libraries/Java
LIBRARY_COMBO=gnu-gnu-gnu
INFOPATH=/usr/local/share/info::\
/home/csanyipal/GNUstep/Library/Documentation/info::\
/usr/GNUstep/System/Library/Documentation/info::\
/usr/GNUstep/Local/Library/Documentation/info:
DISPLAY=:0.0
CC=clang

 Now that we did that, we can actually build apps.

 Additional apps are in ~/gnustep/dev-apps/ and
 ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
  $ make
  $ sudo make install

 You can now easily build and install projectcenter and gorm, and use
 them for further development. 

Say I'm trying to build gorm:
cd /home/csanyipal/Programozas/Obj_C_ben/\
GNUstep_letoltve_SVN-nel/gnustep/dev-apps/gorm

make
It run successfully, but
sudo make install
GNUmakefile:29: /common.make: No such file or directory
GNUmakefile:182: /aggregate.make: No such file or directory
GNUmakefile:183: /application.make: No such file or directory
make: *** No rule to make target `/application.make'.  Stop.

I don't understand how can this happen, even if I run in this directory:
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

Any advices?

-- 
Regards from Pal


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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-05 Thread Sebastian Reitenbach
 
On Sunday, February 5, 2012 20:25 CET, Csanyi Pal csanyi...@gmail.com wrote: 
 
 Ivan Vučica ivuc...@gmail.com writes:
 
  On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com wrote:
 
  How can I start development applications, like ProjectManager,

  ProjectCenter, Gorm, and user applications?
 
  Using my script, the official SVN repository for GNUstep, from this
  URL, 
   http://svn.gna.org/svn/gnustep/modules/
  was checked out in ~/gnustep.
 
 I did run this script in the
 ~/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/
 directory instead of /home/csanyipal/
 
  clang was built and kept in ~/llvm/Release+Asserts/bin - I recommend
  you add this to your $PATH. Either enter this each time before
  building GNUstep apps: 
   $ export PATH=$PATH:$PWD/Release+Asserts/bin
  or add it to ~/.bash_profile or ~/.bashrc
 
 I edited my ~.xsessionrc as:
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 
 # GNUstep was built using clang. Tell make to use clang:
 export CC=clang
 
 # you'll have to source the GNUstep.sh file
 # This tells various GNUmakefiles where to find GNUstep and how it's

 # configured. 
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 # GNUstep Distributed Objects' database miatt
 gdnc
 gpbs
 
 I did relogin into my X Window system and run in an xterm window:
 $ env
 
 GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local
 
 GUILE_LOAD_PATH=/usr/GNUstep/Local/Library/Libraries/Guile:\
 /usr/GNUstep/System/Library/Libraries/Guile:\
 /home/csanyipal/GNUstep/Library/Libraries/Guile:\
 /usr/local/lib/GNUstep/Libraries/Guile
 
 GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network
 GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles
 GNUSTEP_FLATTENED=yes
 GNUSTEP_HOST_OS=linux-gnu
 GNUSTEP_HOST_VENDOR=unknown
 MAIL=/var/mail/csanyipal
 
 PATH=/usr/GNUstep/Local/Tools:/usr/GNUstep/System/Tools:\
 /home/csanyipal/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/\
 llvm/Release+Asserts/bin:/home/csanyipal/GNUstep/Tools:\
 /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
 
 PWD=/home/csanyipal
 LANG=hu_HU.UTF-8
 GNUSTEP_HOST_CPU=x86_64
 HOME=/home/csanyipal
 GNUSTEP_USER_ROOT=/home/csanyipal/GNUstep
 GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System
 
 GNUSTEP_PATHLIST=/usr/local/System:/usr/local/Network:\
 /usr/local/Local:/home/csanyipal/GNUstep
 
 CLASSPATH=/usr/GNUstep/Local/Library/Libraries/Java:\
 /usr/GNUstep/System/Library/Libraries/Java:\
 /usr/local/lib/GNUstep/Libraries/Java:\
 /home/csanyipal/GNUstep/Library/Libraries/Java
 LIBRARY_COMBO=gnu-gnu-gnu
 INFOPATH=/usr/local/share/info::\
 /home/csanyipal/GNUstep/Library/Documentation/info::\
 /usr/GNUstep/System/Library/Documentation/info::\
 /usr/GNUstep/Local/Library/Documentation/info:
 DISPLAY=:0.0
 CC=clang
 
  Now that we did that, we can actually build apps.
 
  Additional apps are in ~/gnustep/dev-apps/ and
  ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
   $ make
   $ sudo make install
 
  You can now easily build and install projectcenter and gorm, and use
  them for further development. 
 
 Say I'm trying to build gorm:
 cd /home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/gnustep/dev-apps/gorm
 
 make
 It run successfully, but
 sudo make install

 GNUmakefile:29: /common.make: No such file or directory
 GNUmakefile:182: /aggregate.make: No such file or directory
 GNUmakefile:183: /application.make: No such file or directory
 make: *** No rule to make target `/application.make'.  Stop.
 
 I don't understand how can this happen, even if I run in this directory:
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 Any advices?

make sure you have SETENV set in /etc/sudoers like this:

csanyipal ALL=(ALL) NOPASSWD: SETENV: ALL

then you should be able to do:

sudo -E make install

cheers,
Sebastian

 
 -- 
 Regards from Pal
 
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 https://lists.gnu.org/mailman/listinfo/discuss-gnustep
 
 
 
 

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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-05 Thread Csanyi Pal
The following message is a courtesy copy of an article
that has been posted to gmane.comp.lib.gnustep.general as well.

Sebastian Reitenbach sebas...@l00-bugdead-prods.de writes:

 On Sunday, February 5, 2012 20:25 CET, Csanyi Pal
 csanyi...@gmail.com wrote: 
  
 Ivan Vučica ivuc...@gmail.com writes:
 
  On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com
  wrote: 
 
  How can I start development applications, like ProjectManager, 

  ProjectCenter, Gorm, and user applications?
 
  Using my script, the official SVN repository for GNUstep, from this 
  URL, 
   http://svn.gna.org/svn/gnustep/modules/
  was checked out in ~/gnustep.
 
 I did run this script in the
 ~/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/
 directory instead of /home/csanyipal/
 
  clang was built and kept in ~/llvm/Release+Asserts/bin - I
  recommend you add this to your $PATH. Either enter this each time
  before building GNUstep apps: 
   $ export PATH=$PATH:$PWD/Release+Asserts/bin
  or add it to ~/.bash_profile or ~/.bashrc
 
 I edited my ~.xsessionrc as:
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 
 # GNUstep was built using clang. Tell make to use clang:
 export CC=clang
 
 # you'll have to source the GNUstep.sh file
 # This tells various GNUmakefiles where to find GNUstep and how it's

 # configured. 
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 # GNUstep Distributed Objects' database miatt
 gdnc
 gpbs
 
 I did relogin into my X Window system and run in an xterm window:
 $ env
 
 GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local
 
 GUILE_LOAD_PATH=/usr/GNUstep/Local/Library/Libraries/Guile:\
 /usr/GNUstep/System/Library/Libraries/Guile:\
 /home/csanyipal/GNUstep/Library/Libraries/Guile:\
 /usr/local/lib/GNUstep/Libraries/Guile
 
 GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network
 GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles
 GNUSTEP_FLATTENED=yes
 GNUSTEP_HOST_OS=linux-gnu
 GNUSTEP_HOST_VENDOR=unknown
 MAIL=/var/mail/csanyipal
 
 PATH=/usr/GNUstep/Local/Tools:/usr/GNUstep/System/Tools:\
 /home/csanyipal/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/\
 llvm/Release+Asserts/bin:/home/csanyipal/GNUstep/Tools:\
 /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
 
 PWD=/home/csanyipal
 LANG=hu_HU.UTF-8
 GNUSTEP_HOST_CPU=x86_64
 HOME=/home/csanyipal
 GNUSTEP_USER_ROOT=/home/csanyipal/GNUstep
 GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System
 
 GNUSTEP_PATHLIST=/usr/local/System:/usr/local/Network:\
 /usr/local/Local:/home/csanyipal/GNUstep
 
 CLASSPATH=/usr/GNUstep/Local/Library/Libraries/Java:\
 /usr/GNUstep/System/Library/Libraries/Java:\
 /usr/local/lib/GNUstep/Libraries/Java:\
 /home/csanyipal/GNUstep/Library/Libraries/Java
 LIBRARY_COMBO=gnu-gnu-gnu
 INFOPATH=/usr/local/share/info::\
 /home/csanyipal/GNUstep/Library/Documentation/info::\
 /usr/GNUstep/System/Library/Documentation/info::\
 /usr/GNUstep/Local/Library/Documentation/info:
 DISPLAY=:0.0
 CC=clang
 
  Now that we did that, we can actually build apps.
 
  Additional apps are in ~/gnustep/dev-apps/ and
  ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
   $ make
   $ sudo make install
 
  You can now easily build and install projectcenter and gorm, and use
  them for further development. 
 
 Say I'm trying to build gorm:
 cd /home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/gnustep/dev-apps/gorm
 
 make
 It run successfully, but
 sudo make install

 GNUmakefile:29: /common.make: No such file or directory
 GNUmakefile:182: /aggregate.make: No such file or directory
 GNUmakefile:183: /application.make: No such file or directory
 make: *** No rule to make target `/application.make'.  Stop.
 
 I don't understand how can this happen, even if I run in this directory:
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 Any advices?

 make sure you have SETENV set in /etc/sudoers like this:

 csanyipal ALL=(ALL) NOPASSWD: SETENV: ALL

I edited sudoers and added this line abowe to it.

 then you should be able to do:

 sudo -E make install

I run 'sudo -E make install' successfully, but when I try to run Gorm in
xterm window, I get:

Gorm: error while loading shared libraries: libGormCore.so.1: cannot
open shared object file: No such file or directory 

Any advices?

-- 
Regards from Pal

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


Re: Installing GNUstep from source on Debian GNU/Linux SID

2012-02-05 Thread Csanyi Pal
Csanyi Pal csanyi...@gmail.com writes:

 The following message is a courtesy copy of an article
 that has been posted to gmane.comp.lib.gnustep.general as well.

 Sebastian Reitenbach sebas...@l00-bugdead-prods.de writes:

 On Sunday, February 5, 2012 20:25 CET, Csanyi Pal
 csanyi...@gmail.com wrote: 
  
 Ivan Vučica ivuc...@gmail.com writes:
 
  On Sun, Feb 5, 2012 at 16:48, Csanyi Pal csanyi...@gmail.com
  wrote: 
 
  How can I start development applications, like ProjectManager, 

  ProjectCenter, Gorm, and user applications?
 
  Using my script, the official SVN repository for GNUstep, from this 
  URL, 
   http://svn.gna.org/svn/gnustep/modules/
  was checked out in ~/gnustep.
 
 I did run this script in the
 ~/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/
 directory instead of /home/csanyipal/
 
  clang was built and kept in ~/llvm/Release+Asserts/bin - I
  recommend you add this to your $PATH. Either enter this each time
  before building GNUstep apps: 
   $ export PATH=$PATH:$PWD/Release+Asserts/bin
  or add it to ~/.bash_profile or ~/.bashrc
 
 I edited my ~.xsessionrc as:
 export PATH=/home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/llvm/Release+Asserts/bin:$PATH
 
 # GNUstep was built using clang. Tell make to use clang:
 export CC=clang
 
 # you'll have to source the GNUstep.sh file
 # This tells various GNUmakefiles where to find GNUstep and how it's

 # configured. 
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 # GNUstep Distributed Objects' database miatt
 gdnc
 gpbs
 
 I did relogin into my X Window system and run in an xterm window:
 $ env
 
 GNUSTEP_LOCAL_ROOT=/usr/GNUstep/Local
 
 GUILE_LOAD_PATH=/usr/GNUstep/Local/Library/Libraries/Guile:\
 /usr/GNUstep/System/Library/Libraries/Guile:\
 /home/csanyipal/GNUstep/Library/Libraries/Guile:\
 /usr/local/lib/GNUstep/Libraries/Guile
 
 GNUSTEP_NETWORK_ROOT=/usr/GNUstep/Network
 GNUSTEP_MAKEFILES=/usr/GNUstep/System/Library/Makefiles
 GNUSTEP_FLATTENED=yes
 GNUSTEP_HOST_OS=linux-gnu
 GNUSTEP_HOST_VENDOR=unknown
 MAIL=/var/mail/csanyipal
 
 PATH=/usr/GNUstep/Local/Tools:/usr/GNUstep/System/Tools:\
 /home/csanyipal/Programozas/Obj_C_ben/GNUstep_letoltve_SVN-nel/\
 llvm/Release+Asserts/bin:/home/csanyipal/GNUstep/Tools:\
 /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
 
 PWD=/home/csanyipal
 LANG=hu_HU.UTF-8
 GNUSTEP_HOST_CPU=x86_64
 HOME=/home/csanyipal
 GNUSTEP_USER_ROOT=/home/csanyipal/GNUstep
 GNUSTEP_SYSTEM_ROOT=/usr/GNUstep/System
 
 GNUSTEP_PATHLIST=/usr/local/System:/usr/local/Network:\
 /usr/local/Local:/home/csanyipal/GNUstep
 
 CLASSPATH=/usr/GNUstep/Local/Library/Libraries/Java:\
 /usr/GNUstep/System/Library/Libraries/Java:\
 /usr/local/lib/GNUstep/Libraries/Java:\
 /home/csanyipal/GNUstep/Library/Libraries/Java
 LIBRARY_COMBO=gnu-gnu-gnu
 INFOPATH=/usr/local/share/info::\
 /home/csanyipal/GNUstep/Library/Documentation/info::\
 /usr/GNUstep/System/Library/Documentation/info::\
 /usr/GNUstep/Local/Library/Documentation/info:
 DISPLAY=:0.0
 CC=clang
 
  Now that we did that, we can actually build apps.
 
  Additional apps are in ~/gnustep/dev-apps/ and
  ~/gnustep/usr-apps/. Just go into the appropriate folder and do: 
   $ make
   $ sudo make install
 
  You can now easily build and install projectcenter and gorm, and use
  them for further development. 
 
 Say I'm trying to build gorm:
 cd /home/csanyipal/Programozas/Obj_C_ben/\
 GNUstep_letoltve_SVN-nel/gnustep/dev-apps/gorm
 
 make
 It run successfully, but
 sudo make install

 GNUmakefile:29: /common.make: No such file or directory
 GNUmakefile:182: /aggregate.make: No such file or directory
 GNUmakefile:183: /application.make: No such file or directory
 make: *** No rule to make target `/application.make'.  Stop.
 
 I don't understand how can this happen, even if I run in this directory:
 . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
 
 Any advices?

 make sure you have SETENV set in /etc/sudoers like this:

 csanyipal ALL=(ALL) NOPASSWD: SETENV: ALL

 I edited sudoers and added this line abowe to it.

 then you should be able to do:

 sudo -E make install

 I run 'sudo -E make install' successfully, but when I try to run Gorm in
 xterm window, I get:

 Gorm: error while loading shared libraries: libGormCore.so.1: cannot
 open shared object file: No such file or directory 

I did run
. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh

and after that run Gorm
2012-02-05 23:06:13.666 Gorm[4455] Did not find correct version of
backend (libgnustep-art-023.bundle), falling back to std
(libgnustep-art.bundle). 
2012-02-05 23:06:13.668 Gorm[4455] NSApplication.m:304  Assertion failed
in BOOL initialize_gnustep_backend().  Unable to find backend
libgnustep-art 
Gorm: Uncaught exception NSInternalInconsistencyException, reason:
NSApplication.m:304  Assertion failed in BOOL
initialize_gnustep_backend().  Unable to find backend libgnustep-art 
Aborted

Or when try to run PC:
2012-02-05 23:09:28.366 ProjectCenter[4474] Did not find correct 

Re: Installing GNUstep for Windows 7

2011-06-17 Thread Fred Kiefer

On 16.06.2011 19:33, Ivan Vučica wrote:

On 16. lip. 2011., at 01:06, Germán Arias wrote:

On mié, 2011-06-15 at 08:57 -0400, B. Ossia wrote:

One more question, I also need to install Cygwin for running some
other simulation software. Any idea that GNUstep provides the
same environment as Cygwin? If not, any idea if GNUstep
may conflict with Cygwin.


I'm not sure, but the README files should say something about this.


I think the compiler will conflict. You could probably be best off
compiling GNUstep under Cygwin, I'm pretty sure that will work, as long
as their GCC supports Objective-C. (You can test by writing a piece of
pure C code, but compiling it with gcc -x objective-c inputfilehere -o
program.exe.)


According to reports on this mailing list, GNUstep currently wont work 
on Cygwin. There never was a clear report what is failing and the last 
time I tried it worked (which was about ten years ago :-). But compiling 
GNUstep on Cygwin is definitely not something I would suggest to a newby.


Perhaps all the people interested in GNUstep on Cygwin could get 
together and make this usable again? It shouldn't be to hard :-)
I expect that most of the needed changes are in GNUstep-make and some of 
the configuration scripts. And of course you will have to find correctly 
compiled versions of all the required libraries.


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


Re: Installing GNUstep for Windows 7

2011-06-17 Thread Pirmin Braun
Am Fri, 17 Jun 2011 09:30:07 +0200
schrieb Fred Kiefer fredkie...@gmx.de :

 
 According to reports on this mailing list, GNUstep currently wont work 
 on Cygwin. There never was a clear report what is failing and the last 
 time I tried it worked (which was about ten years ago :-). But compiling 
 GNUstep on Cygwin is definitely not something I would suggest to a newby.
 
 Perhaps all the people interested in GNUstep on Cygwin could get 
 together and make this usable again? It shouldn't be to hard :-)

Yes. Here I am.

 I expect that most of the needed changes are in GNUstep-make and some of 
 the configuration scripts. And of course you will have to find correctly 
 compiled versions of all the required libraries.




-- 
mit freundlichen Gruessen/best regards

Pirmin Braun
seat-1 Software GmbH - Sinziger Str. 29a - 53424 Remagen
+49(0)2642 308288   +49(0)163-6290887 - skype:pirminb
Fax +49(0)2642 308626
http://www.seat-1.com  p...@seat-1.com
http://sourceforge.net/projects/intars

Geschäftsführer: Pirmin Braun, Ralf Engelhardt
Registergericht: Amtsgericht Coburg HRB3136
ein Unternehmen der MAX21 Gruppe - http://www.max21.de 


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


Re: Installing GNUstep for Windows 7

2011-06-16 Thread Riccardo Mottola

Hi,

On 06/15/11 14:57, B. Ossia wrote:

Hi,

I have installed all three GNUstep MSYS System, GNUstep Core, and 
GNUstep Devel. It just gives me the Linux-like shell

welcome!
for Windows operating system. Would you please tell me how I can get 
an IDE for Objective C programming under Windows OS? I have Codeblock 
IDE for C and C++. Will it be able to compile Objective C having 
GNUstep installed?
Your best bet is to compile within the msys shell, which is properly 
setup for you. hen getting a source tarball you should be able to just 
do make install and then run your application through openapp AppName.


You can do that with ProjectCenter too, which is one of the available 
IDEs. I suggest to install Gorm too. Since these apps install inside the 
environment, even if you have a proper .exe on your hard disk, they 
won't install in your start menu.


One more question, I also need to install Cygwin for running some 
other simulation software. Any idea that GNUstep provides the 
same environment as Cygwin? If not, any idea if GNUstep 
may conflict with Cygwin.




They should not conflict, however GNUstep currently doesn't work (well 
or at all, depending on whom do you ask) inside cygwin.

Thank you for your advice,
If your goal is to code and familiarize with Objective-C and you do not 
expressly need to produce windows executables, a quick and easy way 
would be to use the freshly annouced One step to GNUstep ready-setup 
Virtual Machine image. Just run Virtual Box or VMWare on your windows 
machine and in 5 minutes you are ready to write Hello World.


Riccardo

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


Re: Installing GNUstep for Windows 7

2011-06-16 Thread Ivan Vučica
On 16. lip. 2011., at 01:06, Germán Arias wrote:

 On mié, 2011-06-15 at 08:57 -0400, B. Ossia wrote:
 Hi,
 
 
 I have installed all three GNUstep MSYS System, GNUstep Core, and
 GNUstep Devel. It just gives me the Linux-like shell for Windows
 operating system. Would you please tell me how I can get an IDE for
 Objective C programming under Windows OS? I have Codeblock IDE for C
 and C++. Will it be able to compile Objective C having GNUstep
 installed?
 
 No.

It certainly won't be able to recognize .m extension. It's best to write 
GNUmakefiles manually, then perhaps create a .bat file and an item in Tools 
menu for Code::Blocks. 

Alternatively, just use Notepad++ or similar utility to write both source and 
GNUmakefiles, then compile it from MSYS's shell.

http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/index.html

 
 One more question, I also need to install Cygwin for running some
 other simulation software. Any idea that GNUstep provides the
 same environment as Cygwin? If not, any idea if GNUstep
 may conflict with Cygwin.
 
 
 I'm not sure, but the README files should say something about this.


I think the compiler will conflict. You could probably be best off compiling 
GNUstep under Cygwin, I'm pretty sure that will work, as long as their GCC 
supports Objective-C. (You can test by writing a piece of pure C code, but 
compiling it with gcc -x objective-c inputfilehere -o program.exe.)

GNUstep components are compiled in the following order:
- gnustep-make
- gnustep-base
- gnustep-gui
- gnustep-back
(Someone please correct me if I got anything wrong.)

--
Ivan Vučica
i...@vucica.net - http://ivan.vucica.net/

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


Installing GNUstep for Windows 7

2011-06-15 Thread B. Ossia
Hi,

I have installed all three GNUstep MSYS System, GNUstep Core, and GNUstep
Devel. It just gives me the Linux-like shell for Windows operating system.
Would you please tell me how I can get an IDE for Objective C programming
under Windows OS? I have Codeblock IDE for C and C++. Will it be able to
compile Objective C having GNUstep installed?
One more question, I also need to install Cygwin for running some other
simulation software. Any idea that GNUstep provides the same environment as
Cygwin? If not, any idea if GNUstep may conflict with Cygwin.

Thank you for your advice,

Regards,


-- 
*Bâbak*

Great minds discuss ideas.
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep for Windows 7

2011-06-15 Thread Germán Arias
ProjectCenter (PC) is the IDE for GNUstep, unfortunately don't works
properly on Windows. Riccardo had reported that after rebuild GNUstep
ProjectCenter works fine, but this mean install GNUstep by hand instead
using the installers. However you only need a code editor with support
to UTF-8 and Gorm (the Gorm installer is also in Windows page). As code
editor you can use Emacs (http://www.gnu.org/software/emacs/), or Gemas
(a simple code editor that I maintain
http://wiki.gnustep.org/index.php/Gemas.app).

On mié, 2011-06-15 at 08:57 -0400, B. Ossia wrote:
 Hi,
 
 
 I have installed all three GNUstep MSYS System, GNUstep Core, and
 GNUstep Devel. It just gives me the Linux-like shell for Windows
 operating system. Would you please tell me how I can get an IDE for
 Objective C programming under Windows OS? I have Codeblock IDE for C
 and C++. Will it be able to compile Objective C having GNUstep
 installed?

No.

 One more question, I also need to install Cygwin for running some
 other simulation software. Any idea that GNUstep provides the
 same environment as Cygwin? If not, any idea if GNUstep
 may conflict with Cygwin.
 

I'm not sure, but the README files should say something about this.

 
 Thank you for your advice,
 
 
 Regards,
 
 
 
 -- 
 Bâbak
 
 Great minds discuss ideas.
   



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


Re: Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-21 Thread Richard Frith-Macdonald

On 19 Mar 2011, at 16:39, Csanyi Pal wrote:

 Fred Kiefer fredkie...@gmx.de writes:
 
 On 18.03.2011 22:41, Csanyi Pal wrote:
 Hi,
 
 I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
 try to install gui get errors:
 
 http://pastebin.com/SYWKJbAn
 
 How can I solve this problem?
 
 Although this happened when compiling gui it is actually a base issue. :-)
 It was just for cases like this that I convinced Richard to move the
 test framework into the specific modules. If you try to run the tests
 in base, you will notice that the same problem shows up.
 
 OK, I check out SVN repository again and recompile gnustep-base after I
 installed zlibc, zlib-bin, however I have installed zlib1g, zlib1g-de
 when this problem occure.
 
 So after recompilation and installation of make I run tests with 'make
 check' and get messages:
 ---
 5544 Passed tests
  11 Dashed hopes
   9 Skipped sets
   2 Failed builds
 ---
 
 base/headers/ObjCXX.mm:
 Failed build:
 
 base/NSObject/objc++.mm:
 Failed build:

I'm guessing these failed because you don't have an Objective-C++ compiler on 
your system ... I've modified the test framework to (hopefully) refrain from 
testing Objective-C++ stuff if there's no compiler.

 After this I compile base and again I get messages:
 5543 Passed tests
  11 Dashed hopes
   9 Skipped sets
   2 Failed builds
 
 After this I try to compile again gui but get the error:
 Linking tool make_services ...
 /usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
 /usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
 /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so: undefined
 reference to `gzseek64' 
 collect2: ld returned 1 exit status
 
 From the error message I would guess that libxml2 requires the zlib,
 but GNUstep base wasn't linked against that.
 
 So, I was thinking that that if I install zlibc and zlib-bin I can then
 install gui but this isn't the case.

This sounds like a problem in your libxml2 and/or its package dependencies ... 
if it uses the zlib stuff then the packaging system should have ensured that 
the zlib package was already present.

One thing you can try is to make sure you have the zlib-devel package 
installed, then configure and build gnustep-base again



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


Re: Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-21 Thread Csanyi Pal
Richard Frith-Macdonald rich...@tiptree.demon.co.uk writes:

 On 19 Mar 2011, at 16:39, Csanyi Pal wrote:

 Fred Kiefer fredkie...@gmx.de writes:
 
 On 18.03.2011 22:41, Csanyi Pal wrote:
 Hi,
 
 I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
 try to install gui get errors:
 
 http://pastebin.com/SYWKJbAn
 
 How can I solve this problem?
 
 Although this happened when compiling gui it is actually a base issue. :-)
 It was just for cases like this that I convinced Richard to move the
 test framework into the specific modules. If you try to run the tests
 in base, you will notice that the same problem shows up.

 base/headers/ObjCXX.mm:
 Failed build:
 
 base/NSObject/objc++.mm:
 Failed build:

 I'm guessing these failed because you don't have an Objective-C++
 compiler on your system ... I've modified the test framework to
 (hopefully) refrain from testing Objective-C++ stuff if there's no
 compiler. 

After I installed gobjc++-4.4 package on my Debian Squeeze system, I
configured and builded gnustep make again.

 After this I try to compile again gui but get the error:
 Linking tool make_services ...
 /usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
 /usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
 /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so: undefined
 reference to `gzseek64' 
 collect2: ld returned 1 exit status
 
 From the error message I would guess that libxml2 requires the zlib,
 but GNUstep base wasn't linked against that.

 This sounds like a problem in your libxml2 and/or its package
 dependencies ... if it uses the zlib stuff then the packaging system
 should have ensured that the zlib package was already present. 

 One thing you can try is to make sure you have the zlib-devel package
 installed, then configure and build gnustep-base again 

I have installed follows:

$ aptitude show libxml2
Package: libxml2 
State: installed
Automatically installed: no
Version: 2.7.8.dfsg-2
Priority: standard
Section: libs
Maintainer: Debian XML/SGML Group
debian-xml-sgml-p...@lists.alioth.debian.org 
Uncompressed Size: 1745 k
Depends: libc6 (= 2.7), zlib1g (= 1:1.2.3.3.dfsg)

$ aptitude show zlib1g 
Package: zlib1g  
State: installed
Automatically installed: no
Version: 1:1.2.3.4.dfsg-3
Priority: required
Section: libs
Maintainer: Mark Brown broo...@debian.org
Uncompressed Size: 176 k
Depends: libc6 (= 2.2.5)

I configured and builded base again and run 'make check' with results:
5543 Passed tests
  11 Dashed hopes
  10 Skipped sets
   4 Failed builds
   1 Failed test

After that I try to configure and build and install gui but still get
errors: 

Making all in Tools ...
Making all for tool make_services...
 Linking tool make_services ...
/usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
/usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
/usr/local/lib/libgnustep-base.so: undefined reference to `gzseek64'
collect2: ld returned 1 exit status
make[4]: *** [obj/make_services] Error 1
make[3]: *** [internal-tool-all_] Error 2
make[2]: *** [make_services.all.tool.variables] Error 2
make[1]: *** [internal-all] Error 2

Any advices to go further?

-- 
Regards, Paul
http://sourceforge.net/projects/lptinterface/
http://savannah.nongnu.org/projects/lpt-interface/
http://csanyi-pal.info


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


Re: Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-21 Thread Fred Kiefer

On 21.03.2011 20:23, Csanyi Pal wrote:

Richard Frith-Macdonaldrich...@tiptree.demon.co.uk  writes:


On 19 Mar 2011, at 16:39, Csanyi Pal wrote:


Fred Kieferfredkie...@gmx.de  writes:


On 18.03.2011 22:41, Csanyi Pal wrote:

Hi,

I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
try to install gui get errors:

http://pastebin.com/SYWKJbAn

How can I solve this problem?


Although this happened when compiling gui it is actually a base issue. :-)
It was just for cases like this that I convinced Richard to move the
test framework into the specific modules. If you try to run the tests
in base, you will notice that the same problem shows up.



base/headers/ObjCXX.mm:
Failed build:

base/NSObject/objc++.mm:
Failed build:


I'm guessing these failed because you don't have an Objective-C++
compiler on your system ... I've modified the test framework to
(hopefully) refrain from testing Objective-C++ stuff if there's no
compiler.


After I installed gobjc++-4.4 package on my Debian Squeeze system, I
configured and builded gnustep make again.


After this I try to compile again gui but get the error:
Linking tool make_services ...
/usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
/usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.so: undefined
reference to `gzseek64'
collect2: ld returned 1 exit status


 From the error message I would guess that libxml2 requires the zlib,
but GNUstep base wasn't linked against that.


This sounds like a problem in your libxml2 and/or its package
dependencies ... if it uses the zlib stuff then the packaging system
should have ensured that the zlib package was already present.

One thing you can try is to make sure you have the zlib-devel package
installed, then configure and build gnustep-base again


I have installed follows:

$ aptitude show libxml2
Package: libxml2
State: installed
Automatically installed: no
Version: 2.7.8.dfsg-2
Priority: standard
Section: libs
Maintainer: Debian XML/SGML Group
debian-xml-sgml-p...@lists.alioth.debian.org
Uncompressed Size: 1745 k
Depends: libc6 (= 2.7), zlib1g (= 1:1.2.3.3.dfsg)

$ aptitude show zlib1g
Package: zlib1g
State: installed
Automatically installed: no
Version: 1:1.2.3.4.dfsg-3
Priority: required
Section: libs
Maintainer: Mark Brownbroo...@debian.org
Uncompressed Size: 176 k
Depends: libc6 (= 2.2.5)

I configured and builded base again and run 'make check' with results:
5543 Passed tests
   11 Dashed hopes
   10 Skipped sets
4 Failed builds
1 Failed test

After that I try to configure and build and install gui but still get
errors:

Making all in Tools ...
Making all for tool make_services...
  Linking tool make_services ...
/usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
/usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
/usr/local/lib/libgnustep-base.so: undefined reference to `gzseek64'
collect2: ld returned 1 exit status
make[4]: *** [obj/make_services] Error 1
make[3]: *** [internal-tool-all_] Error 2
make[2]: *** [make_services.all.tool.variables] Error 2
make[1]: *** [internal-all] Error 2

Any advices to go further?


No new advise, but I would like to reiterate Richards comment to check 
for the developer package of zlib1g. You only listed the normal packages 
both for libxml2 and zlib1g. To compile GNUstep base with full features 
you will also need the corresponding development packages which contain 
the headers and the link stubs for the libraries.
The next thing you should check is to run ldd on the GNUstep base 
library. In my case the command is:

ldd /usr/GNUstep/System/Library/Libraries/libgnustep-base.so

Please report back the results. If zlib doesn't show up in that list we 
need to find out why. For this we will need the configure log file for base.


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


Re: Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-21 Thread Csanyi Pal
Fred Kiefer fredkie...@gmx.de writes:

 On 21.03.2011 20:23, Csanyi Pal wrote:
 Richard Frith-Macdonaldrich...@tiptree.demon.co.uk  writes:

 On 19 Mar 2011, at 16:39, Csanyi Pal wrote:

 Fred Kieferfredkie...@gmx.de  writes:

 On 18.03.2011 22:41, Csanyi Pal wrote:
 Hi,

 I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
 try to install gui get errors:

 http://pastebin.com/SYWKJbAn

 How can I solve this problem?

 Although this happened when compiling gui it is actually a base issue. :-)
 It was just for cases like this that I convinced Richard to move the
 test framework into the specific modules. If you try to run the tests
 in base, you will notice that the same problem shows up.

 base/headers/ObjCXX.mm:
 Failed build:

 base/NSObject/objc++.mm:
 Failed build:

 I'm guessing these failed because you don't have an Objective-C++
 compiler on your system ... I've modified the test framework to
 (hopefully) refrain from testing Objective-C++ stuff if there's no
 compiler.

 After I installed gobjc++-4.4 package on my Debian Squeeze system, I
 configured and builded gnustep make again.

 After this I try to compile again gui but get the error:
 Linking tool make_services ...
 /usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
 /usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
 /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so: undefined
 reference to `gzseek64'
 collect2: ld returned 1 exit status

  From the error message I would guess that libxml2 requires the zlib,
 but GNUstep base wasn't linked against that.

 This sounds like a problem in your libxml2 and/or its package
 dependencies ... if it uses the zlib stuff then the packaging system
 should have ensured that the zlib package was already present.

 One thing you can try is to make sure you have the zlib-devel package
 installed, then configure and build gnustep-base again

 I have installed follows:

 $ aptitude show libxml2
 Package: libxml2
 State: installed
 Automatically installed: no
 Version: 2.7.8.dfsg-2
 Priority: standard
 Section: libs
 Maintainer: Debian XML/SGML Group
 debian-xml-sgml-p...@lists.alioth.debian.org
 Uncompressed Size: 1745 k
 Depends: libc6 (= 2.7), zlib1g (= 1:1.2.3.3.dfsg)

 $ aptitude show zlib1g
 Package: zlib1g
 State: installed
 Automatically installed: no
 Version: 1:1.2.3.4.dfsg-3
 Priority: required
 Section: libs
 Maintainer: Mark Brownbroo...@debian.org
 Uncompressed Size: 176 k
 Depends: libc6 (= 2.2.5)

 I configured and builded base again and run 'make check' with results:
 5543 Passed tests
11 Dashed hopes
10 Skipped sets
 4 Failed builds
 1 Failed test

 After that I try to configure and build and install gui but still get
 errors:

 Making all in Tools ...
 Making all for tool make_services...
   Linking tool make_services ...
 /usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
 /usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
 /usr/local/lib/libgnustep-base.so: undefined reference to `gzseek64'
 collect2: ld returned 1 exit status
 make[4]: *** [obj/make_services] Error 1
 make[3]: *** [internal-tool-all_] Error 2
 make[2]: *** [make_services.all.tool.variables] Error 2
 make[1]: *** [internal-all] Error 2

 Any advices to go further?

 No new advise, but I would like to reiterate Richards comment to check
 for the developer package of zlib1g. You only listed the normal
 packages both for libxml2 and zlib1g. To compile GNUstep base with
 full features you will also need the corresponding development
 packages which contain the headers and the link stubs for the
 libraries.
 The next thing you should check is to run ldd on the GNUstep base
 library. In my case the command is:
 ldd /usr/GNUstep/System/Library/Libraries/libgnustep-base.so

I find that that in my case this command is:
$ ldd /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so

 Please report back the results. If zlib doesn't show up in that list
 we need to find out why. For this we will need the configure log file
 for base.

linux-vdso.so.1 =  (0x7fffc4db5000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f952b244000)
libobjc.so.2 = /usr/lib/libobjc.so.2 (0x7f952b028000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0x7f952acd7000)
libffi.so.5 = /usr/lib/libffi.so.5 (0x7f952aacf000)
libnsl.so.1 = /lib/libnsl.so.1 (0x7f952a8b7000)
librt.so.1 = /lib/librt.so.1 (0x7f952a6ae000)
libdl.so.2 = /lib/libdl.so.2 (0x7f952a4aa000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f952a293000)
libm.so.6 = /lib/libm.so.6 (0x7f952a01)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f9529dfa000)
libc.so.6 = /lib/libc.so.6 (0x7f9529a99000)
/lib64/ld-linux-x86-64.so.2 (0x7f952bba2000)

-- 
Regards, Paul
http://sourceforge.net/projects/lptinterface/
http://savannah.nongnu.org/projects/lpt-interface/
http://csanyi-pal.info


___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org

Re: Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-19 Thread Csanyi Pal
Fred Kiefer fredkie...@gmx.de writes:

 On 18.03.2011 22:41, Csanyi Pal wrote:
 Hi,

 I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
 try to install gui get errors:

 http://pastebin.com/SYWKJbAn

 How can I solve this problem?

 Although this happened when compiling gui it is actually a base issue. :-)
 It was just for cases like this that I convinced Richard to move the
 test framework into the specific modules. If you try to run the tests
 in base, you will notice that the same problem shows up.

OK, I check out SVN repository again and recompile gnustep-base after I
installed zlibc, zlib-bin, however I have installed zlib1g, zlib1g-de
when this problem occure.

So after recompilation and installation of make I run tests with 'make
check' and get messages:
---
5544 Passed tests
  11 Dashed hopes
   9 Skipped sets
   2 Failed builds
---

base/headers/ObjCXX.mm:
Failed build:

base/NSObject/objc++.mm:
Failed build:

After this I compile base and again I get messages:
5543 Passed tests
  11 Dashed hopes
   9 Skipped sets
   2 Failed builds

After this I try to compile again gui but get the error:
 Linking tool make_services ...
/usr/lib64/libxml2.so.2: undefined reference to `gzopen64'
/usr/lib64/libxml2.so.2: undefined reference to `gzdirect@ZLIB_1.2.2.3'
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.so: undefined
 reference to `gzseek64' 
collect2: ld returned 1 exit status

 From the error message I would guess that libxml2 requires the zlib,
 but GNUstep base wasn't linked against that.

So, I was thinking that that if I install zlibc and zlib-bin I can then
install gui but this isn't the case.

If there is not any further advices, I will give up here because don't
know how to solve the problem. :( 

-- 
Regards, Paul
http://sourceforge.net/projects/lptinterface/
http://savannah.nongnu.org/projects/lpt-interface/
http://csanyi-pal.info


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


Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-18 Thread Csanyi Pal
Hi,

I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
try to install gui get errors: 

http://pastebin.com/SYWKJbAn

How can I solve this problem?

-- 
Regards, Paul
http://sourceforge.net/projects/lptinterface/
http://savannah.nongnu.org/projects/lpt-interface/
http://csanyi-pal.info


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


Re: Failed installing GNUstep-GUI on Debian Squeeze using SVN

2011-03-18 Thread Fred Kiefer

On 18.03.2011 22:41, Csanyi Pal wrote:

Hi,

I just compiled GNUstep from SVN on Debian Squeeze: make, base but when
try to install gui get errors:

http://pastebin.com/SYWKJbAn

How can I solve this problem?


Although this happened when compiling gui it is actually a base issue. :-)
It was just for cases like this that I convinced Richard to move the 
test framework into the specific modules. If you try to run the tests in 
base, you will notice that the same problem shows up.


From the error message I would guess that libxml2 requires the zlib, 
but GNUstep base wasn't linked against that.


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


Help installing GNUstep?

2011-02-15 Thread Kiss The Chef
I just installed GNUstep on my windows system ( MS Windows XP Media 
Center Edition, Service Pack 3) per the instructions at 
http://www.gnustep.org/experience/Windows.html. The readme says to test 
it by running Shell. When I do this, Shell pops up for a second then 
dies. I installed all three packages, in the following order, without 
receiving any error messages: GNUstep MSYS System, GNUstep Core, GNUstep 
Devel.

--
* .--,--.
 `. . .'
  |___|
  :o o:
  `~^~'
   `-' *
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Help installing GNUstep?

2011-02-15 Thread Adam Fedor
Do you have cygwin installed on the machine as well?  That sometimes conflicts 
with the mingw libraries. It's also possible that some antivirus software is 
causing problems.  It might be easier if you could try to see the error message 
that occurs before the window disappears. Probably the best way is to start a 
Windows CMD window:

1. Start-Run, then type 'cmd' in the text box
2. Then type in the CMD window

C:\GNUstep\bin\sh.exe


It might be possible to solve the issue by running the rebase command. You can 
download from here:

ftp://ftpmain.gnustep.org/pub/gnustep/binaries/windows/rebase-ms.zip

and in the same CMD window try something like

rebase -b 0x3000 C:\GNUstep\bin\msys-1.0.dll



On Feb 14, 2011, at 2:36 PM, Kiss The Chef wrote:

 I just installed GNUstep on my windows system ( MS Windows XP Media Center 
 Edition, Service Pack 3) per the instructions at 
 http://www.gnustep.org/experience/Windows.html. The readme says to test it by 
 running Shell. When I do this, Shell pops up for a second then dies. I 
 installed all three packages, in the following order, without receiving any 
 error messages: GNUstep MSYS System, GNUstep Core, GNUstep Devel.
 -- 

___
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 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


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

2009-11-07 Thread Riccardo Mottola

Hi,

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 would suggest do get both system and core.


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

I never did anything of the kind.

In the MINGW32 shell I check out the gnustep SVN repository:
svn co svn://svn.gna.org/svn/gnustep/modules

So I have now in C:\ the following directories:
C:\GNUstep
C:\modules

Using MINGW32 shell I navigate to
c/modules/core/make

and run the commands:
$ ./configure --prefix=C:/GNUstep
successfully,
  

./configure --prefix=/c/GNUstep/GNUstep


$ make
successfully,

$ make install
get error message:
Creating system tools directory: C:/GNUstep/System/Tools
Creating makefiles directories in: C:/GNUstep/System/Library/Makefiles
Installing GNUstep configuration file in /etc/GNUstep/GNUstep.conf
/bin/install: cannot open `GNUstep.conf´ for reading: No such file or directory
make:  [install] Error 1

Why get I this error? What I'm doing wrong?
Any advices will be appreciated!

  
I don't know. In any case installing the core packages will provide 
you with everything,it is easier just to update everything, taking care 
it will go to overwrite the same file.
That's why I suggest the prefix above. Then compile all core packages 
with --with-installation-domain=SYSTEM and install with

make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install

Adam can tell you more,since he does the windows package.

Riccardo


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


Installing GNUstep-base on OS X 10.3.9

2009-06-21 Thread bdpier...@bdpierce.com
Hello everyone!!

I've been working for 2 months trying to get GNUstep installed on an Indigo
iBook running OS X 10.3.9

I have gcc 3.3.5 installed, gnustep-make, gnustep-base, and a good majority
of the dependencies either from source or fink.

By now it seems that I've got the congifure scripts recognizing both
libraries and includes for libffi, libjpeg, and libtiff, with this one
exception...the gnustep-gui configure is getting hung with the following
error:

- - -
checking for jpeg_destroy_decompress in -ljpeg... yes
checking for main in -lz... yes
checking tiffio.h usability... yes
checking tiffio.h presence... yes
checking for tiffio.h... yes
checking for TIFFReadScanline in -ltiff... no
configure: WARNING: Cannot find libtiff header and/or library
* The GUI library reqiures the TIFF library
* Use --with-tiff-library to specify the tiff library
* directory if it is not in the usual place(s)
* You may also have to specify --with-jpeg-library if the jpeg
* library is needed by tiff,
configure: error: gnustep-gui will not compile without tiff


grep TIFFReadScanLine * shows  tiffio.h contains the following definition
extern  int TIFFReadScanline(TIFF*, tdata_t, uint32, tsample_t);
and that almost all of the libraries have some reference to
TIFFReadScanLine












mail2web LIVE – Free email based on Microsoft® Exchange technology -
http://link.mail2web.com/LIVE




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


Re: Installing GNUstep-base on OS X 10.3.9

2009-06-21 Thread Fred Kiefer
bdpier...@bdpierce.com wrote:
 Hello everyone!!
 
 I've been working for 2 months trying to get GNUstep installed on an Indigo
 iBook running OS X 10.3.9
 
 I have gcc 3.3.5 installed, gnustep-make, gnustep-base, and a good majority
 of the dependencies either from source or fink.
 
 By now it seems that I've got the congifure scripts recognizing both
 libraries and includes for libffi, libjpeg, and libtiff, with this one
 exception...the gnustep-gui configure is getting hung with the following
 error:
 
 - - -
 checking for jpeg_destroy_decompress in -ljpeg... yes
 checking for main in -lz... yes
 checking tiffio.h usability... yes
 checking tiffio.h presence... yes
 checking for tiffio.h... yes
 checking for TIFFReadScanline in -ltiff... no
 configure: WARNING: Cannot find libtiff header and/or library
 * The GUI library reqiures the TIFF library
 * Use --with-tiff-library to specify the tiff library
 * directory if it is not in the usual place(s)
 * You may also have to specify --with-jpeg-library if the jpeg
 * library is needed by tiff,
 configure: error: gnustep-gui will not compile without tiff
 
 
 grep TIFFReadScanLine * shows  tiffio.h contains the following definition
 extern  int TIFFReadScanline(TIFF*, tdata_t, uint32, tsample_t);
 and that almost all of the libraries have some reference to
 TIFFReadScanLine
 
You will have to look into the config.log file to see the exact cause of
the problem. If not, you will have to extract the test out of configure
and run that manually to find the cause.

Fred


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


Defaults path not being set corretly durring Installing GNUStep 0.19.2 / MinGW on Windows

2009-05-21 Thread Paul Terres
I'm trying to set up GNUStep on Windows XP.  I getting the following error:


projectcenter[4004] Defaults path 'M:\USERS/myusername/GNUstep/Defaults'
does not exist - failed to create it

and also i'm gettting a similar error from  SystemPreferences.  I'm
installing the unstable release.  I've had the same results for both the
0.19.2 binaries and source .gz files.  I'm following the directions found in
gnustep-makes's README.MinGW. I don't have a M: and I believe the path would
be correct with out the M:\USERS part.
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-11 Thread Gürkan Sengün

Hello Torli

I have tested and run my http://livecd.gnustep.org/ on Mac Mini with Linux.

Yours,
Guerkan



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


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-11 Thread Ingolf Jandt


Am 10.03.2009 um 22:41 schrieb Torli Birnbauer:


Hi,

Can you please help me decide which path should I follow to move to  
GNUstep environment. I have a choice to use either Ubuntu i386, or  
OS X (Tiger) on Mac Mini/Intel for my introduction to GNUstep,  
however I found it very disappointing that neither Ubuntu nor my Mac  
Mini platforms are mentioned as supported on your web page.

But in the wiki there are some notes.
Ubuntu can be found under Platform:Linux -- 
http://wiki.gnustep.org/index.php/Platform:Linux
Darwin/OS X under Platform:BSD -- 
http://wiki.gnustep.org/index.php/Platform:Linux

They are rather short and technical, but they should be able to give  
the right clues.


ingolf



PGP.sig
Description: Signierter Teil der Nachricht
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-11 Thread Riccardo Mottola
Torli Birnbauer wrote:
 Hi,

 Can you please help me decide which path should I follow to move to
 GNUstep environment. I have a choice to use either Ubuntu i386, or OS X
 (Tiger) on Mac Mini/Intel for my introduction to GNUstep, however I
 found it very disappointing that neither Ubuntu nor my Mac Mini
 platforms are mentioned as supported on your web page. 
   
Hi,

the best path will be to use your Ubuntu install. Debian has many of our
packages, thus you inherit them in Ubuntu. The best step is to install
the appplications you need form the packages.

Go the compile yourself route only if you really need. Using the
packages saves you quite some hassle. What do you need GNUstep for?

If you install the gnustep apps, they will show up in the menu of your
windowmanager (I recommend windowmaker, for best compatibility) and they
will just work.

GORM and ProjectCenter are the two applications you need for
development. That should cover most needs and installing them also will
get you all the needed developer packages.

If you need to go the hard-dorute (for example because you need bleeding
edge), our wiki has plenty of information.

Ubuntu is explicitly mentioned, however, I hope you aware that Ubuntu is
essendially a rebranded Debian with a bit of marketing, thus where you
read debian everything will apply too.

read here:
http://wiki.gnustep.org/index.php/Platform:Linux

---Riccardo



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


Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-10 Thread Torli Birnbauer
Hi,

Can you please help me decide which path should I follow to move to
GNUstep environment. I have a choice to use either Ubuntu i386, or OS X
(Tiger) on Mac Mini/Intel for my introduction to GNUstep, however I
found it very disappointing that neither Ubuntu nor my Mac Mini
platforms are mentioned as supported on your web page. 

When I first discovered the relationships between NeXTstep, Apple and
Mac OS X Cocoa, I was eager to learn how to install GNUstep on my Mac
Mini, however disappointingly I discovered that only MacOSX/PowerPC is
listed on the the platform-specific page dealing with GNUstep
installation. I also could not find anything about Ubuntu except an old
blog from 2005. I did, however, found GNUstep in my Synaptic Package
Manager on Ubuntu, and I would like to install it, however, I have no
idea where to start. It is hard to select from some 80+ choices that are
somehow related to GNUstep, with absolutely no documentation whatsoever,
and especially because I am not sure if the port for Ubuntu is actually
complete and works. I am running Ubuntu 8.04 - the Hardy Heron -
released in April 2008. Indeed my other option is Mac OS X 10.4.11
(Tiger).

So my question is twofold, (a) which of these two options (Ubuntu or Mac
Mini) is better, and (b) where can I find some guidance how to install?

Thank you in advance,
Torli.  

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


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-10 Thread Yen-Ju Chen
Hi,

  I personally suggests Ubuntu and here is a short guide for installation:
  http://gnustep.blogspot.com/2008/06/gnustep-on-ubuntu-804.html

  After all the dependencies are installed, download gnustep-make,
gnustep-base, gnustep-gui, gnustep-back.
  For each package, do three steps:
  1. 'configure'
  2. 'make'
  3. 'sudo make -E install'

  Read this guide for detail:
  http://gnustep.made-it.com/BuildGuide/
  Pay attention to 'source gnustep.sh' after installing GNUstep Makefile system.

  Yen-Ju

On Tue, Mar 10, 2009 at 10:41 PM, Torli Birnbauer goot...@gmail.com wrote:
 Hi,

 Can you please help me decide which path should I follow to move to GNUstep
 environment. I have a choice to use either Ubuntu i386, or OS X (Tiger) on
 Mac Mini/Intel for my introduction to GNUstep, however I found it very
 disappointing that neither Ubuntu nor my Mac Mini platforms are mentioned as
 supported on your web page.

 When I first discovered the relationships between NeXTstep, Apple and Mac OS
 X Cocoa, I was eager to learn how to install GNUstep on my Mac Mini, however
 disappointingly I discovered that only MacOSX/PowerPC is listed on the the
 platform-specific page dealing with GNUstep installation. I also could not
 find anything about Ubuntu except an old blog from 2005. I did, however,
 found GNUstep in my Synaptic Package Manager on Ubuntu, and I would like to
 install it, however, I have no idea where to start. It is hard to select
 from some 80+ choices that are somehow related to GNUstep, with absolutely
 no documentation whatsoever, and especially because I am not sure if the
 port for Ubuntu is actually complete and works. I am running Ubuntu 8.04 -
 the Hardy Heron - released in April 2008. Indeed my other option is Mac OS X
 10.4.11 (Tiger).

 So my question is twofold, (a) which of these two options (Ubuntu or Mac
 Mini) is better, and (b) where can I find some guidance how to install?

 Thank you in advance,
 Torli.


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





-- 
Yen-Ju Chen


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


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-10 Thread Stefan Bidigaray
On Tue, Mar 10, 2009 at 5:05 PM, Yen-Ju Chen yjch...@gmail.com wrote:

  After all the dependencies are installed, download gnustep-make,
 gnustep-base, gnustep-gui, gnustep-back.
  For each package, do three steps:
  1. 'configure'
  2. 'make'
  3. 'sudo make -E install'


Or use GNUstep-startup for an easier install (if you don't want to use SVN):
http://www.gnustep.org/experience/Startup.html

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


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-10 Thread Lars Sonchocky-Helldorf


Am 10.03.2009 um 22:41 schrieb Torli Birnbauer:


Hi,

Can you please help me decide which path should I follow to move to  
GNUstep environment. I have a choice to use either Ubuntu i386, or  
OS X (Tiger) on Mac Mini/Intel for my introduction to GNUstep,  
however I found it very disappointing that neither Ubuntu nor my  
Mac Mini platforms are mentioned as supported on your web page.


When I first discovered the relationships between NeXTstep, Apple  
and Mac OS X Cocoa, I was eager to learn how to install GNUstep on  
my Mac Mini, however disappointingly I discovered that only MacOSX/ 
PowerPC is listed on the the platform-specific page dealing with  
GNUstep installation. I also could not find anything about Ubuntu  
except an old blog from 2005. I did, however, found GNUstep in my  
Synaptic Package Manager on Ubuntu, and I would like to install it,  
however, I have no idea where to start. It is hard to select from  
some 80+ choices that are somehow related to GNUstep, with  
absolutely no documentation whatsoever, and especially because I am  
not sure if the port for Ubuntu is actually complete and works. I  
am running Ubuntu 8.04 - the Hardy Heron - released in April 2008.  
Indeed my other option is Mac OS X 10.4.11 (Tiger).


So my question is twofold, (a) which of these two options (Ubuntu  
or Mac Mini) is better, and (b) where can I find some guidance how  
to install?


You can install GNUstep using the Synaptic Package Manager just fine,  
but the packages will be a bit outdated then. What you need to get a  
working base system is:


gnustep-make
gnustep-base-runtime
gnustep-gui-runtime
gnustep-back0.14-art

this are just the minimally required libraries to get a running  
GNUstep system with graphical user interface capabilities.


You then would need to install additional applications to run, for  
instance the gnustep-devel package to get some applications for  
development like Gorm.app and ProjectCenter.app


If you search for .app in the Synaptic Package Manager you'll  
easily get a list of applications available for GNUstep (and some  
misfires ;-))



or you decide just to install the gnustep meta package which will  
install all and everything in GNUstep available for Ubuntu.




If you are not satisfied with what Ubuntu offers you you or you want  
to have the greatest and latest (but sometimes also buggiest ;-)) you  
can always compile from source, even after you've installed GNUstep  
using the Synaptic Package Manager. But never forget: once you've  
done this you must install everything from source then since the  
packages which the Synaptic Package Manager provides are compiled  
against the version of GNUstep that comes with the Synaptic Package  
Manager.


Compiling from source is a little more complicated.

At first you need to install the following development style packages  
(you can do this again using the Synaptic Package Manager):


for gnustep-base:

libffi-dev
libssl-dev
libxml2-dev
libxslt1-dev

for gnustep-gui:

libjpeg62-dev
libtiff4-dev
libpng12-dev
libungif4-dev

for gnustep-back:

libart-2.0-dev
libcairo2-dev
libfreetype6-dev
libx11-dev
libxft-dev
libxmu-dev

for gdl2 (GNUstep Database Library):

postgresql
postgresql-server-dev-8.3
libsqlite3-dev


then you'll do the following in a terminal session (only the lines  
without # at the beginning matter, those which start with # are  
comments):


# create the directory for the GNUstep-sources and fetch the GNUstep- 
sources

mkdir GNUstep-update
cd GNUstep-update/
svn co http://svn.gna.org/svn/gnustep/modules

cd modules

# I want to install in System to replace what came with Ubuntu, so  
copy installation-domais.conf to the right place

sudo cp core/make/installation-domais.conf /etc/GNUstep/

# edit installation-domais.conf
sudo nano /etc/GNUstep/installation-domais.conf
# add renaissance, gdl2 in above file to  
GNUSTEP_PACKAGES_TO_INSTALL_INTO_SYSTEM_BY_DEFAULT, don't forget to  
add a backslash at the end of each line


# install gnustep-make
cd core/make/
./configure --with-layout=fhs-system
make
sudo make install

# symlink GNUstep.sh into /etc/profile.d/ so it gets sourced for  
every user
sudo ln -s /usr/share/GNUstep/Makefiles/GNUstep.sh /etc/profile.d/ 
GNUstep.sh


# install gnustep-base
cd ../base/
./configure
make
sudo make install

# install gnustep-gui
cd ../gui/
./configure
make
sudo make install

# install gnustep-back
cd ../back/
./configure --enable-graphics=art --with-name=art
make
sudo make install
defaults write NSGlobalDomain GSBackend libgnustep-art

# install renaissance
cd ../../dev-libs/renaissance/
sudo -E make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install

# install Gorm.app
cd ../../dev-apps/gorm/
make
sudo -E make install

# install gdl2
cd ../../dev-libs/gdl2/
./configure
make
sudo make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install

# install ProjectCenter.app
cd ../../dev-apps/projectcenter/
sudo -E make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install

# now try if 

Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-10 Thread Dino Strausz

for a quick install, try on any Mac OS X the link
http://hoth.radiofreeomaha.net:3000/~tmcintos/GNUstepWeb/

I just did in my new MacBook (Leopard on top of an Intell)... now, I  
am playing with the webapp-template; we'll see results soon...


Suerte!
Dino

On 10 Mar 2009, at 3:41 PM, Torli Birnbauer wrote:


Hi,

Can you please help me decide which path should I follow to move to  
GNUstep environment. I have a choice to use either Ubuntu i386, or  
OS X (Tiger) on Mac Mini/Intel for my introduction to GNUstep,  
however I found it very disappointing that neither Ubuntu nor my Mac  
Mini platforms are mentioned as supported on your web page.


When I first discovered the relationships between NeXTstep, Apple  
and Mac OS X Cocoa, I was eager to learn how to install GNUstep on  
my Mac Mini, however disappointingly I discovered that only MacOSX/ 
PowerPC is listed on the the platform-specific page dealing with  
GNUstep installation. I also could not find anything about Ubuntu  
except an old blog from 2005. I did, however, found GNUstep in my  
Synaptic Package Manager on Ubuntu, and I would like to install it,  
however, I have no idea where to start. It is hard to select from  
some 80+ choices that are somehow related to GNUstep, with  
absolutely no documentation whatsoever, and especially because I am  
not sure if the port for Ubuntu is actually complete and works. I am  
running Ubuntu 8.04 - the Hardy Heron - released in April 2008.  
Indeed my other option is Mac OS X 10.4.11 (Tiger).


So my question is twofold, (a) which of these two options (Ubuntu or  
Mac Mini) is better, and (b) where can I find some guidance how to  
install?


Thank you in advance,
Torli.

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




Dino
--
di...@mac.com
Business Applied X Objects
http://strausz.blogspot.com
(+52-1) 55-5437-8205




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


Re: Installing GNUstep on Mac OS X/Intel or Ubuntu

2009-03-10 Thread Torli Birnbauer
Thank you guys for your prompt replies, particularly I have to thank
Lars Sonchocky-Helldorf, whose exhaustive answer helped me to get 
started with Ubuntu binaries installed via Synaptic Package Manager, 
virtually without any troubles.

Thank you again.
Torli

On Wed, 2009-03-11 at 00:14 +0100, Lars Sonchocky-Helldorf wrote:

 Am 10.03.2009 um 22:41 schrieb Torli Birnbauer:
 You can install GNUstep using the Synaptic Package Manager just fine,  
 but the packages will be a bit outdated then. What you need to get a  
 working base system is:
 
 gnustep-make
 gnustep-base-runtime
 gnustep-gui-runtime
 gnustep-back0.14-art
 
 this are just the minimally required libraries to get a running  
 GNUstep system with graphical user interface capabilities.
 
 You then would need to install additional applications to run, for  
 instance the gnustep-devel package to get some applications for  
 development like Gorm.app and ProjectCenter.app


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


Re: Error while installing gnustep-base 1.15.3

2008-05-25 Thread Chris B. Vetter
On Sat, May 24, 2008 at 5:04 PM, Nicola Pero
[EMAIL PROTECTED] wrote:
[...]
 The old variable is still supported for backwards compatibility; I suppose you
 turned on --enable-strict-v2-mode when configuring gnustep-make ?  (unless the
 problem you're having is that your shell is one of the affected ones and
 can't cope with the long variable name ?)

Ah, yes, I'm using strict v2 mode.

 Anyway I applied your fix.  It requires gnustep-make v2 but that was already a
 requirement for the new gnustep-base releases.

I forgot to write in that the same error occurs during installation of
-back, sorry.

-- 
Chris


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


Re: Error while installing gnustep-base 1.15.3

2008-05-25 Thread Nicola Pero
Anyway I applied your fix.  It requires gnustep-make v2 but that  
was already a

requirement for the new gnustep-base releases.


I forgot to write in that the same error occurs during installation of
-back, sorry.


Thanks - I realized it was being used in gnustep-gui as well - I  
corrected both -gui and -back in trunk. :-)


Thanks


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


RE: Error while installing gnustep-base 1.15.3

2008-05-24 Thread Nicola Pero

 while trying to install 1.15.3, make exits in Tools/ with
 
 [...]

 Apparently the problem is with

if [ ! -f $(GNUSTEP_DOCUMENTATION_MAN) ]; then \

 which doesn't exist (anymore).

 Changing it to GNUSTEP_DOC_MAN seems to fix the problem,

Thanks Chris

your suggestion is correct - GNUSTEP_DOCUMENTATION_MAN is the old gnustep-make 
v1 variable - which was replaced by GNUSTEP_DOC_MAN in gnustep-make v2 to fix
the problem that otherwise we had variable names which are too long for some 
shells (eg, GNUSTEP_SYSTEM_DOCUMENTATION_MAN).

The old variable is still supported for backwards compatibility; I suppose you
turned on --enable-strict-v2-mode when configuring gnustep-make ?  (unless the 
problem you're having is that your shell is one of the affected ones and 
can't cope with the long variable name ?)

Anyway I applied your fix.  It requires gnustep-make v2 but that was already a 
requirement for the new gnustep-base releases.

Thanks



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


Re: half way easy - installing GNUstep using gnustep-startup-0.19.0.tar.gz on a Mac

2007-12-01 Thread Ingolf Jandt


Am 01.12.2007 um 09:46 schrieb Fabian Groffen:


On 01-12-2007 01:40:15 +0100, Lars Sonchocky-Helldorf wrote:
[snip useful information]

[...]


I never got GNUstep to compile/work on OSX, and most probably you told
me why, because I always use gcc-apple, not the FSF one.  However,  
that

still does not address the linking issues...  It is great to know that
it actually /can/ work on OSX!

see http://wiki.gnustep.org/index.php/Platform:BSD#Darwin
(should be a bit more detailed, eg. contain links to where to find  
dependencies / the gnu compiler -- lars, could you share your  
knowledge there?)


ingolf



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


Re: installing GNUstep problems...

2006-03-04 Thread Lloyd Dupont

I found this:
http://mediawiki.gnustep.org/index.php/Using_Subversion

But when I tried to use Tortoise-SVN to access the server, trying to guess 
what I should put in the various configuration TextBoxes, I had not much 
success...

Any tips?


Regards,
Lloyd Dupont


NovaMind development team
NovaMind Software
Mind Mapping Software
www.nova-mind.com

- Original Message - 
From: Lloyd Dupont [EMAIL PROTECTED]

To: GNUstep Discussion discuss-gnustep@gnu.org
Sent: Wednesday, March 01, 2006 12:48 PM
Subject: installing GNUstep problems...



I have a few month old version of GNUstep which was on CVS.
However it's no longer working as GNUstep has changed its server settings 
(and moved to SVN perhaps?)


I visited the WebSite http://www.GNUstep.org to know what to do to 
reinstall GNUstep from the new CVS/SVN/Whatever server and build.

But didn't find any relevant information.

Does any one has a link or something?
As an additional information I'm working on Windows.

Cheers,
Lloyd 



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


Re: installing GNUstep problems...

2006-03-03 Thread Andrew Ruder
On Wed, Mar 01, 2006 at 09:13:29AM +, Richard Frith-Macdonald wrote:
   svn co svn://svn.gna.org/svn/gnustep/tools/make/trunk make
 to get the make package.
 
   svn co svn://svn.gna.org/svn/gnustep/libs/base/trunk base
 to get the base library etc.

svn co http://svn.gna.org/svn/gnustep/modules/core

is handy as well if you are just trying to get all of core.

Cheers,
Andy

-- 
Andrew Ruder
http://www.aeruder.net


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


Re: installing GNUstep problems...

2006-03-02 Thread Richard Frith-Macdonald


On 1 Mar 2006, at 02:48, Lloyd Dupont wrote:


I have a few month old version of GNUstep which was on CVS.
However it's no longer working as GNUstep has changed its server  
settings (and moved to SVN perhaps?)


I visited the WebSite http://www.GNUstep.org to know what to do to  
reinstall GNUstep from the new CVS/SVN/Whatever server and build.

But didn't find any relevant information.

Does any one has a link or something?
As an additional information I'm working on Windows.


You need to install subversion and fetch stuff from the new  
subversion repository.
I think there is stuff on this in the wiki, but what you need to do  
is basically ...


  svn co svn://svn.gna.org/svn/gnustep/tools/make/trunk make
to get the make package.

  svn co svn://svn.gna.org/svn/gnustep/libs/base/trunk base
to get the base library etc.

You can browse to http://svn.gna.org/viewcvs/gnustep/ to see the  
state of the repository (and work out paths for checking out other  
parts of it)




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


Re: installing GNUstep problems...

2006-03-02 Thread Richard Frith-Macdonald


On 1 Mar 2006, at 02:58, Lloyd Dupont wrote:


I found this:
http://mediawiki.gnustep.org/index.php/Using_Subversion

But when I tried to use Tortoise-SVN to access the server, trying  
to guess what I should put in the various configuration TextBoxes,  
I had not much success...

Any tips?


Sorry ... I tried Tortoise and didn't get it to work (for read/write  
access using ssh).. I didn't try simple read access though.


I eventually got svn working using the standard command-line version  
from the msys shell.  I had to hack the svn config file to get ssh  
working, but I think a plain read-only checkout worked out of the box.




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


installing GNUstep problems...

2006-03-01 Thread Lloyd Dupont

I have a few month old version of GNUstep which was on CVS.
However it's no longer working as GNUstep has changed its server settings 
(and moved to SVN perhaps?)


I visited the WebSite http://www.GNUstep.org to know what to do to reinstall 
GNUstep from the new CVS/SVN/Whatever server and build.

But didn't find any relevant information.

Does any one has a link or something?
As an additional information I'm working on Windows.

Cheers,
Lloyd 



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


Re: installing GNUstep problems...

2006-03-01 Thread Lloyd Dupont

Correction:
I manage to get a connection.
But I kept having a 'Connection closed unexpectedly' error/problem :-(

Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
www.nova-mind.com
- Original Message - 
From: Lloyd Dupont [EMAIL PROTECTED]

To: GNUstep Discussion discuss-gnustep@gnu.org
Sent: Wednesday, March 01, 2006 12:58 PM
Subject: Re: installing GNUstep problems...



I found this:
http://mediawiki.gnustep.org/index.php/Using_Subversion

But when I tried to use Tortoise-SVN to access the server, trying to guess 
what I should put in the various configuration TextBoxes, I had not much 
success...

Any tips?


Regards,
Lloyd Dupont


NovaMind development team
NovaMind Software
Mind Mapping Software
www.nova-mind.com

- Original Message - 
From: Lloyd Dupont [EMAIL PROTECTED]

To: GNUstep Discussion discuss-gnustep@gnu.org
Sent: Wednesday, March 01, 2006 12:48 PM
Subject: installing GNUstep problems...



I have a few month old version of GNUstep which was on CVS.
However it's no longer working as GNUstep has changed its server settings 
(and moved to SVN perhaps?)


I visited the WebSite http://www.GNUstep.org to know what to do to 
reinstall GNUstep from the new CVS/SVN/Whatever server and build.

But didn't find any relevant information.

Does any one has a link or something?
As an additional information I'm working on Windows.

Cheers,
Lloyd





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


Re: Installing GNUStep under X11 on OSX...newbie...can anyone help please...

2005-12-30 Thread Adam Fedor
On 2005-12-30 15:34:39 -0700 Andrew Sheridan [EMAIL PROTECTED] 
wrote:


NSThread.m:230: error: static declaration of 'objc_thread_add'  
follows 
non-static declaration
/opt/local/lib/gcc40/gcc/powerpc-apple-darwin8.3.0/4.0.2/include-gnu- 
runtime/objc/thr.h:103: error: previous declaration of  
'objc_thread_add' was 
here
NSThread.m:238: error: static declaration of 'objc_thread_remove'  
follows 
non-static declaration
/opt/local/lib/gcc40/gcc/powerpc-apple-darwin8.3.0/4.0.2/include-gnu- 
runtime/objc/thr.h:104: error: previous declaration of  
'objc_thread_remove' 
was here


Something went wrong during the configuration.  It would be nice to 
have the output file config.log for base to figure out what.  I'm 
guessing though that the Objective-C library that the compiler found 
does not match the Objective-C headers that it is using. Do you have 
two Objective-C libraries (libobjc) installed? Is there one in 
/opt/local/lib/gcc40/gcc/powerpc-apple-darwin8.3.0/4.0.2/?


Is there another one in the normal Apple place (/usr/lib?)?



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


Installing gnustep using DarwinPorts under OSX/X11 environment...

2005-12-29 Thread Andrew Sheridan

To anybody who can help...

[Running Tiger 10.4.3 with XCode 2.2 installed]

I have installed gnustep-make with the +puredarwin option as 
suggested by Yves de Champlain.
When I then try and install gnustep-base using Darwinports, I get the 
following :


***
--- 


Building gnustep-base with target all
Error: Target com.apple.build returned: shell command . 
/opt/local/GNUstep/System/Library/Makefiles/GNUstep.sh 
   cd 
/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gnustep-base/work/gnustep-base-1.11.0 


   gnumake messages=yes returned error 2
Command output: Making all in Source...
Making all in subprojects of library libgnustep-base...
Making all for subproject Additions...
gnumake[3]: Nothing to be done for `internal-subproject-all'.
Making all for subproject unix...
gnumake[3]: Nothing to be done for `internal-subproject-all'.
Making all for library libgnustep-base...
gcc-dp-4.0 NSThread.m -c \
 -MMD -MP -DGNUSTEP_INSTALL_PREFIX=/opt/local/GNUstep/System 
-DGNUSTEP_LOCAL_ROOT=/opt/local/GNUstep/Local 
-DGNUSTEP_NETWORK_ROOT=/opt/local/GNUstep/Local 
-DGNUSTEP_TARGET_DIR=\.\ -DGNUSTEP_TARGET_CPU=\powerpc\ 
-DGNUSTEP_TARGET_OS=\darwin8.3.0\ -DLIBRARY_COMBO=\gnu-gnu-gnu\ 
-Wall -Wcast-align -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 
-DGNUSTEP_BASE_LIBRARY=1 -fno-common -DGSWARN -DGSDIAGNOSE -O2 
-fno-strict-aliasing -fgnu-runtime -I../Headers/Additions -I../Headers 
-I./. -I. -I/opt/local/include/gcc-3.3 -I/opt/local/include/libxml2 
-I/opt/local/include \

  -o shared_obj/NSThread.o
NSThread.m:230: error: static declaration of 'objc_thread_add' follows 
non-static declaration
/opt/local/lib/gcc40/gcc/powerpc-apple-darwin8.3.0/4.0.2/include-gnu-runtime/objc/thr.h:103: 
error: previous declaration of 'objc_thread_add' was here
NSThread.m:238: error: static declaration of 'objc_thread_remove' 
follows non-static declaration
/opt/local/lib/gcc40/gcc/powerpc-apple-darwin8.3.0/4.0.2/include-gnu-runtime/objc/thr.h:104: 
error: previous declaration of 'objc_thread_remove' was here

gnumake[2]: *** [shared_obj/NSThread.o] Error 1
gnumake[1]: *** [libgnustep-base.all.library.variables] Error 2
gnumake: *** [internal-all] Error 2
***

Is 

anyone able to tell me what I need to do to correct the problem? Do I 
need to provide any other info - logs, etc?


Regards
Andrew Sheridan

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


Installing GNUStep under X11 on OSX...newbie...can anyone help please...Darwinports version of GNUStep...

2005-12-27 Thread Andrew Sheridan

Following on from my last post, Darwinports throws up the following error...

---  Building gnustep-base with target all
Error: Target com.apple.build returned: shell command . 
/opt/local/GNUstep/System/Library/Makefiles/GNUstep.sh 
   cd 
/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_lang_gnustep-base/work/gnustep-base-1.11.0 


   gnumake messages=yes returned error 2
Command output: Making all in Source...
Making all in subprojects of library libgnustep-baseadd...
Making all for subproject Additions...
gcc GSCategories.m -c \
 -MMD -MP -Wall -DNeXT_Foundation_LIBRARY=1 -DNeXT_GUI_LIBRARY=1 
-DNeXT_RUNTIME=1 -fno-common -DGSWARN -DGSDIAGNOSE -O2 
-fno-strict-aliasing -fnext-runtime -I../../Headers/Additions -I../. 
-I. -I/opt/local/include/gcc-3.3 -I/opt/local/include/libxml2 
-I/opt/local/include \

  -o shared_obj/GSCategories.o
GSCategories.m:26:35: Foundation/Foundation.h: No such file or directory
In file included from GSCategories.m:27:
../../Headers/Additions/GNUstepBase/GSCategories.h:44:37: 
CoreFoundation/CFString.h: No such file or directory

In file included from ../../Headers/Additions/GNUstepBase/GSCategories.h:48,
from GSCategories.m:27:
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:641: error: parse 
error before '*' token
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:642: warning: type 
defaults to `int' in declaration of `GSObjCZone'
../../Headers/Additions/GNUstepBase/GSObjCRuntime.h:642: warning: data 
definition has no type or storage class

In file included from GSCategories.m:27:
../../Headers/Additions/GNUstepBase/GSCategories.h:181: error: cannot 
find interface declaration for `NSCalendarDate'

gnumake[3]: *** [shared_obj/GSCategories.o] Error 1
gnumake[2]: *** [Additions.all.subproject.variables] Error 2
gnumake[1]: *** [libgnustep-baseadd.all.library.variables] Error 2
gnumake: *** [internal-all] Error 2
Error: /opt/local/bin/port: Status 1 encountered during processing.

...

Is this a know error - all the other DP downloads compile just fine.

Regards
Andrew Sheridan

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


Re: Installing GNUStep under X11 on OSX...newbie...can anyone help please...

2005-12-27 Thread Adam Fedor


On Dec 27, 2005, at 5:54 PM, Andrew Sheridan wrote:


E281 Error
I don't seem to be able to use your Objective-C compiler to produce
working binaries!  Please check your Objective-C compiler installation.
For gcc-3.0.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to add
the directory given by gcc -print-file-name=libobjc.so to your
LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.



You don't say what OS version you are using, nor did you include the 
log files. I'm guessing however that you are using the Apple gcc, not 
the FSF gcc. Or if you do have FSF gcc, it did not install the 
Objective-C library. You have to download and compile gcc from 
gcc.gnu.org. GNUstep can't use Apple's gcc.


(Actually, I've been able to compile, but not run, GNUstep using 
Apple's gcc that comes with Tiger, but that requires a few tweaks that 
are not included in Startup).




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


  1   2   >