mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-08-24 04:16:11 -04:00
update FAQ : py amalgamate.py does not work on windows console
parent
8e814243c7
commit
bdb1eab942
@ -54,6 +54,16 @@ Almost. We plan to be.
|
||||
== error: ambiguous overload for `operator[]` in `Json::Value` ==
|
||||
Sorry. [http://stackoverflow.com/questions/18901781/jsoncpp-ambiguous-overload-only-in-windows See discussion].
|
||||
|
||||
== py amalgamate.py does not work on windows console ==
|
||||
How to Fix :<br>
|
||||
The shebang (top line) is preventing windows from running the script correctly.<br>
|
||||
Take out the shebang on windows and run the command with
|
||||
```
|
||||
py amalgamate.py COMMAND_LINE_ARGUMENTS
|
||||
```
|
||||
The script will work as expected.<br>
|
||||
Thanks [https://github.com/TheMaverickProgrammer @TheMaverickProgrammer] in [https://github.com/open-source-parsers/jsoncpp/issues/1129 Issue#1129]
|
||||
|
||||
= Other platforms =
|
||||
== How do I cross-compile for ARM? ==
|
||||
Try ideas in issue #243:
|
||||
|
Loading…
x
Reference in New Issue
Block a user