Skip to content

Instantly share code, notes, and snippets.

@tareko
Created July 13, 2016 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tareko/9df9ce5640ece5382cb93f3c65776d30 to your computer and use it in GitHub Desktop.
Save tareko/9df9ce5640ece5382cb93f3c65776d30 to your computer and use it in GitHub Desktop.
Error when trying to compile stethoscope
orangey@orangey:~/workspace/Stethoscope/source_files/stethoscope_head$ ruby sthoscope_head.rb
workspace/Stethoscope/source_files/stethoscope_head/lib/assemblies/upper_harness_assembly.rb:6:in `show': uninitialized constant UpperHarnessAssembly::BigTube (NameError)
from /var/lib/gems/2.3.0/gems/crystalscad-0.6.4/lib/crystalscad/CrystalScad.rb:631:in `block in save_all'
from /var/lib/gems/2.3.0/gems/crystalscad-0.6.4/lib/crystalscad/CrystalScad.rb:626:in `each'
from /var/lib/gems/2.3.0/gems/crystalscad-0.6.4/lib/crystalscad/CrystalScad.rb:626:in `save_all'
from /var/lib/gems/2.3.0/gems/crystalscad-0.6.4/lib/crystalscad/CrystalScad.rb:607:in `block in save!'
from /var/lib/gems/2.3.0/gems/crystalscad-0.6.4/lib/crystalscad/CrystalScad.rb:607:in `map'
from /var/lib/gems/2.3.0/gems/crystalscad-0.6.4/lib/crystalscad/CrystalScad.rb:607:in `save!'
from stethoscope_head.rb:18:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment