Plugins GTK 2.8 build test failed at: waf build
See http://geany.nightlybuilds.org/misc/build_gtk28_plugins_stderr.log for details.
Error messages:
../../gtk28_test_plugins/codenav/src/codenavigation.c: In function 'plugin_configure':
../../gtk28_test_plugins/codenav/src/codenavigation.c:90: warning: ISO C90 forbids mixed declarations and code
../../gtk28_test_plugins/codenav/src/codenavigation.c: In function 'plugin_cleanup':
../../gtk28_test_plugins/codenav/src/codenavigation.c:111: warning: unused variable 'edit_menu'
...
../../gtk28_test_plugins/geanylua/glspi_keycmd.h:133: error: 'GEANY_KEYS_TOOLS_COUNT' undeclared here (not in a function)
../../gtk28_test_plugins/geanylua/glspi_keycmd.h:135: error: 'GEANY_KEYS_HELP_COUNT' undeclared here (not in a function)
../../gtk28_test_plugins/geanylua/glspi_app.c: In function 'glspi_keygrab':
../../gtk28_test_plugins/geanylua/glspi_app.c:582: warning: cast from pointer to integer of different size
Build failed
-> task failed (err #1):
{task: cc glspi_app.c -> glspi_app_14.o}
http://geany.nightlybuilds.org/
Plugins Windows build failed at: waf build
See http://geany.nightlybuilds.org/win32/build_win32_plugins_stderr.log for details.
Error messages:
../../plugins_svn/codenav/src/codenavigation.c: In function `plugin_configure':
../../plugins_svn/codenav/src/codenavigation.c:90: warning: ISO C90 forbids mixed declarations and code
../../plugins_svn/codenav/src/codenavigation.c: In function `plugin_cleanup':
../../plugins_svn/codenav/src/codenavigation.c:111: warning: unused variable `edit_menu'
...
../../plugins_svn/geanylua/glspi_keycmd.h:135: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:135: error: (near initialization for `key_cmd_hash_entries[114]')
../../plugins_svn/geanylua/glspi_keycmd.h:136: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:136: error: (near initialization for `key_cmd_hash_entries[115]')
Build failed
-> task failed (err #1):
{task: cc glspi_app.c -> glspi_app_12.o}
http://geany.nightlybuilds.org/
Plugins GTK 2.8 build test failed at: waf build
See http://geany.nightlybuilds.org/misc/build_gtk28_plugins_stderr.log for details.
Error messages:
../../gtk28_test_plugins/geanylua/glspi_app.c: In function 'glspi_xsel':
../../gtk28_test_plugins/geanylua/glspi_app.c:113: warning: passing argument 3 of 'lua_tolstring' from incompatible pointer type
In file included from ../../gtk28_test_plugins/geanylua/glspi_app.c:340:
../../gtk28_test_plugins/geanylua/glspi_keycmd.h: At top level:
...
../../gtk28_test_plugins/geanylua/glspi_keycmd.h:133: error: 'GEANY_KEYS_TOOLS_COUNT' undeclared here (not in a function)
../../gtk28_test_plugins/geanylua/glspi_keycmd.h:135: error: 'GEANY_KEYS_HELP_COUNT' undeclared here (not in a function)
../../gtk28_test_plugins/geanylua/glspi_app.c: In function 'glspi_keygrab':
../../gtk28_test_plugins/geanylua/glspi_app.c:582: warning: cast from pointer to integer of different size
Build failed
-> task failed (err #1):
{task: cc glspi_app.c -> glspi_app_14.o}
http://geany.nightlybuilds.org/
Plugins Windows build failed at: waf build
See http://geany.nightlybuilds.org/win32/build_win32_plugins_stderr.log for details.
Error messages:
In file included from ../../plugins_svn/geanylua/glspi_app.c:340:
../../plugins_svn/geanylua/glspi_keycmd.h:31: error: `GEANY_KEYS_FILE_COUNT' undeclared here (not in a function)
../../plugins_svn/geanylua/glspi_keycmd.h:31: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:31: error: (near initialization for `key_cmd_hash_entries[10].key_id')
...
../../plugins_svn/geanylua/glspi_keycmd.h:135: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:135: error: (near initialization for `key_cmd_hash_entries[114]')
../../plugins_svn/geanylua/glspi_keycmd.h:136: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:136: error: (near initialization for `key_cmd_hash_entries[115]')
Build failed
-> task failed (err #1):
{task: cc glspi_app.c -> glspi_app_12.o}
http://geany.nightlybuilds.org/
Revision: 1505
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1505&view=rev
Author: dmaphy
Date: 2010-08-11 22:19:09 +0000 (Wed, 11 Aug 2010)
Log Message:
-----------
add menu items for the download and install page to the navigation bar
Modified Paths:
--------------
www/staging/index.php
Modified: www/staging/index.php
===================================================================
--- www/staging/index.php 2010-08-11 22:18:18 UTC (rev 1504)
+++ www/staging/index.php 2010-08-11 22:19:09 UTC (rev 1505)
@@ -70,6 +70,13 @@
<hr />
<ul>
+ <li><a href="index.php?site=downloads">Downloads</a></li>
+ <li><a href="index.php?site=install">Install</a></li>
+ </ul>
+
+ <hr />
+
+ <ul>
<li><a href="index.php?site=licensing">Licensing</a></li>
<li><a href="index.php?site=about">About</a></li>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1504
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1504&view=rev
Author: dmaphy
Date: 2010-08-11 22:18:18 +0000 (Wed, 11 Aug 2010)
Log Message:
-----------
prepare a file downloads.html for informations about downloading geany-plugins
Added Paths:
-----------
www/staging/content/downloads.html
Added: www/staging/content/downloads.html
===================================================================
--- www/staging/content/downloads.html (rev 0)
+++ www/staging/content/downloads.html 2010-08-11 22:18:18 UTC (rev 1504)
@@ -0,0 +1 @@
+<h2>Download Geany-Plugins</h2>
Property changes on: www/staging/content/downloads.html
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 1503
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1503&view=rev
Author: dmaphy
Date: 2010-08-11 22:17:06 +0000 (Wed, 11 Aug 2010)
Log Message:
-----------
write a file install.html with descriptions for users on how to install geany-plugins
Added Paths:
-----------
www/staging/content/install.html
Added: www/staging/content/install.html
===================================================================
--- www/staging/content/install.html (rev 0)
+++ www/staging/content/install.html 2010-08-11 22:17:06 UTC (rev 1503)
@@ -0,0 +1,51 @@
+<h2>Install Geany-Plugins</h2>
+<p>There are different ways to get the Geany-Plugins project onto your system.
+The easiest is, to ask the package manager software of the distribution
+you are using.</p>
+
+<h3>Packages</h3>
+<h4>Fedora (yum)</h4>
+<code>yum install geany-plugins</code>
+<p>or do a</p>
+
+<code>yum search geany-plugins</code>
+<p>to get the available plugins listed and
+install the plugin you like to use via</p>
+<code>yum install geany-plugins-{pluginname}</code>
+
+<h4>Debian and Ubuntu (apt)</h4>
+<p>Install via</p>
+<code>apt-get install geany-plugins</code>
+
+<h4>Other distributions</h4>
+<p>Please feel free to let us know of any other install command for the
+distribution or rather package manager you are using.</p>
+
+<h3>Compile yourself</h3>
+<p>See the downloads page to get a tarball of Geany-Plugins and unpack it.
+(tar xzf tarball.tar.gz or tar xjf tarball.tar.bz2). Then use either waf
+(recommended) or autotools (deprecated), to compile and install it. Note you
+will need to have different compile tools (such as gcc) and libraries
+(e.g. CTPL for GeanyGenDoc) installed.</p>
+
+<h4>waf (recommended)</h4>
+<p>Note that waf needs python to be installed, which is the case on most modern
+Linux distributions. In case you do not have python installed, you may want
+to read further with the autotools way below.<br />
+To use waf </p>
+<code>./waf configure<br />./waf build -p<br />./waf install</code>
+<p>You can get more detailed information about the possibilities with waf via</p>
+<code>./waf --help</code>
+
+<h4>autotools (deprecated)</h4>
+<p>This is the way to build Geany-Plugins which you may better know, because
+it's more widely used. Anyway, the recommended way to compile Geany-Plugins
+is the previous mentioned way via waf. The possibility to use autotools to
+compile and install Geany-Plugins is provided for compatibility reasons, if
+you do not have installed python or there is any other reason which prevents
+you from using waf.<br />
+For compiling Geany-Plugins with autotools, do the following:
+</p>
+<code>./configure<br />make<br />make install</code>
+<p>You can get more detailed information about possibilities by running</p>
+<code>./configure --help</code>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Plugins GTK 2.8 build test failed at: waf build
See http://geany.nightlybuilds.org/misc/build_gtk28_plugins_stderr.log for details.
Error messages:
../../gtk28_test_plugins/codenav/src/codenavigation.c: In function 'plugin_configure':
../../gtk28_test_plugins/codenav/src/codenavigation.c:90: warning: ISO C90 forbids mixed declarations and code
../../gtk28_test_plugins/codenav/src/codenavigation.c: In function 'plugin_cleanup':
../../gtk28_test_plugins/codenav/src/codenavigation.c:111: warning: unused variable 'edit_menu'
...
../../gtk28_test_plugins/geanylua/glspi_keycmd.h:133: error: 'GEANY_KEYS_TOOLS_COUNT' undeclared here (not in a function)
../../gtk28_test_plugins/geanylua/glspi_keycmd.h:135: error: 'GEANY_KEYS_HELP_COUNT' undeclared here (not in a function)
../../gtk28_test_plugins/geanylua/glspi_app.c: In function 'glspi_keygrab':
../../gtk28_test_plugins/geanylua/glspi_app.c:582: warning: cast from pointer to integer of different size
Build failed
-> task failed (err #1):
{task: cc glspi_app.c -> glspi_app_14.o}
http://geany.nightlybuilds.org/
Plugins Windows build failed at: waf build
See http://geany.nightlybuilds.org/win32/build_win32_plugins_stderr.log for details.
Error messages:
../../plugins_svn/codenav/src/codenavigation.c: In function `plugin_configure':
../../plugins_svn/codenav/src/codenavigation.c:90: warning: ISO C90 forbids mixed declarations and code
../../plugins_svn/codenav/src/codenavigation.c: In function `plugin_cleanup':
../../plugins_svn/codenav/src/codenavigation.c:111: warning: unused variable `edit_menu'
...
../../plugins_svn/geanylua/glspi_keycmd.h:135: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:135: error: (near initialization for `key_cmd_hash_entries[114]')
../../plugins_svn/geanylua/glspi_keycmd.h:136: error: initializer element is not constant
../../plugins_svn/geanylua/glspi_keycmd.h:136: error: (near initialization for `key_cmd_hash_entries[115]')
Build failed
-> task failed (err #1):
{task: cc glspi_app.c -> glspi_app_12.o}
http://geany.nightlybuilds.org/
Revision: 1502
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1502&view=rev
Author: dmaphy
Date: 2010-08-04 20:55:41 +0000 (Wed, 04 Aug 2010)
Log Message:
-----------
website: write plugin names to geany-plugins-listing.html with first letter in upper case
Modified Paths:
--------------
www/staging/gencontent.sh
Modified: www/staging/gencontent.sh
===================================================================
--- www/staging/gencontent.sh 2010-08-04 20:54:24 UTC (rev 1501)
+++ www/staging/gencontent.sh 2010-08-04 20:55:41 UTC (rev 1502)
@@ -116,7 +116,8 @@
if [ $? -eq 0 ]; then # ... if yes, ...
# ... add it to the navigation ...
- echo "<li><a href=\"index.php?site=$i\">$i</a></li>" >> $CONTENTDIR"geany-plugins-listing.html"
+ title=`echo ${i} | sed 's/\([a-z]\)\([a-zA-Z0-9]*\)/\u\1\2/g'`
+ echo "<li><a href=\"index.php?site=$i\">${title}</a></li>" >> $CONTENTDIR"geany-plugins-listing.html"
continue # ... and jump to the next one
fi;
@@ -128,7 +129,8 @@
# TODO: there is still output from rst2html to the shell, that ideally should'nt be
# TODO: newer versions of rst2html may face problems with the configuration files encoding
$RST2HTML -s --config=$CONTENTDIR"rst2html_config.conf" $SOURCESDIR$i/README | tee .README.html >> $LOGFILE 2>&1
- echo "<li><a href=\"index.php?site=$i\">$i</a></li>" >> $CONTENTDIR"geany-plugins-listing.html"
+ title=`echo ${i} | sed 's/\([a-z]\)\([a-zA-Z0-9]*\)/\u\1\2/g'`
+ echo "<li><a href=\"index.php?site=$i\">${title}</a></li>" >> $CONTENTDIR"geany-plugins-listing.html"
if [ $? -ne 0 ]; then
echo -e "$RST2HTML exited with $?.\n\n"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.