|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Anjuta and Gdl 2.28.0 releaseHi!
I just released Anjuta and Gdl 2.28.0. There haven't been much changes since 2.27.92 so please see the NEWS file for details. This is the new stable release of the new modules that will be supported at least for the next 6 month. You can download it from the usual place at download.gnome.org Thanks for all the people involved, especially Sébastien, Massimo' and James and of course all translators! Regards, Johannes ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: Anjuta and Gdl 2.28.0 releaseOn Mon, 21 Sep 2009 23:14:03 +0200
Johannes Schmid <jhs@...> wrote: > This is the new stable release of the new modules that will be supported > at least for the next 6 month. Hi Johannes, I compiled 2.28.0.0, and forgot to update gdl. Anjuta's configure doesn't seem to care, but the program doesn't start up, with the messages: anjuta: symbol lookup error: anjuta: undefined symbol: anjuta_preferences_notify_add_string I've now compiled gdl, and recompiled anjuta to be sure, still get the same error. #pkg-config --modversion gdl-1.0 2.28.0 John ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: Anjuta and Gdl 2.28.0 releaseHi!
That probably a linking problem. Do you have another anjuta/libanjuta installation somewhere (in /usr/local for example?). Because the dynamic linker will take the first libanjuta instace it finds and if this is and older one you might get this error message. I doesn't have anything to do with gdl. Regards, Johannes Am Sonntag, den 04.10.2009, 17:21 -0300 schrieb John Coppens: > On Mon, 21 Sep 2009 23:14:03 +0200 > Johannes Schmid <jhs@...> wrote: > > > This is the new stable release of the new modules that will be supported > > at least for the next 6 month. > > Hi Johannes, > > I compiled 2.28.0.0, and forgot to update gdl. Anjuta's configure doesn't > seem to care, but the program doesn't start up, with the messages: > > anjuta: symbol lookup error: anjuta: undefined symbol: > anjuta_preferences_notify_add_string > > I've now compiled gdl, and recompiled anjuta to be sure, still get the > same error. > > #pkg-config --modversion gdl-1.0 > 2.28.0 > > John > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Anjuta-list mailing list > Anjuta-list@... > https://lists.sourceforge.net/lists/listinfo/anjuta-list ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: Anjuta and Gdl 2.28.0 releaseOn Sun, 04 Oct 2009 22:30:48 +0200
Johannes Schmid <jhs@...> wrote: > That probably a linking problem. Do you have another anjuta/libanjuta > installation somewhere (in /usr/local for example?). Because the dynamic > linker will take the first libanjuta instace it finds and if this is and > older one you might get this error message. Yes, I guess that was it. I solved it myself, uninstalling and taking more care when I put in all the paths in the configure command (I hadn't noticed that the original compile was to /usr/lib64. A couple of notes: - Uninstall doesn't remove the anjuta-1.0 directory in $prefix/lib (maybe because there's another subdir there) - Running Anjuta produce a load of CRITICALs:(repeated many times) (anjuta:7804): GLib-CRITICAL **: g_queue_push_head: assertion `queue != NULL' failed (anjuta:7804): GLib-CRITICAL **: g_tree_lookup: assertion `tree != NULL' failed (anjuta:7804): GLib-CRITICAL **: g_queue_push_head: assertion `queue != NULL' failed And a load of warnings, some or all of which are probably due to having moved some parts into the -extras package (maybe the pixmaps belong in the main package?): (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-valgrind-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-profiler-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-sample-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-scratchbox-48.png (anjuta:7804): libanjuta-WARNING **: Invalid gconf type for key: anjuta.toolbar.visible (repeated) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
|
|
|
Re: Anjuta and Gdl 2.28.0 releaseOn Sun, 04 Oct 2009 23:02:21 +0200
Johannes Schmid <jhs@...> wrote: > Hi! > > (Please CC the list when answering...) Sorry, I noticed a few seconds too late, and then sent a separate copy to the list. Ok... Removed old files plugins, and the pixmap warnings disappeared. Now, only the following remains: (anjuta:8335): libanjuta-WARNING **: Invalid gconf type for key: view.whitespace I/O warning : failed to load external entity "/root/.local/share/anjuta/macro.xml" (anjuta:8335): libanjuta-WARNING **: Invalid gconf type for key: view.whitespace (anjuta:8335): libanjuta-WARNING **: Invalid gconf type for key: view.whitespace Of which the macro warnings is probably because no macros have been defined yet (had this same warning with 2.26). John BTW, the reinstall was mainly because of crashes, probably in the GtkSourceView part. Is this a known problem? ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: Anjuta and Gdl 2.28.0 releaseHi!
> BTW, the reinstall was mainly because of crashes, probably in the > GtkSourceView part. Is this a known problem? Well, I think most crashes should have been fixed in 2.26.2 already, if you have others, feel free to report them in bugzilla. Regards, Johannes ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
|
|
Re: Anjuta and Gdl 2.28.0 releaseOn Sun, 04 Oct 2009 22:30:48 +0200
Johannes Schmid <jhs@...> wrote: > That probably a linking problem. Do you have another anjuta/libanjuta > installation somewhere (in /usr/local for example?). Because the dynamic > linker will take the first libanjuta instace it finds and if this is and > older one you might get this error message. Yes, I guess that was it. I solved it myself, uninstalling and taking more care when I put in all the paths in the configure command (I hadn't noticed that the original compile was to /usr/lib64. A couple of notes: - Uninstall doesn't remove the anjuta-1.0 directory in $prefix/lib (maybe because there's another subdir there) - Running Anjuta produce a load of CRITICALs:(repeated many times) (anjuta:7804): GLib-CRITICAL **: g_queue_push_head: assertion `queue != NULL' failed (anjuta:7804): GLib-CRITICAL **: g_tree_lookup: assertion `tree != NULL' failed (anjuta:7804): GLib-CRITICAL **: g_queue_push_head: assertion `queue != NULL' failed And a load of warnings, some or all of which are probably due to having moved some parts into the -extras package (maybe the pixmaps belong in the main package?): (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-valgrind-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-profiler-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-sample-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png (anjuta:7804): libanjuta-WARNING **: Pixmap file not found: /usr/share/pixmaps/anjuta/anjuta-scratchbox-48.png (anjuta:7804): libanjuta-WARNING **: Invalid gconf type for key: anjuta.toolbar.visible (repeated) ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Anjuta-list mailing list Anjuta-list@... https://lists.sourceforge.net/lists/listinfo/anjuta-list |
| Free embeddable forum powered by Nabble | Forum Help |