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"
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