From: Mat <mat...@gm...> - 2010-05-31 09:49:54
|
Hi, My situations is , I got error "program too big to fit in memory" when execute automake, and got hanged when execute autoconf. ( I tested it on winxp and windows7, which memories are bigger than 1G. ) The program I downloaded is from mingw site: https://sourceforge.net/projects/mingw/files/ version is: automake1.11-1.11-1-mingw32-bin.tar.lzma autoconf2.5-2.64-1-mingw32-bin.tar.lzma My build/test environment is setup via kde-windows' emerge http://techbase.kde.org/Getting_Started/Build/KDE4/Windows/emerge kde-windows doesn't support autotools well currently, so I download mingw/msys and setup manually to use it. Would you like to share how your build suite is ( like urls, or reference pages.. )? Different build suite usually cause different result. So, it will be great help for reduce win32 porting via autools. Cmake is just an working option for now, so please feel free to leave patches of cmake aside temporarily, if it's not suitable for dbus-c++ developing.. Let's keep trying to find out other solutions :-) sincerely, Mat On Sun, May 30, 2010 at 4:18 PM, Andreas Volz <li...@br...> wrote: > Am Sun, 30 May 2010 06:42:38 +0800 schrieb Mat: > > Hello Mat, > > really? Which problems did you have with autotools on win32. With other > projects I never had bigger problems with the mingw/msys suite. Maybe we > could solve the problems instead of using a second build system. > > regards > Andreas > >> Hi~ >> >> I got some progress on adding cmake support on win32 , here is the >> patch: >> >> https://sourceforge.net/tracker/?func=detail&aid=3009067&group_id=236997&atid=1101684 >> >> The cmake files are designed for win32 only, aim to provide better >> win32 build support for dbus-c++ . ( Because automake, autoconf, ... >> have problem on win32 ) >> >> Hope it helps :-) >> >> sincerely, Mat. >> >> >> On Sat, May 29, 2010 at 10:24 PM, Mat <mat...@gm...> wrote: >> > On Sat, May 29, 2010 at 12:39 AM, Andreas Volz >> > <li...@br...> wrote: >> >> Am Thu, 27 May 2010 01:58:15 +0800 schrieb Mat: >> >> >> >> To be honest, I'm not sure. Currently I'm not that happy with GIT >> >> in this project. Maybe I need to give it more time... >> >> >> >> My idea is to work on current patches and later decide about a SVN >> >> move. For this little project I've not yet seen the advantage of >> >> GIT. >> > >> > No problem, I will propose my commits with patches first. >> > >> > p.s. You use git, I use git; you use svn, I use svn :-) >> > >> > sincerely, Mat. >> >> >> >> regards >> >> Andreas >> >> >> >>> No problem. I just add a bug report in the sourceforge: >> >>> >> >>> https://sourceforge.net/tracker/?func=detail&aid=3007491&group_id=236997&atid=1101684 >> >>> >> >>> I am happy to see that bugs/reports were taken care of, great job >> >>> and thank you!! >> >>> >> >>> sincerely, mat. >> >>> >> >>> p.s., I am learning gitorious in these days. If gitorious is >> >>> prefered, please info me, I can also push patches via gitorious >> >>> and propose merge there, too. >> >>> >> >>> On Wed, May 26, 2010 at 11:04 PM, Andreas Volz >> >>> <li...@br...> wrote: >> >>> > Am Tue, 18 May 2010 02:58:55 +0800 schrieb Mat: >> >>> > >> >>> > Hello Mat, >> >>> > >> >>> > nice to hear that it works with win32. >> >>> > >> >>> > Could you add your patches here: >> >>> > >> >>> > http://sourceforge.net/tracker/?group_id=236997&atid=1101684 >> >>> > >> >>> > Yes I know many not applied patches there, but at least they're >> >>> > not lost. :-) >> >>> > >> >>> > I'll apply as fast as possible... >> >>> > >> >>> > regards >> >>> > Andreas >> >>> > >> >>> >> ---------- Forwarded message ---------- >> >>> >> From: Mat <mat...@gm...> >> >>> >> Date: Tue, May 18, 2010 at 2:56 AM >> >>> >> Subject: Patch for dbus-c++ win32 porting >> >>> >> To: kde...@kd... >> >>> >> >> >>> >> >> >>> >> Hi All, >> >>> >> I use dbus-c++ library in my programs and found that it's >> >>> >> great for c++ based projects. >> >>> >> >> >>> >> I tried to port dbus-c++ to win32, and have some progress >> >>> >> these days. The libdbusc++ can now work on my winxp :-) >> >>> >> ( for some simple examples, not yet try some real program, >> >>> >> like inkboard,...etc ) >> >>> >> >> >>> >> Patches are as attachment: >> >>> >> dbus-c++-src-commit.patch is for import into emerge dir. >> >>> >> dbus-1.pc is for c:\kderoot\lib\pkgconfig\ >> >>> >> works_for_win32.patch is a patch for dbus-c++-src[1] source >> >>> >> code >> >>> >> >> >>> >> Could you help to review these works and give me some advice >> >>> >> to push the works go furthur? >> >>> >> >> >>> >> Thank you very much. >> >>> >> >> >>> >> sincerely, Mat. >> >>> >> >> >>> >> [1]. http://gitorious.org/dbus-cplusplus >> >>> >> [2]. dbus-c++-src-commit.patch >> >>> >> [3]. dbus-1.pc >> >>> >> [4]. works_for_win32.patch >> >>> > >> >>> > ------------------------------------------------------------------------------ >> >>> > >> >>> > _______________________________________________ >> >>> > dbus-cplusplus-devel mailing list >> >>> > dbu...@li... >> >>> > https://lists.sourceforge.net/lists/listinfo/dbus-cplusplus-devel >> >>> > >> >>> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> >> _______________________________________________ >> >> dbus-cplusplus-devel mailing list >> >> dbu...@li... >> >> https://lists.sourceforge.net/lists/listinfo/dbus-cplusplus-devel >> >> >> > > > ------------------------------------------------------------------------------ > > _______________________________________________ > dbus-cplusplus-devel mailing list > dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbus-cplusplus-devel > |