On 2/22/07, Guenther Noack <[EMAIL PROTECTED]> wrote:
Hi!
I just uploaded the current version of the Grr RSS Reader to SVN.
The version number is still 0.8-beta, as I don't consider it stable
yet. To avoid naming confusions, I renamed it back from Grrr to Grr,
though. :-)
The source code is also available as a snapshot from:
http://www.unix-ag.uni-kl.de/~guenther/gnustep/downloads/grr/Grr-0.8-beta-Feb-22-2007.tar.bz2
Have fun!
It looks good so far.
I have to patch the GNUmakefile in order to compile.
I attached the patch.
It moves the etoile.make down.
Another thing is there is not "mark all read", which will be handy.
And finally, GNUSTEP_INSTALLATION_DIR is deprecated
in latest GNUstep-make.
So on my box, all the components are not installed.
You can try to use $(GNUSTEP_LIBRARY)/Grr instead.
By the way, I have a HTML parser from Hpricot:
etoile/branches/yjchen/hpricot_scan/
It is generated from Ragel and has no dependency.
I mentioned it because I notice some
"ERROR: HTML PARSING: ..." from Grr.
Hpricot is pretty good at bad HTML syntax.
It may help somehow.
Yen-Ju
Guenther
_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev
Index: GNUmakefile
===================================================================
--- GNUmakefile (revision 1478)
+++ GNUmakefile (working copy)
@@ -1,8 +1,10 @@
include $(GNUSTEP_MAKEFILES)/common.make
+SUBPROJECTS = \
+ Components
+
# Include etoile.make if present
--include ../../../etoile.make
ifeq ($(warnings), yes)
ADDITIONAL_OBJCFLAGS += -W
@@ -107,13 +109,12 @@
endif
-SUBPROJECTS = \
- Components \
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/application.make
include $(GNUSTEP_MAKEFILES)/aggregate.make
+-include ../../../etoile.make
-include GNUmakefile.postamble
_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev