Hi Michael,

I just copied and pasted my own instruction here. It’s already very similar to what’s on wiki and what Liam gave to you, but the configure process is a little different. I also want to clarify that this is for Inkscape 0.91, not 0.48. (The 0.91 is what you get from the trunk anyway). Let me know if it works!


Get the dependencies right


sudo port install gettext
sudo port install boost
sudo port install libsigcxx2
sudo port install cairo +quartz -x11
sudo port install cairomm +quartz -x11
sudo port install pango +quartz -x11
sudo port install pangomm +quartz -x11
sudo port install gdk-pixbuf2 -x11
sudo port install gtk2 +quartz -x11
sudo port install atkmm
sudo port install gtkmm +quartz -x11
sudo port install boehmgc gsl bzr lcms

Fetch Inkscape repo and build

mkdir Inkscape
cd Inkscape
bzr branch lp:inkscape trunk
mkdir trunk_build
cd trunk_build
../trunk/autogen.sh
../trunk/configure --prefix=YOUR_BUILD_DIRECTORY --disable-static --enable-shared CC="clang" CXX="clang++" CXXFLAGS="-std=c++11 -stdlib=libc++ -I/opt/local/include" CPPFLAGS="-I/opt/local/include -U__STRICT_ANSI__"

For debug, add -g in both flags. Make sure to change “debug=true” in .configure

make -j 4
make install
src/inkscape

Warnings:


Regards,
_______________________
Papoj "Hua" Thamjaroenporn
pt2277@...3110...



On Oct 15, 2014, at 2:38 PM, Michael New <mikenew12@...400...> wrote:

Hey Papoj, that would be fantastic, thank you very much.

I was hoping to get it working with homebrew, but I guess I may have to abandon that road. There’s even an inkscape formula on homebrew, but I haven’t had any luck with that either.



On Wed, Oct 15, 2014 at 2:29 PM, Papoj Thamjaroenporn <pt2277@...3110...> wrote:

Hi Michael,


I developed in Inkscape on Mac for a bit for a project and I knew exactly how to get it compiled for OS X 10.9. I got it all compiled with libraries installed from MacPort, so it’s “cleaner” than mixing brew and macport. I have my own personal instruction on how to compile, so if you are interested let me know.

How did you get permission to edit the website / wiki?

Regards,
_______________________
Papoj "Hua" Thamjaroenporn
pt2277@...3110...





On Oct 15, 2014, at 2:19 PM, Michael New <mikenew12@...400...> wrote:

Okay, I resolved the issue by installing libtools with home-brew and then running ‘glibtoolize’ in the directory. Not sure why the included version of libtools didn’t work properly.

I’m still having some issues, but I’ll stop asking questions here until I can spend some more time figuring things out on my own. Thanks for all the help so far.



On Wed, Oct 15, 2014 at 1:23 PM, Martin Owens <doctormo@...400...> wrote:

On Wed, 2014-10-15 at 10:51 -0400, Liam White wrote:
>
...

> 4. Run it:
> inst/bin/inkscape

These are great instructions Liam, so good I've swapped out the
webpage's MacOSX instructions from 'coming soon' to this :-)

http://inkscape.org/en/develop/getting-started/

Also, someone please add something to this page, it makes us look like
we don't know how to debug inkscape:

http://inkscape.org/en/develop/debugging/

Martin,


------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho_______________________________________________
Inkscape-devel mailing list
Inkscape-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/inkscape-devel