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
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
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
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
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
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
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
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
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