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 600924 - misc. build fixes for 2.28
misc. build fixes for 2.28
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: unknown
2.28.x
Other All
: Normal normal
: ---
Assigned To: Anjuta maintainers
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-06 05:53 UTC by Yaakov Selkowitz
Modified: 2009-11-14 18:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
2.28.1.0 build fixes (822 bytes, patch)
2009-11-06 05:53 UTC, Yaakov Selkowitz
none Details | Review

Description Yaakov Selkowitz 2009-11-06 05:53:22 UTC
Created attachment 147077 [details] [review]
2.28.1.0 build fixes

I'm attaching a patch for anjuta 2.28.1.0 which fixes two buildsystem issues:

* configure.in: variable name is ANJUTA_LDFLAGS with a final S

* plugins/class-gen/Makefile.am: automake parsed libanjuta_class_gen_la_LIBADD
as a continuation of the previous commented line; the result was an empty
LIBADD and a failed build on Cygwin due to missing libraries at link time.
Comment 1 Sébastien Granjoux 2009-11-14 18:43:48 UTC
Thanks you for your report and your patch. I have committed it in both 2.28 and development branch. Your fix will be available in the next version released.