On Mon, May 5, 2014 at 8:40 PM, su_v <suv-sf@...58...> wrote:
On 2014-05-06 24:46 +0100, Partha Bagchi wrote:
> I downloaded su_v version on my Mac running Mavericks. I was able to build
> and run Inkscape. It's very very nice.
>
> Thank's ~suv for your efforts! I don't use Macport or any other build
> system relying on my own gtk builds. I used my gray interface with white
> icons from gnome-looks.org (
> http://gnome-look.org/content/show.php/Inkscape+white+icons?content=162382).
> My builds are compatible with Snow-Leopard (64-bit) and above.
>
> Couple of minor issues: On a Mac, usually preference and about are in the
> main menu

I did mention the menu layout as missing feature several times (here on
the mailing list and on the branch page too). Patches are welcome :-)
Sorry, I missed it. This is a prolific list and I was concentrating on getting Windows sorted out. :) 

> and I was not able to open EPS files (got a parsing error with
> "expecting "<" ...).

Since you don't share details about how your app was created (I assume
you used custom packaging routines, too, besides your own build env for
the dependencies), I can only guess what the underlying issue might be:

I build all gtk/glib dependencies from scratch, everything I need for Gimp (you can check out my Gimp builds on my website). 

I downloaded your branch and built the Inkscape App using the same structure as my Gimp builds. The Inkscape App like my Gimp builds is self contained and does not rely on the User for any dylibs.
1) Is your Inkscape.app (Inkscape-0.48-dev) able to open PDF files?
(these kind of parser errors are known from contexts where PDF
support in Inkscape is broken - e.g. because poppler was configured
without xpdf headers, or not built in at all).
See above. My builds have poppler configured with xpdf headers and associated dependencies included. My Gimp builds open PDF/EPS/PS just fine. :) I'll be happy to share my Inkscape build with you (or anyone) if needed.
(If poppler support was not properly compiled in,
'org.inkscape.input.pdf' might be a logged missing dependency for input
formats like PS and EPS (see 'extension-errors.log' in the inkscape user
profile dir used by Inkscape.app - the exact location depends on whether
you used the launcher script of the 'osxmenu' branch, or your own)).

2) Did you verify that the bundled ps2pdf and GhostScript (I assume you
included it in the app bundle, since it is a required helper app for
PostScript input in Inkscape) works as expected?
I was going to build ps2pdf till I saw the bugreport where you said that one does not need it anymore. Gimp does not need ps2pdf to open EPS files (or Ghostscript for that matter). Just the dylib. I'll build ps2pdf and recheck this. 

> You can see a screenshot here:
> http://www.partha.com/temp/McInkscape-0.48-dev.png

Great :)
 
Thanks. :) Indebted to you for all the hard work. Just trying to help.