Build fails when not building with VISUS_PYTHON enabled
Twinklebear opened this issue · 2 comments
Twinklebear commented
When VISUS_PYTHON
is off this line is compiled https://github.com/sci-visus/OpenVisus/blob/master/Libs/Db/src/IdxMultipleDataset.cpp#L1034 and the FormatString
function is missing
scrgiorgio commented
thanks will for pointing it out.
…On Wed, Feb 5, 2020 at 8:37 PM Will Usher ***@***.***> wrote:
When VISUS_PYTHON is off this line is compiled
https://github.com/sci-visus/OpenVisus/blob/master/Libs/Db/src/IdxMultipleDataset.cpp#L1034
and the FormatString function is missing
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#95?email_source=notifications&email_token=AAJTZPZIAQDL6LMYDMKYC4DRBMIQ5A5CNFSM4KQQ3GR2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ILJ3OWQ>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJTZP6CJNM65GBTX5TFI7LRBMIQ5ANCNFSM4KQQ3GRQ>
.
Twinklebear commented
fixed in 18546bf