Displaying 3 results from an estimated 3 matches for "ldb_map".
2010 Mar 13
1
Compile problem: "lib/ldb/ldb_map/ldb_map.h", line 64: syntax error before or at: 0x20
Trying to compile samba source4. Anybody have any ideas? Here's the error:
With gcc, version 3.4.3, I get:
Compiling lib/ldb/ldb_map/ldb_map_inbound.c
In file included from lib/ldb/ldb_map/ldb_map_inbound.c:28:
lib/ldb/ldb_map/ldb_map.h:64: error: syntax error before numeric constant
The following command failed:
gcc -O2 -m64 -g -DDEBUG_PASSWORD -DDEVELOPER -Wall -Wshadow -Werror-implicit-function-declaration -Wstrict-prototypes...
2006 Jun 05
2
[PATCH] Pet peave then->than
...m top level up to the unique rdn
- num_el may be greater then dn->comp_num (see ldb_dn_make_child)
+ num_el may be greater than dn->comp_num (see ldb_dn_make_child)
*/
struct ldb_dn *ldb_dn_copy_partial(void *mem_ctx, const struct ldb_dn *dn, int num_el)
{
Index: source/lib/ldb/modules/ldb_map.h
===================================================================
--- source/lib/ldb/modules/ldb_map.h (revision 16046)
+++ source/lib/ldb/modules/ldb_map.h (working copy)
@@ -34,9 +34,9 @@
* that any upper layers will use.
*
* All local attributes will have to have a definition. Not all...
2010 May 02
2
samba4 make error - drsblobs.so
...n/ldb_debug.c
Compiling lib/ldb/common/ldb_modules.c
Compiling lib/ldb/common/ldb_match.c
Compiling lib/ldb/common/ldb_attributes.c
Compiling lib/ldb/common/attrib_handlers.c
Compiling lib/ldb/common/ldb_dn.c
Compiling lib/ldb/common/ldb_controls.c
Compiling lib/ldb/common/qsort.c
Compiling lib/ldb/ldb_map/ldb_map_inbound.c
Compiling lib/ldb/ldb_map/ldb_map_outbound.c
Compiling lib/ldb/ldb_map/ldb_map.c
lib/ldb/ldb_map/ldb_map.c: In function ?map_search_base_req?:
lib/ldb/ldb_map/ldb_map.c:893: warning: passing argument 6 of ?ldb_build_search_req_ex? discards qualifiers from pointer targe...