Re: [Gtranslator-devel] Compiling on FreeBSD



On Wed, 2003-08-27 at 14:52, Dinesh Nadarajah wrote:
> OK, so I am still trying to compile on my FreeBSD box and I am getting
> the following error when I run 'make':
> 
> bash-2.05b$ make
> make  all-recursive
> Making all in data
> Making all in colorschemes
> Making all in desktop
> Making all in mime
> ../../intltool-merge -k ../../po gtranslator.keys_template 
> gtranslator.keys
> Merging translations into gtranslator.keys.
> Making all in pixmaps
> Making all in scripts
> Making all in debian
> Making all in doc
> Making all in UMTF
> Making all in help
> Making all in C
> Making all in figures
> Making all in ja
> Making all in man
> make: don't know how to make gtranslator.1.gz. Stop
> *** Error code 1
>  
> Stop in /usr/home/dinesh/downloads/gtranslator/gtranslator-1.0.
> *** Error code 1
>  
> Stop in /usr/home/dinesh/downloads/gtranslator/gtranslator-1.0.
> 
> I am not sure what this is.


Hmm, are you using gmake for compiling or the BSD make?! We're using a
normal rule there, but if the man files creation makes problems you
could simply try the attached patch via applying it in your
gtranslator/man/ directory and then try it again (it patches
Makefile.am).

Are there any other problems for FreeBSD present while compiling?
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gtranslator/man/Makefile.am,v
retrieving revision 1.10
diff -r1.10 Makefile.am
8,11c8,12
< %.1.gz:%.1
< 	@if [ ! -f $@ -o $< -nt $@ ]; then \
< 		echo y|gzip -9 < $< > $@; \
< 	fi
---
> gtranslator.1.gz:gtranslator.1
> 	gzip -9 < gtranslator.1 > gtranslator.1.gz
> 
> pozilla.sh.1.gz:pozilla.sh.1
> 	gzip -9 < pozilla.sh.1 > pozilla.sh.1.gz


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]