discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Building GWorkspace on Solaris


From: Andreas Hoeschler
Subject: Re: Building GWorkspace on Solaris
Date: Tue, 21 Sep 2004 17:06:32 +0200

Hi al,,

I am trying to build GWorkspace 0.6.5 on Solaris 8 and get

...
 Compiling file SearchResults/SearchResults.m ...
 Compiling file SearchResults/ResultsTableView.m ...
 Compiling file SearchResults/ResultsPathsView.m ...
SearchResults/ResultsPathsView.m: In function `-[ResultsPathsView showComponentsOfSelection:]': SearchResults/ResultsPathsView.m:70: warning: `node' might be used uninitialized in this function
 Compiling file Functions.m ...
Functions.m: In function `commonPrefixInArray':
Functions.m:254: warning: `s1' might be used uninitialized in this function
 Linking app Finder ...
ld: fatal: library -lFSNode: not found
ld: fatal: File processing errors. No output written to Finder.app/./Finder
collect2: ld returned 1 exit status
make[2]: *** [Finder.app/./Finder] Error 1
make[1]: *** [Finder.all.app.variables] Error 2
make[1]: Leaving directory `/usr/share/src/GWorkspace-0.6.5/Finder'
make: *** [internal-all] Error 2

Any ideas? What is this FSNode? I found nothing in google.

Answering my own question. I just realized that FSNode is part of the GWorkspace package. The following order of commands does work.

        cd /usr/src/GWorkspace-0.6.5
        ./configure

        cd FSNode
        make install
        cd ..

        cd GWLib
        make install
        cd ..
        
        make install

Regards,

  Andreas





reply via email to

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