What steps will reproduce the problem?
1. Download sources of Orthanc
2. cmake -DALLOW_DOWNLOADS=ON -DUSE_SYSTEM_MONGOOSE=OFF
-DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON -DDCMTK_LIBRARIES=dcmjpls
3. Make install
What is the expected output? What do you see instead?
Build procedure completes, but with following warnings :
/root/Orthanc-0.9.3/Build/mongoose/mongoose.c: In function ‘conn2’:
/root/Orthanc-0.9.3/Build/mongoose/mongoose.c:2567:46: warning: the comparison
will always evaluate as ‘false’ for the address of
‘SSLv23_client_method’ will never be NULL [-Waddress]
} else if (use_ssl && SSLv23_client_method == NULL) {
^
/root/Orthanc-0.9.3/Build/mongoose/mongoose.c: In function ‘ssl_error’:
/root/Orthanc-0.9.3/Build/mongoose/mongoose.c:4692:24: warning: pointer/integer
type mismatch in conditional expression
return err == 0 ? "" : ERR_error_string(err, NULL);
/root/Orthanc-0.9.3/Resources/ThirdParty/minizip/zip.c: In function
‘zipOpenNewFileInZip4_64’:
/root/Orthanc-0.9.3/Resources/ThirdParty/minizip/zip.c:1249:28: warning:
assignment from incompatible pointer type
zi->ci.pcrc_32_tab = get_crc_table();
What version of the product are you using? On what operating system?
Orthanc 0.9.3 on Debian 8 (Jessie)
Original issue reported on code.google.com by marc.del...@gmail.com on 18 Aug 2015 at 12:49
Original issue reported on code.google.com by
marc.del...@gmail.com
on 18 Aug 2015 at 12:49