-
Except of course those from pysvn_client_cmd_export.cpp, where char* may be simply changed to const char*.
2008-10-28 14:35:50 UTC in PyCXX Python-C++ Connection
-
The 'deprecated conversion' warnings will stay as they come from python headers.
2008-10-28 14:32:37 UTC in PyCXX Python-C++ Connection
-
Well, it all comes from using gcc 4.3.
It seems that the cleanest solution is to add additional #ifdef for that version
and to include and use namespace std::tr1, as
including simply results in other warnings.
It seems to build fine with those changes.
2008-10-28 14:30:38 UTC in PyCXX Python-C++ Connection
-
As you may guess reading the patch, the problem is that both of the AC_CHECK_FUNC(perl_eval_pv, AC_DEFINE(HAVE_PERL_EVAL_PV_LC)) macros fail, even though perl is available. The result of this ...
well simply read configure.in (and perl-related source files), and you'll see what happens when embedded perl is detected but none of perl_eval* symbols is defined.
2008-02-24 23:06:09 UTC in net-snmp
-
When linking with -Wl,--as-needed one more thing has to be fixed. Fix is trivial (and attached).
An explanation: as stated in autoconf info pages, LDFLAGS are NOT meant for adding libs, the difference can be noticed while linking even trivial programs with -Wl,--as-needed and AC_CHECK_FUNC macro is one of those.
There may be more of such things to fix (though not many), but for me it's the...
2008-02-22 17:19:13 UTC in net-snmp
-
This patch 'solves for me' three following problems:
1. lvalue cast (happens with gcc 3.4 and above)
2. search results not being shown, despite being found (happens with qt 4.2 - not sure, maybe only happens for me)
3. NR_syscalls not defined (happens at kernel 2.6.17 and above, I think - now it's defined only for kernel compilation) - this one is not a fix, only a hack to make it work, a...
2007-04-17 21:00:31 UTC in QGSpider - a game cheater for Linux
-
I'm not 100% sure, but I think the correct "patch" would be deleting acinclude.m4 all together. At this moment this file should not be needed on any sane system. As far as I can tell it provides:
AM_PATH_SDL - provided by sdl.m4
AM_PATH_SMPEG - not only provided elsewhere, but not even used in configure.in
and older version of libtool macros, provided by libtool.m4 and at this time not used...
2007-03-30 19:20:06 UTC in VisualBoyAdvance
-
I know about nothing about assembler, but as 2xSaI was created in cooperation with zsnes and Snes9x, I looked at the sources of those two. There, I found following macro:
%imacro newsym 1
GLOBAL %1
%1:
%endmacro
After inserting this macro above first NEWSYM %ifdef/%endif, 2xSaImmx.asm compiles fine and program seems to work.
2007-03-30 19:02:29 UTC in VisualBoyAdvance
-
First, I want to say that I was the orginal bug reporter (to gentoo bugzilla).
Few weeks ago, I checked this fix and it seemed to work fine, however it suddenly stopped working again. This time I went through several rounds of "scim -d/kill " and came to following conclusion:
after applying this patch I checked RawCodeFactory::RawCodeFactory ()
- set_locales (__rawcode_locales);...
2007-03-14 20:41:18 UTC in Smart Common Input Method platform