Re: Porting pdfedit-0.3.1

2007-10-25 Thread Michael Pope
Thanks for you help guys, I have done what you both suggested and are stuck again. I've simplified the steps to compile this port manually to these steps: # tar zxvf pdfedit-0.3.1.tar.bz2 # cd pdfedit-0.3.1 Edit src/utils/Makefile INCPATH line and add '-I/usr/local/include' to the end. # expo

Re: Porting pdfedit-0.3.1

2007-10-24 Thread Jose Alonso Cardenas Marquez
2007/10/23, Michael Pope <[EMAIL PROTECTED]>: Hi Michael :) > I would like to port and application across and have read the porters > handbook, but I'm still having trouble porting this app to freebsd6.2. > > The procedure I use to manually install pdfedit 0.3.1 under bsd is: > > FreeBSD build >

Re: Porting pdfedit-0.3.1

2007-10-24 Thread Ying-Chieh Liao
On δΈ‰, 10 24, 2007 at 14:56:27 +1000, Michael Pope wrote: > So should I be making a patch file for the extra include I have to enter > into src/utils/Makefile? > > If so how do I automate that patch for that file? Currently i've created a > little patch called 'patch-src-utils-Makefile' but every

Re: Porting pdfedit-0.3.1

2007-10-23 Thread Michael Pope
If I run 'make' with the current Makefile this is the error I get: g++ -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c Splash.cc g++ -O2 -fno-strict-aliasing -pipe -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I. -c SplashBitmap.cc g++ -O2 -fno-strict-aliasing -

Porting pdfedit-0.3.1

2007-10-23 Thread Michael Pope
I would like to port and application across and have read the porters handbook, but I'm still having trouble porting this app to freebsd6.2. The procedure I use to manually install pdfedit 0.3.1 under bsd is: FreeBSD build