Jungerl fails to compile - UCS
Craig McDaniel
craigmcd@REDACTED
Fri Sep 30 16:50:37 CEST 2005
In case anyone wants to fix this in CVS, these are the changes I made to
get the entire thing to compile.
1. Add jungerl/lib/ucs/ebin directory.
2. Add jungerl/lib/eldap/ebin directory.
3. Fix jungerl/lib/posix_drv/c_src/Makefile (couldn't find config.h):
3c3
< CFLAGS += -I$(ERL_C_INCLUDE_DIR) -I.
---
> CFLAGS += -I$(ERL_C_INCLUDE_DIR) -I../../../support -I.
4. Fix jungerl/lib/ssh/c_src/Makefile (same issue):
10c10
< override CFLAGS += -I$(ERL_C_INCLUDE_DIR)
---
> override CFLAGS += -I$(ERL_C_INCLUDE_DIR) -I../../../support
5. Fix jungerl/lib/tuntap/c_src/Makefile (same issue):
3c3
< CFLAGS += -I $(ERL_C_INCLUDE_DIR)
---
> CFLAGS += -I$(ERL_C_INCLUDE_DIR) -I../../../support
--
Craig McDaniel
More information about the erlang-questions
mailing list