Re: [Vala] Help with generating headers. Forward declaration?



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]