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] [GSoC'12][Benchmark Performance db] Design discussion.

2012-05-17 Thread H.S.Rai
On Thu, May 17, 2012 at 9:13 PM, Suryajith Chillara wrote: > > I am working on fixing and thus extending the functionality of pixcmp > utility(bench/pixcmp.c). Shall push that in tomorrow. Sean pointed out a > bug and recommended some changes to the utility(take a value as an > option and report t

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] [GSoC'12][Benchmark Performance db] Design discussion.

2012-05-17 Thread Suryajith Chillara
On 05/16/2012 07:31 PM, H.S.Rai wrote: > Which issue / bug you are trying to tackle? > I am working on fixing and thus extending the functionality of pixcmp utility(bench/pixcmp.c). Shall push that in tomorrow. Sean pointed out a bug and recommended some changes to the utility(take a value as an

Re: [brlcad-devel] Review for patches + mentor contact

2012-05-17 Thread Cristina Precup
On 17 May 2012 17:26, brlcad wrote: > Commit access was granted yesterday. > > Cristina and Wu are our first GSoC participants this year to receive commit > access, so thanks and congratulations to both of them! Thank you for providing me commit access! My first commit (50583) was made for corre

Re: [brlcad-devel] Review for patches + mentor contact

2012-05-17 Thread brlcad
On May 17, 2012, at 01:31 AM, Cristina Precup wrote:Thank you for the heads up. I'll fix it later, provided I get commit access.Commit access was granted yesterday.Cristina and Wu are our first GSoC participants this year to receive commit access, so thanks and congratulations to both of them!Chee

Re: [brlcad-devel] [GSoC]About patches

2012-05-17 Thread indianlarry
Hi Laijiren,No problem with the change in plan. Your right there is no BREP tesselate currently implemented and that's the goal of your GSoC project. I'd suggest for your patch that you start out looking at the 'brep' command within 'mged'. This command can be used to generate information for vario

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