After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 483843 - Add basedir command-line option
Add basedir command-line option
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
0.1.x
Other All
: Normal blocker
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks: 472048
 
 
Reported: 2007-10-05 18:58 UTC by Jürg Billeter
Modified: 2007-10-09 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jürg Billeter 2007-10-05 18:58:30 UTC
Add a --basedir command-line option to valac. The specified path will be used as a base to calculate the include path, i.e. it will replace the --library option in that regard, the --library option will just specify the basename of the generated VAPI file. The relative path from the base dir to the source file will also be used to calculate the output path, together with the -d option. The option should default to the current working directory.

Non-recursive automake won't work without this option. Marking as blocker as we want breaking changes in a release as early as possible.
Comment 1 Jürg Billeter 2007-10-09 19:33:21 UTC
2007-10-09  Jürg Billeter  <j@bitron.ch>

        * vala/valacodecontext.vala, vala/valasourcefile.vala,
          gobject/valaccodecompiler.vala,
          gobject/valaccodegeneratorsourcefile.vala, compiler/valacompiler.vala,
          tests/testrunner.sh: add --basedir option, fixes bug 483843