Hi,
I just committed some changes to improve the portability of Geany's code[1]. Here all works still fine but it might I broke something on another platform or another system. So, testing is needed especially on non-Linux and non-Windows platforms.
@Shiv: could you test SVN r1961 on Solaris to verify it still compiles? I removed the IS_COMPILER_GCC code as well as the gcc specific compiler flags so it should just work.
[1] https://sourceforge.net/tracker/?func=detail&atid=787791&aid=1794250...
Regards, Enrico
On 19/10/07 15:57:58, Enrico Tröger wrote:
Hi,
I just committed some changes to improve the portability of Geany's code[1]. Here all works still fine but it might I broke something on another platform or another system. So, testing is needed especially on non-Linux and non-Windows platforms.
I get this error (on FC5): src/Makefile.am:69: IS_COMPILER_GCC does not appear in AM_CONDITIONAL
(I ran autogen.sh).
Regards, Nick
On Fri, 19 Oct 2007 17:26:57 +0100, Nick Treleaven nick.treleaven@btinternet.com wrote:
On 19/10/07 15:57:58, Enrico Tröger wrote:
Hi,
I just committed some changes to improve the portability of Geany's code[1]. Here all works still fine but it might I broke something on another platform or another system. So, testing is needed especially on non-Linux and non-Windows platforms.
I get this error (on FC5): src/Makefile.am:69: IS_COMPILER_GCC does not appear in AM_CONDITIONAL
Because I forgot to commit the changes in this file ;-). Sorry.
Regards, Enrico