Re: [brlcad-devel] Building BRL-CAD from source code

2012-05-18 Thread Anoop Malav
Thanks Sean, brlcad-build/CMakeCache.txt file was the problem. -- *Anoop Malav** * -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and h

Re: [brlcad-devel] Building BRL-CAD from source code

2012-05-18 Thread Christopher Sean Morrison
On May 18, 2012, at 1:05 PM, Anoop Malav 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

[brlcad-devel] Building BRL-CAD from source code

2012-05-18 Thread Cristina Precup
Hi Anoop, On 18 May 2012 20:05, Anoop Malav 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 de

[brlcad-devel] Building BRL-CAD from source code

2012-05-18 Thread Anoop Malav
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 JA

Re: [brlcad-devel] Building BRL-CAD from Source Code

2012-05-17 Thread Anoop Malav
Actually problem is that I have a proxy server. And its not connecting with this proxy server though I tried with export http_proxy(ftp_proxy, https_proxy) in terminal. It didn't work. Next I tried editing ~/.subversion/servers file http-proxy-host=http://proxy_server http-proxy-port=port http-pro

Re: [brlcad-devel] Building BRL-CAD from Source Code

2012-05-17 Thread Clifford Yapp
Try svn co https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk trunk Does that make a difference? CY -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and thre

Re: [brlcad-devel] Building BRL-CAD from Source Code

2012-05-17 Thread Anoop Malav
I'm getting follwing error. svn: OPTIONS of 'https://brlcad.svn.sf.net/svnroot/brlcad/brlcad/trunk': could not connect to server (https://brlcad.svn.sf.net) how can I add --no-check-certificate option in svn I'd suggest building with the CMake build rather than Autotools: > > svn co https://brlc

Re: [brlcad-devel] Building BRL-CAD from Source Code

2012-05-17 Thread Clifford Yapp
I'd suggest building with the CMake build rather than Autotools: svn co https://brlcad.svn.sf.net/svnroot/brlcad/brlcad/trunk brlcad mkdir brlcad-build cd brlcad-build cmake ../brlcad -DBRLCAD_BUNDLED_LIBS=ON make -j5 On Thu, May 17, 2012 at 3:50 AM, Anoop Malav wrote: > I've downloaded source f

[brlcad-devel] Building BRL-CAD from Source Code

2012-05-17 Thread Anoop Malav
I've downloaded source files from using svn https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk then run ./autogen.sh ./configure I got error related libpng. I installed libpng12-dev in my ubuntu. again run ./configure --enable-png-build It was successfully configured. I tried runn