On Sun, Jan 13, 2008 at 01:53:50PM +1000, James Bird wrote:
> Hi,
Hi.
>
> I am trying to install pdfedit on Mac OSX 1.5. I would like to install the
> program to the same place that fink installs to which is /sw. My boost
> location is /sw/include/boost. So I ran:
>
> ./configure --prefix=/sw CPPFLAGS="-I/sw/include" LDFLAGS="-L/sw/include"
I am currently working on the new makefiles infrastructure. Could you
try to get sources from CVS (devel-msts-unified_makefiles):
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/pdfedit \
co -r devel-msts-unified_makefiles -d pdfedit-test pdfedit
Note that you have to generate configure script (use autoconf with no
parameters in the source tree root).
And finally run (see README for more information):
./configure --prefix=/sw --with-boost=/sw/include
There was one attempt to compile PDFedit on Mac OSX, but unfortunately
it wasn't successful (see http://pdfedit.petricek.net/bt/view.php?id=191).
Please update this bug with your experiences.
>
> and got:
>
> checking boost/smart_ptr.hpp usability... yes
> checking boost/smart_ptr.hpp presence... yes
> checking for boost/smart_ptr.hpp... yes
> checking boost/iostreams/stream.hpp usability... yes
> checking boost/iostreams/stream.hpp presence... yes
> checking for boost/iostreams/stream.hpp... yes
>
> So then I run:
>
> make install
>
> and get:
>
> cd doc && ( gmake doc_dist|| make doc_dist )
> /bin/sh: gmake: command not found
> cd user && ( gmake all_no_pdf || make all_no_pdf )
> /bin/sh: gmake: command not found
> make[2]: Nothing to be done for `all_no_pdf'.
> cd design && ( gmake all_no_pdf || make all_no_pdf )
> /bin/sh: gmake: command not found
> make[2]: Nothing to be done for `all_no_pdf'.
> cd src && make
> cd xpdf && make libxpdf
> cd goo; make
> make[3]: Nothing to be done for `all'.
> cd fofi; make
> make[3]: Nothing to be done for `all'.
> cd splash; make
> make[3]: Nothing to be done for `all'.
> cd xpdf; make libxpdf
> make[3]: Nothing to be done for `libxpdf'.
> cd utils && make
> g++ -c -pipe -Wall -W -Wconversion -Wcast-qual -Wwrite-strings -ansi
> -pedantic -Wno-unused-variable -Wunused-function -D_REENTRANT -DNDEBUG -O2
> -I./ -I../ -I../xpdf/ -I../xpdf/xpdf -I../xpdf/goo -I../xpdf/splash
> -I../xpdf/fofi -o delinearizator.o delinearizator.cc
> In file included from ../kernel/pdfwriter.h:90,
> from delinearizator.h:56,
> from delinearizator.cc:47:
> ../utils/observer.h:149:32: error: boost/shared_ptr.hpp: No such file or
> directory
> In file included from ../kernel/xrefwriter.h:178,
> from delinearizator.cc:49:
> ../kernel/static.h:50:31: error: boost/smart_ptr.hpp: No such file or
> directory
> ../kernel/static.h:51:38: error: boost/iostreams/stream.hpp: No such file
> or directory
> ../kernel/static.h:52:48: error: boost/iostreams/filtering_stream.hpp: No
> such file or directory
> ../utils/observer.h:225: error: ?boost? has not been declared
>
> I see the post:
>
> http://sourceforge.net/mailarchive/forum.php?thread_name=a8ec5e370711080301n2842886ne93df87990ff7652%40mail.gmail.com&forum_name=pdfedit-support
>
> which says I "have to change Makefiles manually in such a case".
>
> I've read:
>
> http://sourceforge.net/mailarchive/message.php?msg_id=200710162227.00753.rodneyh%40bigpond.net.au
>
> but I still don't know what changes I should make to the Makefiles. Could
> anyone give some guidance?
>
> Thanks,
> James.
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Pdfedit-support mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pdfedit-support
--
Michal Hocko
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Pdfedit-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pdfedit-support