lamyj / odil

Odil is a C++11 library for the DICOM standard
Other
85 stars 21 forks source link

AppVeyor build fails (ninja) #76

Closed ferdymercury closed 4 years ago

ferdymercury commented 4 years ago

There seems to be an issue with the CI integration ninja builds for the get_endianness function:

   Creating library wrappers\python\_odil.lib and object wrappers\python\_odil.exp
BasicDirectoryCreator.cpp.obj : error LNK2001: unresolved external symbol "enum odil::ByteOrdering __cdecl odil::get_endianness(void)" (?get_endianness@odil@@YA?AW4ByteOrdering@1@XZ)
wrappers\python\_odil.cp37-win_amd64.pyd : fatal error LNK1120: 1 unresolved externals
ninja: build stopped: subcommand failed.
Command exited with code 1
lamyj commented 4 years ago

Fixed by 49dac7e1.