> Am 17.06.2020 um 19:36 schrieb Patrick Cardona via Discussion list for the 
> GNUstep programming environment <[email protected]>:
> 
> Hi All,
> 
> I am trying to compile HelpViewer (version : 0.3).
> 
> First, I had to change some header calls, because GSXML.h vas presumed to be 
> in 'Foundation' while it was in GNUstepBase.
> I modified accordingly to the right path TextFormatterXLP.h, line 35
> and HandlerStructureXLP.h to set the correct path I guessed :
> #include "GNUstepBase/GSXML.h"
> 
> But finally, I got an error with the linker :
> 
> Linking app HelpViewer ...
> mainWindowController.m:0 : erreur : référence à « ASSIGN » non définie
> mainWindowController.m:0 : erreur : référence à « RELEASE » non définie
> mainWindowController.m:0 : erreur : référence à « RELEASE » non définie
> mainWindowController.m:0 : erreur : référence à « RELEASE » non définie
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
> make[3]: *** 
> [/usr/GNUstep/System/Library/Makefiles/Instance/application.make:133: 
> HelpViewer.app/./HelpViewer] Error 1
> make[2]: *** 
> [/usr/GNUstep/System/Library/Makefiles/Instance/application.make:147: 
> internal-app-run-compile-submake] Error 2
> make[1]: *** [/usr/GNUstep/System/Library/Makefiles/Master/rules.make:297: 
> HelpViewer.all.app.variables] Error 2
> make: *** [/usr/GNUstep/System/Library/Makefiles/Master/application.make:38: 
> internal-all] Error 2

This just means that the file is missing an import for GNUstep.h
  • ... Patrick Cardona via Discussion list for the GNUstep programming environment
    • ... Fred Kiefer
    • ... Riccardo Mottola
      • ... H. Nikolaus Schaller
        • ... H. Nikolaus Schaller
          • ... Patrick Cardona via Discussion list for the GNUstep programming environment
            • ... Riccardo Mottola
              • ... Yavor Doganov
                • ... Patrick Cardona via Discussion list for the GNUstep programming environment
                • ... Yavor Doganov
                • ... Patrick Cardona via Discussion list for the GNUstep programming environment
                • ... Riccardo Mottola

Reply via email to