Re: [Vala] Help with generating headers. Forward declaration?
- From: Jürg Billeter <j bitron ch>
- To: Sam Danielson <samdanielson gmail com>
- Cc: Vala ML <vala-list gnome org>
- Subject: Re: [Vala] Help with generating headers. Forward declaration?
- Date: Fri, 12 Jun 2009 11:07:41 +0200
On Thu, 2009-06-11 at 22:27 -0400, Sam Danielson wrote:
I have a convenience library written in Vala so I need to generate
headers. There are a few circular dependencies and adding the -H
switch to valac causes something like this.
libsqlpilot/flight.vala:8.10-8.17: error: The type name `Aircraft'
could not be found
public Aircraft? aircraft {
The convenience library compiles without -H but then it isn't of much
use for the rest of the project.
If I understand you correctly, you only get the above error message if
you use -H. In that case, this is certainly a bug. Can you provide
instructions how to reproduce the issue?
Jürg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]