Hi there, thanks for your feedback. I have now gotten it all to compile with no warnings, see my commit comments for more details. I reworked the macros with no parameters and other small things. Also renamed foreach to htforeach because it is not compatible with the boost trunk.
code is here https://github.com/h4ck3rm1k3/hypertable I followed the instructions here http://code.google.com/p/hypertable/wiki/SourceCode?tm=4 The last commit in the master branch was that you can see here https://github.com/hypertable/hypertable/commits/master commit 073ae8b809e8780c078e94605368d3783798d70d Author: Doug Judd <[email protected]> Date: Sun Jul 24 11:55:12 2011 -0700 heading to sleep now. mike On Mon, Oct 3, 2011 at 9:10 PM, Sanjit Jhala <[email protected]> wrote: > Hi, > > What version of Hypertable are you compiling? As of the following commit, > compatability with BerkeleyDb 5.2x should be sorted out: > > commit cc6a4d1712d5acc4c5fb70faa96228685a952fa5 > Author: andy <[email protected]> > Date: Mon Aug 8 16:48:11 2011 +0200 > > - support bdb 5.2 (replication API changes) > > - compare host names non-case sensitive > - retry db open on DB_LOCK_DEADLOCK error > - convenient method get_db_handles added > > -Sanjit > > On Mon, Oct 3, 2011 at 11:06 AM, [email protected] < > [email protected]> wrote: > >> Hello world, >> I am compiling hypertable master with the latest boost and berkleydb >> with the gcc 4.4 on ubuntu 10.10. >> >> Been fixing some compile errors and setup my own branch, am also >> reporting issues as I go. >> 702 ---- New ---- ---- ---- >> repmgr_set_local_site no longer >> defined in db-5.2.36 >> 701 ---- New ---- ---- ---- Ambigious >> format call >> 700 ---- New ---- ---- ---- update to >> lastest boost >> filesystem >> 699 ---- New ---- ---- ---- >> cmake/FindRRDtool.cmake for >> ubuntu 10.10 >> 698 ---- New ---- ---- ---- build deps >> ubuntu >> >> >> repo is here git://github.com/h4ck3rm1k3/hypertable.git >> >> I will see how far I can get, any advice would be appreciated. >> thanks, >> mike >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Hypertable Development" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/hypertable-dev?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Hypertable Development" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hypertable-dev?hl=en. > -- James Michael DuPont Member of Free Libre Open Source Software Kosova http://flossk.org -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en.
