discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GORM build error


From: Dennis Leeuw
Subject: Re: GORM build error
Date: Fri, 08 Mar 2002 16:27:43 +0100

in System/Makefiles/Instance/palette.make I changed:

$(PALETTE_DIR_NAME)/Resources/palette.table: $(PALETTE_DIR_NAME)/Resources
        @(echo '  NOTE = "Automatically generated, do not edit!";'; \
          echo "  NibFile = \"$(MAIN_MODEL_FILE)\";"; \
-->          fi; \
          echo "  Class = \"$(PRINCIPAL_CLASS)\";"; \
          echo "  Icon = \"$(PALETTE_ICON)\";"; \
          if [ -r "$(GNUSTEP_INSTANCE)palette.table" ]; then \
            cat $(GNUSTEP_INSTANCE)palette.table; \
          fi; \
          ) >$@

in:
$(PALETTE_DIR_NAME)/Resources/palette.table: $(PALETTE_DIR_NAME)/Resources
        @(echo '  NOTE = "Automatically generated, do not edit!";'; \
          echo "  NibFile = \"$(MAIN_MODEL_FILE)\";"; \
          echo "  Class = \"$(PRINCIPAL_CLASS)\";"; \
          echo "  Icon = \"$(PALETTE_ICON)\";"; \
          if [ -r "$(GNUSTEP_INSTANCE)palette.table" ]; then \
            cat $(GNUSTEP_INSTANCE)palette.table; \
          fi; \
          ) >$@

Which solved the problem.

Dennis


Dennis Leeuw wrote:

> While building GORM I had the following error:
> make[2]: Entering directory
> `/usr/src/SPM/gnustep/dev-apps/Gorm/Palettes/0Menus'
> Making all for palette 0Menus...
> /bin/sh: -c: line 1: syntax error near unexpected token `;'
> /bin/sh: -c: line 1: `(echo '  NOTE = "Automatically generated, do not
> edit!";';  echo "  NibFile = \"\";";  fi;  echo "  Class =
> \"MenusPalette\";";  echo "  Icon = \"MenusPalette\";";  if [ -r
> "0Menuspalette.table" ]; then  cat 0Menuspalette.table;  fi;  )
> >0Menus.palette/Resources/palette.table'
> make[3]: *** [0Menus.palette/Resources/palette.table] Error 2
> make[2]: *** [0Menus.all.palette.variables] Error 2
> make[2]: Leaving directory
> `/usr/src/SPM/gnustep/dev-apps/Gorm/Palettes/0Menus'
> make[1]: *** [internal-all] Error 2
> make[1]: Leaving directory `/usr/src/SPM/gnustep/dev-apps/Gorm/Palettes'
>
> make: *** [internal-all] Error 2
>
> Dennis
>
> _______________________________________________
> Discuss-gnustep mailing list
> Discuss-gnustep@gnu.org
> http://mail.gnu.org/mailman/listinfo/discuss-gnustep




reply via email to

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