Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 13:34:34 -0700 (PDT)
From:      tangled <tangled.messs@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: archivers/file-roller
Message-ID:  <23821628.post@talk.nabble.com>
In-Reply-To: <ade45ae90905221925v695c2ab3s70ac8b4817cccb33@mail.gmail.com>
References:  <ade45ae90905221925v695c2ab3s70ac8b4817cccb33@mail.gmail.com>

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

I had the same problem.  To resolve this I edited the file:

fr-enum-types.c

Change the following line:

#include "/home/paolo/workspace/file-roller/src/typedefs.h"

To this:

#include "typedefs.h"

 

Tim Judd-3 wrote:
> 
> fr-enum-types.c:7:60: error:
> /home/paolo/workspace/file-roller/src/typedefs.h: No such file or
> directory
> 

-- 
View this message in context: http://www.nabble.com/archivers-file-roller-tp23680360p23821628.html
Sent from the freebsd-questions mailing list archive at Nabble.com.




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