vinayvenu / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 3 forks source link

Build error on Ubuntu 12.04 LTS #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow build instructions
2. w/ static libraries therefor no changes to cmake call
3. Build error follows

What is the expected output? What do you see instead?
[ 97%] Building CXX object 
CMakeFiles/ServerLibrary.dir/OrthancServer/DicomProtocol/DicomServer.cpp.o
/home/mhough/Development/orthanc/OrthancServer/DicomProtocol/DicomServer.cpp: 
In static member function ‘static void 
Orthanc::DicomServer::ServerThread(Orthanc::DicomServer*)’:
/home/mhough/Development/orthanc/OrthancServer/DicomProtocol/DicomServer.cpp:91:
31: error: ‘DICTIONARY_DICOM’ is not a member of 
‘Orthanc::EmbeddedResources’
/home/mhough/Development/orthanc/OrthancServer/DicomProtocol/DicomServer.cpp:92:
31: error: ‘DICTIONARY_PRIVATE’ is not a member of 
‘Orthanc::EmbeddedResources’
make[2]: *** 
[CMakeFiles/ServerLibrary.dir/OrthancServer/DicomProtocol/DicomServer.cpp.o] 
Error 1
make[1]: *** [CMakeFiles/ServerLibrary.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?

Mercurial clone on Ubuntu 12.04LTS

Please provide any additional information below.

Original issue reported on code.google.com by morgan.h...@gmail.com on 7 Feb 2013 at 8:39

GoogleCodeExporter commented 9 years ago
Dear Morgan,
Thank for your report! It should be fixed in Mercurial now.

Original comment by s.jodo...@gmail.com on 7 Feb 2013 at 9:10

GoogleCodeExporter commented 9 years ago
That did it thanks

Original comment by morgan.h...@gmail.com on 7 Feb 2013 at 10:05