Re: GSWEB

2009-04-14 Thread Reuss András

Thanks, DAvid, that was the problem.
Cheers
andrás
David Ayers wrote:

Hello András,

Am Montag, den 13.04.2009, 00:33 +0200 schrieb Reuss András:

I have a problem with GSWeb:
on compile, I get the following message:

[snip]

make[1]: *** [GSWeb.all.framework.variables] Error 2
make[1]: Leaving directory `/home/user/dev-libs/gsweb/GSWeb.framework'

I checked the file, but I could not find any bug in it.
I am using debian lenny with the vanilla gnustep installation.
Any help is welcome.


My first guess is that you do not have GDL2 installed.  You need to
install dev-libs/gdl2 before gsweb.

Originally the plan was to have gsweb configure fail if GDL2 wasn't
available.  Yet Dave Wetzel is still using a GDL2 fork named TCSimpleDB
that uses a different memory model than GDL2 for Enterprise Objects.  We
agreed that we'll try to get GDL2 to work for him before we drop
TCSimpleDB support.

As a interim solution, I guess ./configure should emit a warning if GDL2
cannot be detected... I'll try to do that soon.

Cheers,
David




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






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


GSWEB

2009-04-12 Thread Reuss András

Hello.
I have a problem with GSWeb:
on compile, I get the following message:

GSWDisplayGroup.h:58: error: expected specifier-qualifier-list 
before 'EODataSource'
GSWDisplayGroup.h:64: error: expected specifier-qualifier-list 
before 'EOQualifier'
GSWDisplayGroup.h:65: error: expected specifier-qualifier-list 
before 'EOQualifier'

GSWDisplayGroup.h:117: error: expected ')' before 'EOUndoManager'
GSWDisplayGroup.h:124: error: expected ')' before 'EODataSource'
GSWDisplayGroup.h:158: error: expected ')' before 'EOKeyValueUnarchiver'
GSWDisplayGroup.h:159: error: expected ')' before 'EOKeyValueUnarchiver'
GSWDisplayGroup.h:170: error: expected ')' before 'EOQualifier'
GSWDisplayGroup.h:174: error: expected ')' before 'EOQualifier'
GSWDisplayGroup.h:175: error: expected ')' before 'EOQualifier'
GSWDisplayGroup.h:176: error: expected ')' before 'EOQualifier'
GSWDisplayGroup.h:177: error: expected ')' before 'EOQualifier'
GSWDisplayGroup.h:207: error: expected ')' before 'EODataSource'
GSWDisplayGroup.h:223: error: expected ')' before 'EOQualifier'
GSWDisplayGroup.h:224: error: expected ')' before 'EOQualifier'
make[2]: *** [obj/GSWeb/GSWDebug.o] Error 1
make[1]: *** [GSWeb.all.framework.variables] Error 2
make[1]: Leaving directory `/home/user/dev-libs/gsweb/GSWeb.framework'

I checked the file, but I could not find any bug in it.
I am using debian lenny with the vanilla gnustep installation.
Any help is welcome.
Thanks
András


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


Re: gnustep on react-os?

2009-02-18 Thread Reuss András

I tried it, but it crashes.
Gregory Casamento wrote:

Wow, really cool!   I've never even thought about trying to user MinGW on
ReactOS.

GC

On Wed, Feb 18, 2009 at 11:32 AM, Sebastian Reitenbach 
sebas...@l00-bugdead-prods.de wrote:


Hi,

I've created my first gnustep app (:
https://www.l00-bugdead-prods.de/GPSTools.html

However, some of my friends that probably would have a use for the app,
they
usually run windows boxes, and are not so tech savvy, to compile stuff on
their own. Therefore it would be good if I could provide them with windows
binaries.
Unfortunately, I do not have a Windows license, and I'm also not going to
buy
one, (: Therefore I had the idea, it could maybe possible to install the
Windows Clone React OS in a VM, install gnustep there to create the Windows
binaries. Will binaries created there run on Windows XP and similar, at
least
they state to be binary compatible?

Anybody tried to use Gnustep on React OS and is willing to share the
experience?

greetings
Sebastian


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








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




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


Re: Objective-C 2.0 and other new features in Leopard

2007-11-09 Thread Reuss András
Fixing that would also change the nature of the gnustep project in a 
similar fashion as creating a Gnustep variant of ubuntu: Full system 
usability, in an inclusive rather than a just a base sense.


Why always ubuntu? My personal experiences whith sidux are a lot 
better than with ubuntu. I is based too on debian, but the packages 
just work. just my 2c.

andras


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


Re: Objective-C 2.0 and other new features in Leopard

2007-11-09 Thread Reuss András




Critical mass.


just check and compare the reviews.
andras


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


Re: help request for nsconnection

2005-08-13 Thread reuss
Reuss András wrote:
 I would like to do a server with clients.
 My concept is the following:
 1. client connects to server
 2. client gets serverconnection
 3. server returns an initialized bundle object (an other one for each user)
 4. client sends request to this very initialized bundle object (remote)
 
 My problem is the point 3:
 if I interrogate the bundle object (remote) that is returned by the
 server, both the server and client crashes with
 NSPortTimeoutException: invalidated while awaiting reply message.
 
 I am sure have make some mistake, but what?
 How can the client communicate this bundle object (remote) that returns
 NSDistantObject for the [remote class] method?

To reply to my own message, I would like to
communicate with (remote) object to avoid to send
client id with all message.
BTW, it is possible to identify - without sending
it - the sender of a message?




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


Re: GNUstep on the rise!

2005-08-04 Thread reuss
Sašo Kiselkov wrote:
 Quoting Chris Vetter [EMAIL PROTECTED]:
 
 
A few days ago I read an article mentioning, among other things, GNUstep and
how 'cool' (my choice of words) it would be if/when/whether 'these guys'
(ie. the developers of GNUstep) would decide to put GNUstep on top of their
OWN operating system instead of 'screwing around with existing systems
resulting in symlinks all over the place' (again, my choice of words) and
'imagine GNUstep on a Mach based kernel.'

 
 
 This would, IMHO, be the biggest mistake possible: tying GNUstep to a 
 particular
 platform. I personally love that fact that I only have to write an app once 
 and
 then have it running with little porting effort on Linux, FreeBSD, Mac OS X,
 and even ugly, but spread M$ Windows.
 
 Of course, I'm not against a GNUstep-only-system (hell, I already did it as my
 graduation work at high school, complete with a CD-based installer, integrated
 workspace, it's own package management, etc.), 
is it downloadable?

but care should be taken not to
 make it part of the core libraries.
 
  Saso
 
 
 
 
 ___
 Discuss-gnustep mailing list
 Discuss-gnustep@gnu.org
 http://lists.gnu.org/mailman/listinfo/discuss-gnustep
 
 



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


gui compiling again-

2005-02-26 Thread Reuss Andras
On Sat, 26 Feb 2005 03:01:31 +0100
Reuss Andras [EMAIL PROTECTED] wrote:

 Could help me somebody? I downloaded the recent cvs and gui does not compile. 
 I  got the following message:
 
 
 ./Headers/Additions/GNUstepGUI/GSServicesManager.h:61: parse error before 
 GSServicesManager
 ./Headers/Additions/GNUstepGUI/GSServicesManager.h:62: parse error before 
 GSServicesManager
 NSApplication.m: In function `-[NSApplication _init]':
 NSApplication.m:730: `GSServicesManager' undeclared (first use in this 
 function)
 NSApplication.m:730: (Each undeclared identifier is reported only once
 NSApplication.m:730: for each function it appears in.)
 make[2]: *** [shared_obj/NSApplication.o] Error 1
 make[1]: *** [libgnustep-gui.all.library.variables] Error 2
 make[1]: Leaving directory `/usr/src/gnustep/core/gui/Source'
 make: *** [internal-all] Error 2

In NSApplication.h, it seems that the reference to 
#include GNUstepGUI/GSServicesManager.h seems to be invalide. Could this 
produce this error?
Is it possible that this reference is invalid?
thanks any clue
andras


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


gui from cvs compiling error

2005-02-26 Thread Reuss Andras
I updated my gnustep installation from cvs, but gui would not compile at all. I 
got the following message:
 
Compiling file Functions.m ...
 Compiling file NSAlert.m ...
 Compiling file NSApplication.m ...
In file included from NSApplication.m:72:
../Headers/Additions/GNUstepGUI/GSServicesManager.h:42: warning: duplicate 
declaration for protocol `NSMenuItem'
../Headers/Additions/GNUstepGUI/GSServicesManager.h:44: parse error before 
@interface
../Headers/Additions/GNUstepGUI/GSServicesManager.h:60: parse error before '}' 
token
make[2]: *** [shared_obj/NSApplication.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory `/usr/src/gnustep/core/gui/Source'
make: *** [internal-all] Error 2

I use gcc-3.0, linux 2.4 (debian woody). I sourced my gnustep dir before 
compiling. Btw. foundation works just fine. 

Thanks for any advice
andras


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


(no subject)

2005-02-25 Thread Reuss Andras
Could help me somebody? I downloaded the recent cvs and gui does not compile. I 
 got the following message:


../Headers/Additions/GNUstepGUI/GSServicesManager.h:61: parse error before 
GSServicesManager
../Headers/Additions/GNUstepGUI/GSServicesManager.h:62: parse error before 
GSServicesManager
NSApplication.m: In function `-[NSApplication _init]':
NSApplication.m:730: `GSServicesManager' undeclared (first use in this function)
NSApplication.m:730: (Each undeclared identifier is reported only once
NSApplication.m:730: for each function it appears in.)
make[2]: *** [shared_obj/NSApplication.o] Error 1
make[1]: *** [libgnustep-gui.all.library.variables] Error 2
make[1]: Leaving directory `/usr/src/gnustep/core/gui/Source'
make: *** [internal-all] Error 2


Did I forget something?
andras


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