Re: [Dbus-cxx-users] compile problem - fixed
Status: Beta
Brought to you by:
rvinyard
From: Robert M. <rmi...@sy...> - 2012-11-09 14:19:50
|
Thanks for the patch; I'll see about putting it SVN this weekend. I haven't figured out how to get autotools to recognize C++ shared pointers(mostly due to not being familiar with autotools), I've just overridden it after generating configure. -Robert Middleton On Fri, Nov 9, 2012 at 1:43 AM, Andrew Montag <ajm...@gm...> wrote: > Hello all, > > I am just getting started with dbus-cxx and had some issues building it > (the same issues as this post<http://sourceforge.net/mailarchive/forum.php?thread_name=4C26C651.1040305%40darenscotwilson.com&forum_name=dbus-cxx-users>from 2 years ago). > > I have solved the problem, and have attached my patch. > > Here is what I ran to install: > > sudo apt-get -y install libdbus-1-dev automake libtool > svn co > https://dbus-cxx.svn.sourceforge.net/svnroot/dbus-cxx/trunk/dbus-cxx > cd dbus-cxx > ./autogen.sh > ./configure CXXFLAGS="-std=c++0x" > patch -p0 -i ../patch_dbus-cxx.patch > make > sudo make install > > I am running Ubuntu 12.04 with g++ 4.6 and am using boost's shared > pointers (because autotools couldn't find my c++0x ones I guess). > > Let me know if you want any more details. Oh, and thanks for the really > nice library! > > -Andrew Montag > https://sites.google.com/site/andrewmontag > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Dbus-cxx-users mailing list > Dbu...@li... > https://lists.sourceforge.net/lists/listinfo/dbus-cxx-users > > |