Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2009 22:37:07 +0200
From:      Anders Nordby <anders@FreeBSD.org>
To:        gnome@FreeBSD.org
Cc:        Maxim Nikolenko <mephist@zenon.net>
Subject:   Re: archivers/file-roller
Message-ID:  <20090709203707.GA93430@fupp.net>
In-Reply-To: <4A1A7CEF.1000706@zenon.net>
References:  <4A1A7CEF.1000706@zenon.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I got this from Maxim Nikolenko <mephist@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090709203707.GA93430>