error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL' - visual-studio-2010

I try to get a VS2008 project to compile in VS2010 but I keep getting the error:
foo.obj : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in barr.obj
I'm getting this error only with the libsquish library. which is included in the project.
It seams that it won't compile in debug mode and I don't understand why.
PS: I've been through several related threads on google before asking here

Related

An unexpected error occurred while launching the test runtime (return code 1)

I have a Java project and there exists a Testing job in Jenkins, and it worked fine with all the required testcases. From recent times it shows a sporadic failure as mentioned below:
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.6.0:test (default-test) on project MyProjectName: An unexpected error occurred while launching the test runtime (return code 1).
We could see there is no recent changes done related to the plugin, and not pretty sure like why this issue happens. can someone provide inputs to resolve the same ? Thank you !

Issue evaluating legacy Gradle project `org/gradle/listener/ActionBroadcast`

When working on a legacy project, I mysteriously started getting the following error message:
A problem occurred evaluating project ':gateway'.
> org/gradle/listener/ActionBroadcast
This error message started occurring when I ran the command gradle clean build. Why am I getting this error message all of a sudden? Note that unlike other SO questions dealing with this error message, my problem should have nothing to do with a Sonarqube upgrade, as the project doesn't use Sonarqube.
The issue turned out to be that my project required Gradle 2.14, but I had accidentally switched my command prompt to Gradle 4.8. When I switched back to Gradle 2.14, this error message ceased.

Can't generate the APK

The App works perfectly in debug variant but when I change it to release variant the build fails and it gives me this error: java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check logs for details, and also on my java classes (setContentView(R.layout.activity_main)) the R tells me it can't resolve symbol 'R'.
This only happens when I change the build variant to release to finish the app.
Thank you in advance!

Error message when trying to open a sample project

I am getting the following error message when trying to open a sample project - CSVSample.
Any idea what am I missing. I did install a lot of plugins recently but not sure if I am still missing something for this project to work.
Error : org/springframework/jms/support/converter/MessageConverter
Should be a missing jms plugin

Maven warning compiler and jar plugin missing

In netbeans i'm trying to run jasperreport-5.2.0 downloaded from jasperreport website
but i'm getting the following warning and error
warning
build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing
build.plugins.plugin.version' for org.apache.maven.plugins:maven-jar-plugin is missing
then the netbean compiler shows the error message
java.lang.OutOfMemoryError: Java heap space
Final Memory: 19M/63M
i'd tried increasing the heap size, but couldn't resolve the problem
How can i get rid of this problem..?

Resources