Enable walk_example for compilationBRL-CAD
Status: ClosedTime to complete: 48 hrs Mentors: SeanTags: build system, cmake, compile, C

BRL-CAD provides more than 400 applications.  When we migrated from an Autotools build system to CMake, some tools were not converted and some were disabled for a variety of reasons.  One such tool is one called walk_example.

This task requires enabling that tool for compilation, properly defining the build system logic in our CMakeLists.txt file (to link any needed libraries), and fixing any compilation warnings that result when compiling.

Note that the tool is in an incomplete state of development.  This task requires adding whatever little bits are needed so that the program will compile cleanly.  If you cannot get it to compile, you must provide a build log with explanation of the problem(s) you encountered.

Mark the tool as a no-install application, see src/libbn/CMakeLists.txt file for an example on how to do that (bntester).

Code:

  • src/conv/CMakeLists.txt
  • src/conv/walk_example.c

Provide a patch of all your changes.

Uploaded Work
File name/URLFile sizeDate submitted
walk_example.patch654 bytesDecember 13 2012 22:23 UTC
Comments
Cezaron December 13 2012 21:12 UTCTask Claimed

I would like to work on this task.

Sean on December 13 2012 21:43 UTCTask Assigned

This task has been assigned to Cezar. You have 48 hours to complete this task, good luck!

Cezaron December 13 2012 22:25 UTCReady for review

The work on this task is ready to be reviewed.

Cezaron December 13 2012 22:25 UTCCommit r54059

Commit r54059

Sean on December 14 2012 01:20 UTCwindows?

verified on windows?

Sean on December 14 2012 01:20 UTCTask Closed

Congratulations, this task has been completed successfully.