Re: Bug in software index?

2010-06-01 Thread David Wetzel
Am 29.05.2010 um 00:44 schrieb Dr. H. Nikolaus Schaller: Maybe, we can fix this when moving the SWI to GSWeb (which hasn't made much progress so far). We had a GSW based version before. If somebody likes to extend it and to port it to GDL2 here is the source:

Testing for drawing fixes r30523

2010-06-01 Thread Quentin Mathé
Hi, I just committed a patch I have been working on for a while. See bug report https://savannah.gnu.org/bugs/?27782 This should solve various differences between GNUstep vs Cocoa image drawing when Cairo is used, especially with -[NSImage drawInRect:fromRect:operation:fraction:] or

Problem: Tried GnuSTEP on ubuntu 10.04

2010-06-01 Thread Elim Qiu
This is on Ubuntu 10.04 LTS. I tried the instruction on the blg and used the gnustep-startup-0.25.0 for the core. and then installed GWorkspace.app There are some warnings when compiling the app but it went through the whole make install... But I cannot run the app:

from Sgnustep-startup-0.25.0

2010-06-01 Thread Elim Qiu
This is on Ubuntu 10.04 My main interests are GSWeb. Now I have a installation of core GNUstep. What I need to do? How to verify my installation of the core? Thanks a lot for your help ___ Gnustep-dev mailing list Gnustep-dev@gnu.org

Re: from Sgnustep-startup-0.25.0

2010-06-01 Thread David Wetzel
Hi, you should install -base and gsweb from svn. if you want to use a database, you need to install gdl2 from svn too. After you installed that, you can try gsweb/trunk/Examples/hello David Wetzel Am 01.06.2010 um 10:43 schrieb Elim Qiu: My main interests are GSWeb. Now I have a

Re: from Gnustep-startup-0.25.0

2010-06-01 Thread Elim Qiu
Hi David, I found the trunk url for svn and installed it. Seems WebObjects are installed at local, not system Library/Frameworks. ** Why the mod conf is bind to app name? So how to do multi web apps? ** How to test the gsw installation without deploy the app? ** How to deploy the app? Where

make hello

2010-06-01 Thread Elim Qiu
Looks like gsw installed ok but: e...@workbook:~/Projects/GSWeb/Examples/hello$ make This is gnustep-make 2.4.0. Type 'make print-gnustep-make-help' for help. Making all for gswapp Hello... Linking gswapp Hello ... gcc: WebObjects: No such file or directory gcc: WOExtensions: No such file or

Re: make hello

2010-06-01 Thread David Wetzel
Hi, make sure, you source (csh) or '.' the Makefiles/GNUstep.csh (or .sh) before building. make sure you install the frameworks before you try other things for the other mail: http://wiki.gnustep.org/index.php/Apache2Adaptor Am 01.06.2010 um 14:02 schrieb Elim Qiu: Looks like gsw

Re: make hello

2010-06-01 Thread Elim Qiu
Yes. I found the problem was more tough than I thought. I actually couldn't build base on ubuntu 10.04! r...@workbook:/home/elim/Projects/Gnu/core/base# make This is gnustep-make 2.4.0. Type 'make print-gnustep-make-help' for help. /usr/GNUstep/System/Library/Makefiles/common.make:856: WARNING:

Re: make hello

2010-06-01 Thread German Arias
I think your problem is, as David say before, with GNUstep script. Try this: 1) cd to the base directory 2) run the GNUstep script: . /usr/GNUstep/System/Library/Makefiles/GNUstep.sh 3) make distclean (to clean the previous build) 4) now: make 5) If all is OK. As root run the GNUstep script