discuss-gnustep
[Top][All Lists]
Advanced

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

progress report mingw


From: Marko Riedel
Subject: progress report mingw
Date: Thu, 24 Mar 2005 17:25:14 +0100 (CET)

Hi all,

I had another go at getting some gnustep examples to compile in the MinGW
environment. I used the excellent cookbook "Installation on Windows."

The ffcall library compiled once I applied Tom Koelman's patch. Thanks
Tom!

I installed the jpeg/tiff/png library following the instructions to the
letter; the configure script for gui still did not find them; I had to use
--with-jpeg/tiff-library and then configure found them and gui compiled.

The exact command is attached to this message.

I tried to start GFractal next. It could not find jpeg62.dll, so I looked
for it and added the directory to the path:
    /C/GNUdevelop/msys1.0/mingw/bin.
The examples launched after that, but they don't get very far. The three
that I tested raise an exception which is the same for all three. The
output is attached to this message.

Maybe someone can help me get this to work. I'd be very grateful.

Happy Easter everyone!

Best regards,

Marko Riedel



+-------------------------------------------------------------+
| Marko Riedel, EDV Neue Arbeit gGmbH, markoriedelde@yahoo.de |
| http://www.geocities.com/markoriedelde/index.html           |
+-------------------------------------------------------------+


        

        
                
___________________________________________________________ 
Gesendet von Yahoo! Mail - Jetzt mit 250MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de
./configure --with-jpeg-library=/C/GNUdevelop/msys/1.0/mingw/lib 
--with-jpeg-include=/C/GNUdevelop/msys/1.0/mingw/include 
--with-tiff-library=/C/GNUdevelop/msys/1.0/mingw/lib 
--with-tiff-include=/C/GNUdevelop/msys/1.0/mingw/include 
$ openapp Calculator.app                  
2005-03-24 16:48:14.000 Calculator.exe[780] NSImage: 
compositeToPoint:fromRect:operation: failed due to ImageCache: Cannot lock 
focus on nil rep
2005-03-24 16:48:14.000 Calculator.exe[780] NSImage: 
compositeToPoint:fromRect:operation: failed due to NSInvalidArgumentException: 
Tried to init array with nil object
2005-03-24 16:48:17.000 Calculator.exe[780] NSImage: 
compositeToPoint:fromRect:operation: failed due to ImageCache: Cannot lock 
focus on nil rep
C:\GNUdevelop\msys\1.0\home\Administrator\gnustep-examples-1.0.0\gui\Calculator\Calculator.app\Calculator.exe:
 Uncaught exception NSRangeException, reason: Index 0 is out of range 0 (in 
'objectAtIndex:')

$ openapp Finger.app/
C:\GNUdevelop\msys\1.0\home\Administrator\gnustep-examples-1.0.0\gui\Finger\Finger.app\Finger.exe:
 Uncaught exception NSRangeException, reason: Index 0 is out of range 0 (in 
'objectAtIndex:')

$ openapp GMastermind2.app/
c:\GNUdevelop\msys\1.0\home\Administrator\GMastermind2\GMastermind2.app\GMastermind2.exe:
 Uncaught exception NSRangeException, reason: Index 0 is out of range 0 (in 
'objectAtIndex:')

reply via email to

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