Re: MSWindows CVS install problem

2005-03-23 Thread Marc Brünink
On Tuesday, Mar 22, 2005, at 19:13 Europe/Berlin, Marc Brünink wrote:
[..]
But the install is not as   clean as it looked like. I'm getting 
errrors while running eg GFractal:

abnormal program termination
objc runtime: cannot find class NSAutoreleasePool
Hi,
Actually i solved this problem yesterday. My brain was just to 
windownized to realize it.
The problem (as I understood it) is simply that MingGW-3.2.0-rc3 
installs a libobjc. Nevertheless its mandatory (at least under windows 
2000) to install dev-libs/libobjc. Thus we're ending with two libobjc 
in different directorys. And the compiler simply linked the wrong 
libobjc.a. A rename of the old libs (xxx/msys/1.0/mingw/lib/libobjc.a 
and .la) solved this for me.

However one question remains:
I have to copy crt2.o crtbegin.o and crtend.o manually to the current 
compile directory. How to solve this?

Marc

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


Re: MSWindows CVS install problem

2005-03-22 Thread Marc Brünink
On Monday, Mar 21, 2005, at 20:44 Europe/Berlin, Marc Brünink wrote:
Actually I did not use CVS but the binary installer. Anyway, I tried  
to install the current CVS following your instructions. After some  
smaller problems I somehow managed a clean install. But now I always  
get critical errors while running an examples/gui app. The very bad  
thing about these errors: The  critical-error-window is just black!  
Further there are no error messages  on console until i close the  
critical-error-window. Then I got the following:

The file 'c:\Programme\GNUstep\GNUstep\System\.GNUsteprc' is writable  
by someone other than its owner.
Ignoring it.
c:\Projects\gnustep-cvs\usr- 
apps\examples\gui\GFractal\GFractal.app\GFractal.exe: Uncaught  
exception NSRangeException, reason: Index 0 is out of range 0 (in  
'objectAtIndex:')
After some hours of sleep, I gave it a fresh start over. Following  
exactly the instructions Nicola posted  
(http://mediawiki.gnustep.org/index.php/Installation_on_Windows), I got  
a reproduceable error concerning conftest.exe. This error occurs while  
the configure script of ffcall checks for the long long type. Actually  
the configure script runs through (I just ignored the error pop-ups),  
but therefore the make of gnustep-base failed in GSFFCall* (- cannot  
remember the name exactly, but it was line 1004 and it bleated about  
va_return_long_long or something like this)
Is someone able to reproduce this error? Does someone have a hint for  
me?
Occured on a MS Windows 2000 SP4 machine.

Thanks a lot,
Marc
___
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


Re: MSWindows CVS install problem

2005-03-22 Thread Marko Riedel

--- Marc Brünink [EMAIL PROTECTED] wrote:
 
 On Monday, Mar 21, 2005, at 20:44 Europe/Berlin, Marc Brünink wrote:
[...]
 
 a reproduceable error concerning conftest.exe. This error occurs while  
 the configure script of ffcall checks for the long long type. Actually  
 the configure script runs through (I just ignored the error pop-ups),  
 but therefore the make of gnustep-base failed in GSFFCall* (- cannot  
 remember the name exactly, but it was line 1004 and it bleated about  
 va_return_long_long or something like this)
 Is someone able to reproduce this error? Does someone have a hint for  
 me?
[...]

 Occured on a MS Windows 2000 SP4 machine.
 

I got exactly the same error, also on a Windows 2000 machine:


GSFFCallInvocation.m: In function `GSInvocationCallback':
GSFFCallInvocation.m:1003: error: union has no member named `_longlong'
GSFFCallInvocation.m:1004: error: union has no member named `_ulonglong'
GSFFCallInvocation.m:1003: warning: value computed is not used
GSFFCallInvocation.m:1004: warning: value computed is not used
make[2]: *** [shared_obj/GSFFCallInvocation.o] Error 1
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make: *** [internal-all] Error 2

Best regards,

Marko Riedel



+-+
| Marko Riedel, EDV Neue Arbeit gGmbH, [EMAIL PROTECTED] |
| http://www.geocities.com/markoriedelde/index.html   |
+-+






___ 
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de


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


Re: MSWindows CVS install problem

2005-03-22 Thread Richard Frith-Macdonald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2005-03-22 12:33:24 + Marko Riedel [EMAIL PROTECTED] wrote:

 
 --- Marc Brünink [EMAIL PROTECTED] wrote:
 
 On Monday, Mar 21, 2005, at 20:44 Europe/Berlin, Marc Brünink wrote:
 [...]
 
 a reproduceable error concerning conftest.exe. This error occurs while  the 
 configure script of ffcall checks for the long long type. Actually  the 
 configure script runs through (I just ignored the error pop-ups),  but 
 therefore the make of gnustep-base failed in GSFFCall* (- cannot  remember 
 the name exactly, but it was line 1004 and it bleated about 
 va_return_long_long or something like this)
 Is someone able to reproduce this error? Does someone have a hint for  me?
 [...]
 
 Occured on a MS Windows 2000 SP4 machine.
 
 
 I got exactly the same error, also on a Windows 2000 machine:

I know this is probably not much help ... but I have no problems at all on a 
windows-xp system ... so my guess is that the issue is windows-200 specific.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using the GPG bundle for GNUMail

iD8DBQFCQCStE6AJp3nmKIkRApg9AJ9GfenIqIqV3pLSK0bsFYKTp94wPgCfaIQg
Eol8WhuatyKJEx9I1L/h75w=
=oPGc
-END PGP SIGNATURE-



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


Re: MSWindows CVS install problem

2005-03-22 Thread Marc Brünink
On Tuesday, Mar 22, 2005, at 13:33 Europe/Berlin, Marko Riedel wrote:
--- Marc Brünink [EMAIL PROTECTED] wrote:
On Monday, Mar 21, 2005, at 20:44 Europe/Berlin, Marc Brünink wrote:
[...]
a reproduceable error concerning conftest.exe. This error occurs while
the configure script of ffcall checks for the long long type. Actually
the configure script runs through (I just ignored the error pop-ups),
but therefore the make of gnustep-base failed in GSFFCall* (- cannot
remember the name exactly, but it was line 1004 and it bleated about
va_return_long_long or something like this)
Is someone able to reproduce this error? Does someone have a hint for
me?
[...]
Occured on a MS Windows 2000 SP4 machine.
I got exactly the same error, also on a Windows 2000 machine:
GSFFCallInvocation.m: In function `GSInvocationCallback':
GSFFCallInvocation.m:1003: error: union has no member named `_longlong'
GSFFCallInvocation.m:1004: error: union has no member named 
`_ulonglong'
GSFFCallInvocation.m:1003: warning: value computed is not used
GSFFCallInvocation.m:1004: warning: value computed is not used
make[2]: *** [shared_obj/GSFFCallInvocation.o] Error 1
make[1]: *** [libgnustep-base.all.library.variables] Error 2
make: *** [internal-all] Error 2
If I use the binary installer the ffcall configure runs through without 
error.
Anyway. If you force the configure of ffcall to set  long_long=yes its 
possible to compile GNUstep CVS on a Windows 2000 machine (as Tom 
pointed out). But the install is not as   clean as it looked like. I'm 
getting errrors while running eg GFractal:

abnormal program termination
objc runtime: cannot find class NSAutoreleasePool
So. Now we have a problem with the objc runtime. gosh! This is no fun! 
Anyone a clue?

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