archivers/file-roller
Anders Nordby
anders at FreeBSD.org
Thu Jul 9 21:02:10 UTC 2009
Hi,
I got this from Maxim Nikolenko <mephist at zenon.net>. Could you please
have a look at it, I don't use this port anymore.
Cheers,
Anders.
On Mon, May 25, 2009 at 03:11:43PM +0400, Maxim Nikolenko wrote:
> I've found a mistake in source files, which caused the compilation error.
>
>
> fr-enum-types.c:7:60: error:
> /home/paolo/workspace/file-roller/src/typedefs.h: No such file or directory
> fr-enum-types.c: In function 'fr_compression_get_type':
> fr-enum-types.c:14: error: 'FR_COMPRESSION_VERY_FAST' undeclared (first use
> in this function)
> fr-enum-types.c:14: error: (Each undeclared identifier is reported only once
> fr-enum-types.c:14: error: for each function it appears in.)
> fr-enum-types.c:15: error: 'FR_COMPRESSION_FAST' undeclared (first use in
> this function)
> fr-enum-types.c:16: error: 'FR_COMPRESSION_NORMAL' undeclared (first use in
> this function)
> fr-enum-types.c:17: error: 'FR_COMPRESSION_MAXIMUM' undeclared (first use
> in this function)
>
> this small patch helped.
>
> ---
> /usr/ports/archivers/file-roller/work/file-roller-2.26.2/src/fr-enum-types.c.bak 2009-05-25 15:05:30.000000000 +0400
> +++
> /usr/ports/archivers/file-roller/work/file-roller-2.26.2/src/fr-enum-types.c 2009-05-25 15:01:05.000000000 +0400
> @@ -4,7 +4,7 @@
> #include <glib-object.h>
>
> /* enumerations from "/home/paolo/workspace/file-roller/src/typedefs.h" */
> -#include "/home/paolo/workspace/file-roller/src/typedefs.h"
> +#include "typedefs.h"
> GType
> fr_compression_get_type (void)
> {
>
>
> Best regards,
>
> --
> Maxim Nikolenko, Zenon N.S.P. Technical support department
> Moscow: +7-495-232-3736, SPb: +7-812-363-1605, http://www.zenon.net
--
Anders.
More information about the freebsd-gnome
mailing list