Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37047384
en ru br
ALT Linux repositórios
S:4.1.1-alt7
5.0: 1.3.36-alt2
4.1: 1.3.31-alt2
4.0: 1.3.31-alt1
3.0: 1.3.24-alt2

Group :: Desenvolvimento/C
RPM: swig

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: disable_gdb_interface.patch
Download


commit 3036dcc6b13f9dbf5462292a4d0fd7ea627707ac
Author: Evgeny Sinelnikov <sin@altlinux.ru>
Date:   Tue Sep 26 21:14:51 2017 +0300
    Disable guile gdb interface initialization for guile >= 2.2
diff --git a/Lib/guile/guilemain.i b/Lib/guile/guilemain.i
index 925b81f..7ebe315 100644
--- a/Lib/guile/guilemain.i
+++ b/Lib/guile/guilemain.i
@@ -12,10 +12,12 @@
 extern "C" {
 #endif
 
+#if (SCM_MAJOR_VERSION < 2 || SCM_MINOR_VERSION < 2)
 /* Debugger interface (don't change the order of the following lines) */
 #define GDB_TYPE SCM
 #include <libguile/gdb_interface.h>
 GDB_INTERFACE;
+#endif
 
 static void
 inner_main(void *closure, int argc, char **argv)
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009