Skip to content

Instantly share code, notes, and snippets.

View alesplin's full-sized avatar

Alex Esplin alesplin

  • Fredericksburg, VA
View GitHub Profile
@alesplin
alesplin / unreachTest.c
Created April 5, 2012 23:04
Failing the wrong way (this is an ugly hack)
/*
* test program to work on a configuration fix for T.connect 15
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
@alesplin
alesplin / dcmtk_error_2
Created March 12, 2012 16:09
dcmtk errors after installing cmake
--$ brew install dcmtk
==> Downloading ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.tar.gz
File already downloaded in /Users/alex/Library/Caches/Homebrew
==> cmake .. -DCMAKE_INSTALL_PREFIX='/Users/alex/bin/homebrew/Cellar/dcmtk/3.6.0' -DCMAKE_BUILD_TYPE=None -Wno-dev
==> make install
Scanning dependencies of target ofstd
Scanning dependencies of target libi2d
[ 1%] Building CXX object ofstd/libsrc/CMakeFiles/ofstd.dir/ofcmdln.o
[ 1%] Building CXX object dcmdata/libi2d/CMakeFiles/libi2d.dir/i2d.o
Scanning dependencies of target oflog
@alesplin
alesplin / dcmtk_error
Created March 12, 2012 02:41
brew error on installing dcmtk
--$ brew -v install dcmtk
Homebrew 0.8.1
==> Downloading ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.tar.gz
File already downloaded in /Users/alex/Library/Caches/Homebrew
/usr/bin/tar xf /Users/alex/Library/Caches/Homebrew/dcmtk-3.6.0.tar.gz
==> cmake .. -DCMAKE_INSTALL_PREFIX='/Users/alex/bin/homebrew/Cellar/dcmtk/3.6.0' -DCMAKE_BUILD_TYPE=None -Wno-dev
cmake .. -DCMAKE_INSTALL_PREFIX='/Users/alex/bin/homebrew/Cellar/dcmtk/3.6.0' -DCMAKE_BUILD_TYPE=None -Wno-dev
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/dcmtk.rb#L23
==> Environment