Re: [brlcad-devel] Debug Brl CAD source

2016-03-19 Thread Margaret Hu
I can successfully download and compile on Ubuntu 14.04, I suggest the following procedure 0. install Ubuntu 14.04 LTS, make sure you have svn, g++, make, cmake (by sudo apt-get install ...) 1. svn checkout https://svn.code.sf.net/p/brlcad/code/brlcad/trunk brlcad 2. cd brlcad and examine the

Re: [brlcad-devel] Debug Brl CAD source

2016-03-19 Thread Margaret Hu
I see that in your error message you have H:/University/GSOC/2016/Sources/brlcad-7.24.2 - This does not look right, I have BRL-CAD Release 7.25.0, Build 20160308 did you get the source from svn checkout? if you try to compile from the downloaded tar.gz file it may not work. On Thu, Mar 17,

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-14 Thread Margaret Hu
part should be easy. On Thu, Mar 10, 2016 at 9:57 PM, Margaret Hu <margaret.ss...@gmail.com> wrote: > all examples compiled successful :) will find some .3dm files to test this > weekend. > > > On Thu, Mar 10, 2016 at 5:13 PM, Margaret Hu <margaret.ss...@gmail.com> &g

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-10 Thread Margaret Hu
all examples compiled successful :) will find some .3dm files to test this weekend. On Thu, Mar 10, 2016 at 5:13 PM, Margaret Hu <margaret.ss...@gmail.com> wrote: > >>For what it’s worth, ensuring robust and faithful 3DM import and export > support in LIBGCV would be

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-10 Thread Margaret Hu
best step. We do not have a 3DM exporter, but writing one is pretty > trivial (probably take less than a week for non-CSG geometries). > > > > On Mar 9, 2016, at 8:57 PM, Margaret Hu <margaret.ss...@gmail.com> wrote: > > >>This characterization does not sound rig

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-09 Thread Margaret Hu
Sean: >>Not really — that is your job to propose a best candidate — but we do keep notes on our geometry conversion desires in our TODO file. There is a section entitled >>CONVERTERS that pertain to our conversion interests. Thanks for the information, looking at the CONVERTERS section in the

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-08 Thread Margaret Hu
Daniel: Thanks for your help >You should use our Subversion repository instead. You can find a >short how-to together with some CMake build basics here: >http://brlcad.org/wiki/Building_from_SVN I have successfully checkout the SVN source and built in my Ubuntu 14.04 The make command gives

Re: [brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-04 Thread Margaret Hu
hat the difference is? > > > Regards, > Daniel > > 2016-03-04 7:15 GMT+01:00 Margaret Hu <margaret.ss...@gmail.com>: > > > > > > My name is Margaret Hu, I am a student at Ohlone College Fremnt > California, > > I am interested in the

[brlcad-devel] google summer of code : Geometry Conversion Library

2016-03-03 Thread Margaret Hu
My name is Margaret Hu, I am a student at Ohlone College Fremnt California, I am interested in the project "Geometry Conversion Library" For the three requirement for this project * Familiar with C/C++ : YES * Familiar with file parsing issue (lex/yacc a plus) : YES, I know flex/bison