You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
In g2o/stuff/os_specific.c, the function int vasprintf() is defined within #ifdef WINDOWS, whereas the prototype definition at os_specific.h is within nested #ifdef WINDOWS and #ifndef _WINDOWS.
Is it an intended code?
Also, just to make sure,as documented in README.md, in step 5 of g2o, it says to add WINDOWS to prepossessor definitions. Is it WINDOWS and not _WINDOWS?
The text was updated successfully, but these errors were encountered:
In g2o/stuff/os_specific.c, the function
int vasprintf()
is defined within#ifdef WINDOWS
, whereas the prototype definition atos_specific.h
is within nested#ifdef WINDOWS
and#ifndef _WINDOWS
.Is it an intended code?
Also, just to make sure,as documented in
README.md
, in step 5 of g2o, it says to addWINDOWS
to prepossessor definitions. Is itWINDOWS
and not_WINDOWS
?The text was updated successfully, but these errors were encountered: