khoarus / rapidjson

Automatically exported from code.google.com/p/rapidjson
MIT License
0 stars 0 forks source link

Does not compile on Embarcadero tools. #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Include the headers in a cpp file.
2.  Try to compile it with the Embarcadero command line compiler.

What is the expected output? What do you see instead?
Expecting to see it compile.  Instead, it failed to compile giving several 
error messages.

...
Error E2450 include\rapidjson/document.h 30: Undefined structure 
'GenericValue<Encoding,Allocator>'
Error E2449 include\rapidjson/document.h 30: Size of 'name' is unknown or zero
Error E2450 include\rapidjson/document.h 31: Undefined structure 
'GenericValue<Encoding,Allocator>'
Error E2449 include\rapidjson/document.h 31: Size of 'value' is unknown or zero
...

What version of the product are you using? On what operating system?
Version 0.1 on Windows 7

Please provide any additional information below.
I've tried in the ancient 5.5 version of the compiler by Borland and the new 
one from Embarcadero.

Original issue reported on code.google.com by odhinnsr...@gmail.com on 29 Mar 2012 at 5:14

GoogleCodeExporter commented 8 years ago
Currently the latest version tested on VC2008/2010, gcc 3.x and 4.x. Some users 
also used clang.
Sorry that I have no plan to fix compilation issues on other 
compilers/platforms.
If you can resolve the issue, welcome to submit a patch.

Original comment by milo...@gmail.com on 14 Nov 2012 at 4:01