Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoilnen Leite <joilnen.leite@gmail.com>2010-07-22 19:09:41 +0400
committerJoilnen Leite <joilnen.leite@gmail.com>2010-07-22 19:09:41 +0400
commitbc42ff687e25a08ace100f0581946e06818b74f3 (patch)
tree41286be27803a80da6ba3e00a0e294d510ae5553
parentb26a87fcd036548ed5002b0c598f1b79d8efa6f9 (diff)
Fixing this error:
In file included from /home/joilnen/blender/obj/linux-glibc2.9-i386/blender/makesrna/rna_userdef_gen.c:612: ./rna_userdef.c:54:35: error: MEM_CacheLimiterC-Api.h: No such file or directory make[4]: *** [/home/joilnen/blender/obj/linux-glibc2.9-i386/blender/makesrna/rna_userdef_gen.o] Error 1
-rw-r--r--source/blender/makesrna/intern/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/Makefile b/source/blender/makesrna/intern/Makefile
index 8aef06e762d..6b28c56105b 100644
--- a/source/blender/makesrna/intern/Makefile
+++ b/source/blender/makesrna/intern/Makefile
@@ -46,6 +46,7 @@ endif
CFLAGS += $(LEVEL_1_C_WARNINGS)
CPPFLAGS += -I$(NAN_GUARDEDALLOC)/include
+CPPFLAGS += -I$(NAN_MEMUTIL)/include
CPPFLAGS += -I../../../../intern/audaspace/intern
CPPFLAGS += -I../../blenlib
CPPFLAGS += -I../../blenkernel