compile 2.4.33 on AIX 6.1 with IBM vac - mdb.c - mdb_cursor_pop fails

2012-10-25 Thread Howard Allison
Hi I've compiled openldap 2.4.33 on AIX 6.1 and had to edit the file libraries/libmdb/mdb.c. In mdb_cursor_pop I had to comment out the #if MDB_DEBUG directive to make *top visible. #if MDB_DEBUG */ MDB_page*top = mc-mc_pg[mc-mc_top]; /* #endif */ Is this something

Re: compile 2.4.33 on AIX 6.1 with IBM vac - mdb.c - mdb_cursor_pop fails

2012-10-25 Thread Howard Chu
Howard Allison wrote: Hi I've compiled openldap 2.4.33 on AIX 6.1 and had to edit the file libraries/libmdb/mdb.c. In mdb_cursor_pop I had to comment out the #if MDB_DEBUG directive to make *top visible. #if MDB_DEBUG */ MDB_page*top = mc-mc_pg[mc-mc_top]; /* #endif */