discuss-gnustep
[Top][All Lists]
Advanced

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

Re: RSS/RDF Aggregator


From: Marcus Müller
Subject: Re: RSS/RDF Aggregator
Date: Sat, 18 Oct 2003 18:41:19 +0200


On Samstag, Oktober 18, 2003, at 02:50  Uhr, Marcus Müller wrote:


On Samstag, Oktober 18, 2003, at 04:33  Uhr, Chris B. Vetter wrote:

On Sat, 18 Oct 2003 02:58:21 +0200
Larry Cow <no@spam.org> wrote:
Has someone managed to make MulleNewz [1] working under GNUstep?

Yes and no. See attachment. So, yes, it's more like a 'no' ;-)

Yes, looks like it. I haven't updated the GNUstep sources since the last 2 or 3 releases, so they're out of date (as can be seen with the bundling of the RSSTags.plist).

Hm, seems this is a bug in the new Makefiles. The RSSTags.plist is listed as a resource in the RSS subproject:

--- snip ---

$ cat RSS/GNUmakefile
# RSS
# $Id: GNUmakefile,v 1.2 2002/07/14 22:28:50 znek Exp $
[...]
SUBPROJECT_NAME = RSS

RSS_RESOURCE_FILES= \
RSSTags.plist
[...]

--- snap ---


 However, during copy it doesn't get copied into the Appwrapper:

--- snip ---

$ gmake messages=yes
Making all in subprojects of app MulleNewz...
gmake[1]: Entering directory `/usr/home/znek/Projects/mulle-private-cvs/znek/MulleNewz/RSS'
Making all for subproject RSS...
gmake[2]: Nothing to be done for `internal-subproject-all'.
gmake[1]: Leaving directory `/usr/home/znek/Projects/mulle-private-cvs/znek/MulleNewz/RSS' gmake[1]: Entering directory `/usr/home/znek/Projects/mulle-private-cvs/znek/MulleNewz/MulleBasicXML'
Making all for subproject MulleBasicXML...
gmake[2]: Nothing to be done for `internal-subproject-all'.
gmake[1]: Leaving directory `/usr/home/znek/Projects/mulle-private-cvs/znek/MulleNewz/MulleBasicXML'
Making all for app MulleNewz...
for f in MarkupTags.plist MulleNewz.gorm MulleNewzInfo.plist MulleNewz.tiff Entity2String.plist FactorySettings.plist; do \
  if [ -f $f -o -d $f ]; then \
    cp -r $f MulleNewz.app/Resources/; \
  else \
    echo "Warning: $f not found - ignoring"; \
  fi; \
done
for subproject in RSS MulleBasicXML; do \
  if [ -d $subproject/Resources/Subproject ]; then \
    for f in $subproject/Resources/Subproject/*; do \
      if [ $f != $subproject'/Resources/Subproject/*' ]; then \
        cp -r $f MulleNewz.app/Resources/; \
      fi; \
    done; \
  fi; \
done

--- snap ---


I know that this did work in a previous version of GS make - and it's still supposed to work this way, right?

Cheers,

  Marcus

--
Marcus Mueller  .  .  .  crack-admin/coder ;-)
Mulle kybernetiK  .  http://www.mulle-kybernetik.com
Current projects: finger znek@mulle-kybernetik.com





reply via email to

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