
# If you are compiling from a released tarball you don't need these # tools and you shouldn't use this script. Just call ./configure # directly. (...)
To test this I repeated the now abbreviated 'configure' from before: In a newly unpacked 0.47 source directory:
$ cd packaging/macosx $ cp -p osx-build.sh osx-build.sh.orig $ vim osx-build.sh # setting prefix for MacPorts $ ./osx-build.sh c
o.k. - here we go. I didnt do something else - just unpacked the tarball and threw it onto the desktop.
Than:
$ cd packaging/macosx $ cp -p osx-build.sh osx-build.sh.orig $ vim osx-build.sh # setting prefix for MacPorts
Hm. I found this in the instructions:
# CONFFLAGS="--enable-osxapp" # comment out line 24 But what else? - Sorry - "setting prefix for MacPorts" is far beyond my levels…
$ ./osx-build.sh c
o.k. - tried that, came out with:
Configuration:
Source code location: . Destination path prefix: /Users/bub/Desktop/inkscape-0.47/
packaging/macosx/../../Build Compiler: ccache g++ CPPFLAGS: -Wall -Wformat -Wformat-security - W -D_FORTIFY_SOURCE=2 -I/opt/local/include CXXFLAGS: -Wpointer-arith -Wcast-align - Wsign-compare -Woverloaded-virtual -Wswitch -Wno-unused-parameter - O3 -Wall CFLAGS: -Wno-pointer-sign -O3 -Wall LDFLAGS: -L/opt/local/lib
Use Xft font database: yes Use gnome-vfs: yes Use openoffice files: yes Use MMX optimizations: no Use relocation support: no Internal Python: skipped Internal Perl: skipped Enable LittleCms: yes Enable Poppler-Cairo: yes ImageMagick Magick++: no Libwpg: yes
head: ../../.svn/entries: No such file or directory
I guess the last linie is about the thing with macports prefix?
And now - how do I go on?
Greetings,
Wolf
PS.: Please dont care about some errata - they are the machines, not us… ((-; I'm extremely gradeful you are spending such a lot of time on my strange stuff…