discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Building with GNUstep make on Panther/Tiger


From: Yves de Champlain
Subject: Re: Building with GNUstep make on Panther/Tiger
Date: Wed, 15 Jun 2005 17:07:25 -0400

Hi

it seems to works for me ...

Last login: Wed Jun 15 16:54:51 on ttyp1
Welcome to Darwin!
Bilbo:~ yves$ cd Desktop/Tiger/TestFrame/
Bilbo:~/Desktop/Tiger/TestFrame yves$ . /opt/local/GNUstep/System/ Makefiles/GNUstep.sh
Bilbo:~/Desktop/Tiger/TestFrame yves$ sudo make messages=yes install
Making build-headers for framework TestFrame...
cd /Build/TestFrame/TestFrame.framework/Versions; \
rm -f Current; \
ln -s A Current
cd /Build/TestFrame/TestFrame.framework; \
  if [ ! -h "Resources" ]; then \
    rm -f Resources; \
    ln -s Versions/Current/Resources Resources; \
  fi; \
  if [ ! -h "Headers" ]; then \
    rm -f Headers; \
    ln -s Versions/Current/Headers Headers; \
  fi
cd /Build/TestFrame/derived_src; \
  if [ ! -h "TestFrame" ]; then \
    rm -f ./TestFrame; \
    ln -s ../TestFrame.framework/Headers \
                    ./TestFrame; \
  fi
Making all for framework TestFrame...
make[1]: Nothing to be done for `internal-framework-all'.
Making install for framework TestFrame...
/opt/local/GNUstep/System/Library/Makefiles/mkinstalldirs //Library/ Frameworks
rm -rf //Library/Frameworks/TestFrame.framework; \
(cd /Build/TestFrame; gnutar cfX - /opt/local/GNUstep/System/Library/ Makefiles/tar-exclude-list TestFrame.framework) | (cd //Library/ Frameworks; gnutar xf -)
Bilbo:~/Desktop/Tiger/TestFrame yves$ cd ../TestTool/
Bilbo:~/Desktop/Tiger/TestTool yves$ sudo make messages=yes install
Making all for tool TestTool...
make[1]: Nothing to be done for `internal-tool-all'.
Making install for tool TestTool...
/opt/local/bin/ginstall -c  -m 0755 \
        /Build/TestTool/shared_obj/TestTool \
        /opt/local/GNUstep/Local/Tools/.
cd /Build/TestTool/shared_obj; \
/opt/local/bin/ginstall -c  TestTool /Library/SmartObjects/Applications;
/opt/local/bin/ginstall: ne peut cr'eer le fichier r'egulier `/ Library/SmartObjects/Applications': No such file or directory
make: *** [after-install] Error 1
Bilbo:~/Desktop/Tiger/TestTool yves$ sudo mkdir /Library/SmartObjects
Bilbo:~/Desktop/Tiger/TestTool yves$ sudo make messages=yes install
Making all for tool TestTool...
make[1]: Nothing to be done for `internal-tool-all'.
Making install for tool TestTool...
/opt/local/bin/ginstall -c  -m 0755 \
        /Build/TestTool/shared_obj/TestTool \
        /opt/local/GNUstep/Local/Tools/.
cd /Build/TestTool/shared_obj; \
/opt/local/bin/ginstall -c  TestTool /Library/SmartObjects/Applications;
Bilbo:~/Desktop/Tiger/TestTool yves$ opentool TestTool
2005-06-15 17:05:44.296 TestTool[25019] Test: Hello World!
Bilbo:~/Desktop/Tiger/TestTool yves$




reply via email to

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