Hi Anoop, On 18 May 2012 20:05, Anoop Malav <[email protected]> wrote: > svn co https://brlcad.svn.sf.net/svnroot/brlcad/brlcad/trunk brlcad > mkdir brlcad-build > cd brlcad-build > cmake ../brlcad -DBRLCAD_BUNDLED_LIBS=ON > > I'm getting following errors though I've installed fontconfig libxi libxext > and there dev packages : > > -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY > JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) > -- Could NOT find LEX (missing: LEX_EXECUTABLE) > -- Could NOT find YACC (missing: YACC_EXECUTABLE) > -- Could NOT find Freetype (missing: FREETYPE_LIBRARY > FREETYPE_INCLUDE_DIRS) > -- checking for module 'fontconfig' > -- package 'fontconfig' not found > -- Could NOT find Fontconfig (missing: FONTCONFIG_LIBRARIES > FONTCONFIG_INCLUDE_DIR) > -- Could NOT find Bullet (missing: BULLET_DYNAMICS_LIBRARY > BULLET_COLLISION_LIBRARY BULLET_MATH_LIBRARY BULLET_SOFTBODY_LIBRARY > BULLET_INCLUDE_DIR) > -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
You should install the libraries listed here: http://brlcad.org/wiki/Compiling by running the command from the "Library dependencies" section. This should work for some of the errors listed above. Best, -- Cristina Precup ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
