This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--$ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--$ 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 |