« Return to Thread: Tomboy LaTeX Plugin: installing on OS X?

Re: Tomboy LaTeX Plugin: installing on OS X?

by Sandy Armstrong :: Rate this Message:

Reply to Author | View in Thread

On Wed, May 20, 2009 at 1:56 PM, Flip Tanedo <pt267@...> wrote:
> Greetings I'm unable to get the Tomboy LaTeX plug-in
> (http://www.reitwiessner.de/programs/tomboy-latex.html) to work on Mac
> OS X. I believe this is because the configure script and makefile
> should be modified for OS X, but I am unsure how to do this.  I get
> the following error when I run the "./configure" script:

Did you try downloading the DLL posted on the author's page?

http://www.reitwiessner.de/programs/Latex.dll

That goes in ~/.config/tomboy/addins/ on OS X, iirc.

If you want to build yourself, I think you can just do this:

cd tomboy-latex-0.5/src/
cp /Applications/Tomboy/Contents/MacOS/Tomboy.exe .
gmcs -target:library -resource:Latex.addin.xml -r:Mono.Posix
-r:Tomboy.exe Latex.cs -out:Latex.dll

That should create a Latex.dll for you.  I'll have to think about the
best way for people to make their makefiles work on other platforms
where we aren't going to be present in pkg-config.

Glancing at the code, you're going to need 'latex', 'dvips', and
'convert' resolvable in your PATH if you want it to work.

Please let me know how this turns out, or if you need more help.

Best,
Sandy
_______________________________________________
Tomboy-list mailing list
Tomboy-list@...
http://lists.beatniksoftware.com/listinfo.cgi/tomboy-list-beatniksoftware.com

 « Return to Thread: Tomboy LaTeX Plugin: installing on OS X?