Ticket #464 (closed defect: wontfix)
vala-based proects won't make dist
| Reported by: | deubeuliou | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | framework/general | Version: | milestone5.5 |
| Keywords: | vala autotools | Cc: |
Description
make dist can't be run until the source of vala-based projects hasn't been built once because the autotools want to include files that are generated upon compilation. (.c and .h)
therefore, tools that fetch the sources and packages them fail to make a tarball of the sources. (a "make all dist" is needed)
on #vala, I have been told that the makefiles are not right. It could lead to other problems.
(I found no proper component for this bug)
Change History
Note: See
TracTickets for help on using
tickets.

Sorry, but this is a requirement we have to live with until we all use automake 1.11 (which has native vala support).