Re: [brlcad-devel] GSoC'18

2018-03-20 Thread Vasco Alexandre da Silva Costa
I've looked at the draft proposal. It seems a bit ambitious with regards to timelines (e.g. DSP, PIPE, are non-trivial). But overall it seems to be an interesting proposal. Make sure you submit patches as you go so it will make it easier to integrate the code into the mainline tree. The deliverable

Re: [brlcad-devel] GSoC'18

2018-03-20 Thread Sreyansh Jain
Yes, I was able to configure the build with OpenCL library but I was stuck at compiling when the following error came: [ 5%] Generating pnglibconf.c > options.awk: bad line (10): com > CMake Error at scripts/gensrc.cmake:68 (message): > Failed to generate pnglibconf.tf5 > > src/other/libpng/CMa

Re: [brlcad-devel] GSoC'18

2018-03-20 Thread Vasco Alexandre da Silva Costa
That seems like a really strange error message. I would assume the particular libpng configuration script depends on a version of awk different than the one you have installed (probably gawk). On which operating system are you trying to compile BRL-CAD? On Tue, Mar 20, 2018 at 8:55 PM, Sreyansh Ja

Re: [brlcad-devel] GSoC'18

2018-03-20 Thread Vasco Alexandre da Silva Costa
BTW, the build instructions, like mentioned in the INSTALL file would be something like: cd to the brlcad sources directory (where the INSTALL file is) $ mkdir build $ cd build $ cmake .. -DBRLCAD_BUNDLED_LIBS=ON -DCMAKE_BUILD_TYPE=Release -DBRLCAD_ENABLE_OPENCL=ON $ make On Wed, Mar 21, 2018 at