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
I tried to comment out some of the missing #include 's from the amalgamated source so that my whole project compiles (which #include the amalgamted library).
But i'm in doubt that i may lose some features. How do i solve this problem ?
These are few screenshots of lines that i commented out.
The text was updated successfully, but these errors were encountered:
actually it is not a duplicate,( i fixed it in #14 ) and I'm grateful for the chance to contribute.
and those lines shouldn't execute but they are! because JSON_IS_AMALGAMATION is not yet defined, i could have figured it long before but i have already installed jsoncpp locally(at the time of ./amalgamate.py) so i couldn't figure it out...
I tried to comment out some of the missing #include 's from the amalgamated source so that my whole project compiles (which #include the amalgamted library).
But i'm in doubt that i may lose some features. How do i solve this problem ?
These are few screenshots of lines that i commented out.




The text was updated successfully, but these errors were encountered: