Compile BRL-CAD with Dev-C++BRL-CAD
Status: ClosedTime to complete: 100 hrs Mentors: Jacob B, HarmanpreetTags: compile, dev-c++, windowsBeginner

BRL-CAD builds pervasively on a number of different operating systems, hardware, and compilers. We actively seek out new compilation environments and like to get them working as best as we can. We regularly build with Microsoft Visual Studio (the professional one you have to pay for), GCC, and a number of other compilers. One we have not tested in a long time is Bloodshed Software's Dev-C++ IDE (available for Windows, based on Mingw)

This task involves attempting to compile BRL-CAD using the Dev-C++ IDE. You'll need to have access to Windows and download our source code, CMake, and Dev-C++. Compile BRL-CAD using Dev-C++ and keep notes of everything you do along the way. You'll report back any failures and otherwise document all the steps you take. Submit a complete build log and your notes documenting everything you did.

We can create follow-on tasks if you make any fixes that get it working.

Resources:

  • http://brlcad.org/wiki/Compiling
  • http://www.cmake.org/
  • http://www.bloodshed.net/devcpp.html
Uploaded Work
File name/URLFile sizeDate submitted
brlcad-cmake-attempt-log.txt14.7 KBDecember 04 2014 00:36 UTC
CMakeError.log20.7 KBDecember 04 2014 00:37 UTC
CMakeOutput.log113.6 KBDecember 04 2014 00:37 UTC
CMakeError-Developer.log638.1 KBDecember 05 2014 09:28 UTC
CMakeOutput-Developer.log269.1 KBDecember 05 2014 09:28 UTC
Comments
Jackieon December 1 2014 17:55 UTCTask Claimed

I would like to work on this task.

Jackieon December 1 2014 17:56 UTCClaim Removed

The claim on this task has been removed, someone else can claim it now.

Jackieon December 1 2014 17:56 UTCTask Claimed

I would like to work on this task.

Jackieon December 1 2014 17:56 UTCClaim Removed

The claim on this task has been removed, someone else can claim it now.

kqtuson December 1 2014 20:26 UTCTask Claimed

I would like to work on this task.

Sean on December 1 2014 20:26 UTCTask Assigned

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

kqtuson December 1 2014 20:33 UTCClaim Removed

The claim on this task has been removed, someone else can claim it now.

Daniel Lopezon December 1 2014 21:47 UTCTask Claimed

I would like to work on this task.

Sean on December 1 2014 21:52 UTCTask Assigned

This task has been assigned to Daniel Lopez. You have 100 hours to complete this task, good luck!

Daniel Lopezon December 1 2014 22:13 UTCClaim Removed

The claim on this task has been removed, someone else can claim it now.

wltanon December 2 2014 03:20 UTCTask Claimed

I would like to work on this task.

Jacob B on December 2 2014 03:21 UTCTask Assigned

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

wltanon December 2 2014 04:34 UTCClaim Removed

The claim on this task has been removed, someone else can claim it now.

RaghavTheCyberdudeon December 2 2014 13:28 UTCTask Claimed

I would like to work on this task.

Popescu Andrei on December 2 2014 13:36 UTCTask Assigned

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

RaghavTheCyberdudeon December 2 2014 13:50 UTCClaim Removed

The claim on this task has been removed, someone else can claim it now.

ofnlut_on December 3 2014 21:41 UTCTask Claimed

I would like to work on this task.

ofnlut_on December 3 2014 22:21 UTCConfigure road block

Hello,


I am currently trying  to configure the build using the gui version of cmake, however when I specify the generator for the project there is no option for Dev-C++. Should I use try to use the MinGW Makerfiles and carry on from there?


 


Thanks

Mandeep Kaur on December 4 2014 00:13 UTCTask Assigned

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

ofnlut_on December 4 2014 01:10 UTCReady for review

The work on this task is ready to be reviewed.

Popescu Andrei on December 4 2014 07:48 UTCError log

Hello!


From what I see in the error log, the compilation failed. Could you please join our irc channel (#brlcad on irc.freenode.net) so that  any of the mentors can assist you with sorting out the issues?

Popescu Andrei on December 4 2014 07:48 UTCTask Needs More Work

One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work.

ofnlut_on December 5 2014 07:54 UTCReady for review

The work on this task is ready to be reviewed.

Popescu Andrei on December 5 2014 07:57 UTC

the build seems to fail to find regex.h and pthread.h in cygwin folder although it exist. Also, mingw receives Clang arguments for some reason.

Daniel_R on December 5 2014 08:53 UTCPlease retry with current developer version

CMake returns an error in src/other/xmltools but this directory was moved meanwhile.  Please check out the latest sources from our Subversion directory and retry the CMake configuration with same settings (i.e. MinGW).



  • http://brlcad.org/wiki/SVN

  • http://tortoisesvn.net/

Daniel_R on December 5 2014 08:53 UTCTask Needs More Work

One of the mentors has sent this task back for more work. Talk to the mentor(s) assigned to this task to satisfy the requirements needed to complete this task, submit your work again and mark the task as complete once you re-submit your work.

ofnlut_on December 5 2014 09:28 UTCReady for review

The work on this task is ready to be reviewed.

Daniel_R on December 5 2014 09:52 UTCTask Closed

Congratulations, this task has been completed successfully.

Daniel_R on December 5 2014 09:55 UTCFollow-on task: Fix a configuration error

Will be there soon.