Skip to content

json_writer.asm link error #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cdunn2001 opened this issue Jul 19, 2014 · 2 comments
Closed

json_writer.asm link error #16

cdunn2001 opened this issue Jul 19, 2014 · 2 comments

Comments

@cdunn2001
Copy link
Contributor

I am copying this from source-forge:

I'm trying to use json-cpp in Visual Studio 2010. I have no problem when compiling debug, but release gives me the following error:

C:\Dev\ThirdParty\jsoncpp-src-0.6.0-rc2\src\lib_json\json_writer.cpp : fatal error C1083: Cannot open compiler generated file: '../../build/vs71/release/lib_json\json_writer.asm': No such file or directory
@cdunn2001
Copy link
Contributor Author

... I solved this problem by removing "Use Link Time Code Generation" option from the lib_json project.

@cdunn2001
Copy link
Contributor Author

I fixed it like so:

  1. go under lib_json -> Properties -> Configuration Properties -> C/C++ -> Output Files -> Assembler Output
  2. change it to No Listing
  3. recompile and you're done :)

P.S. I'm using Visual Studio 2010

thanks, this solves my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant