Re: SWIGification status, Part 2

2006-10-17 Thread Dave Herman
On Tue, 2006-10-17 at 17:58 -0400, Derek Atkins wrote: > Dave Herman <[EMAIL PROTECTED]> writes: > > > I'm having a problem building svn trunk. rev 15033 > > Try 15034. > > -derek Works fine ... should have waited a little while Thanks Dave ___ gn

Re: SWIGification status, Part 2

2006-10-17 Thread Derek Atkins
Dave Herman <[EMAIL PROTECTED]> writes: > I'm having a problem building svn trunk. rev 15033 Try 15034. -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-IA

re: SWIGification status, Part 2

2006-10-17 Thread Dave Herman
I'm having a problem building svn trunk. rev 15033 I've downloaded and installed swig 1.3.29 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../.. -I../../.. -I../../../src -I../../../src/engine -I../../../src/gnc-module -I../../../lib/libqof/qof -I../../../lib/libqof/qof -pthread -I/usr/in

Re: SWIGification status, Part 2

2006-10-11 Thread Derek Atkins
As of last night this branch built cleanly (modulo the -Wno-unused flag) AND it passed "make check". Nice job, guys! Granted, it requires swig-1.3.28, which is newer than what's in FC5 -- but a simple backport of 1.3.29 from FC6 and all is happy. -derek Chris Shoemaker <[EMAIL PROTECTED]> writ

SWIGification status, Part 2

2006-10-09 Thread Chris Shoemaker
Devs and Testers, The swig-redo branch has a swigified GnuCash. I've smoke-tested it, but it needs some more exercise. Several steps in the process were pretty manual and error-prone. Fortunately, the type of bugs I'm most likely to have introduced are very easy to fix. The whole

SWIGification status

2006-08-16 Thread Chris Shoemaker
Devs, The swigify branch has a business-module with no g-wrap generated wrappers. I believe it's functionally equivalent to trunk. (Please let me know if you find any differences.) The process took about twice as long as I'd hoped, but I learned some valuable lessons along the way