reasons and fixes for MSB8008 error - msbuild

What can be the possible reasons of the MSB8008 error be and how to fix it?
For example a error message of this is:
error MSB8008: Specified platform toolset (v110) is not installed or invalid. Please make sure that a supported PlatformToolset value is selected.

This error message is an indication for a version conflict of multiple msbuild evironments.
To fix this searching and using the absolute path of the right msbuild helped for me.

Related

Configure of CGAL

I've installed cgal-4.13 on my computer(win 8.1, vs 2017) following the instruction (https://www.cgal.org/download/windows.html). But when I try to use cmake to build the example, it always give me the error:
CMake Error at D:/dev/CGAL-4.13-beta1/CGALConfig.cmake:6 (include):
include could not find load file:
D:/dev/CGAL-4.13-beta1/lib/cmake/CGAL/CGALConfig.cmake
and could not go on configuring. I searched a lot but still could not find the answer. Could someone please tell me what should I do? Thank you!
There was indeed an issue in the Windows installer for CGAL-4.13-beta1. That is why I have published CGAL-4.13-beta2. Could you give it a try, and then confirm the bug is solved?

Use of undeclared identifier 'UIUserInterfaceIdiomTV'

After installing fbsdk on my React-Native app, I got this error:
Use of undeclared identifier 'UIUserInterfaceIdiomTV'
This is in the file Pods > FBSDKCoreKit > FBSDKOrganicDeeplinkHelper.m
I got this even though I helped a friend doing exactly the same than me, and she didn't get it.
I tried to reinstall everything from scratch to check if the error didn't come from me not using the latest versions, but I still got this error.
A quick fix was to simply delete the case from the the switch (device.userInterfaceIdiom), but I hope someone met this error before or has an idea of where it could come from.
Thank you!
I had the same error. You can fix this error by updating Xcode to the last version, currently 7.3.1.

how to add dll files in monetdb?

I have installed "monetdb5" and i am getting the error,
"The program can't start because libmapi.dll is missing from your computer.Try reinstalling the program to fix this problem" when i tried to open "mclient.exe" and
"The program can't start because libmonetdb5.dll is missing from your computer.Try reinstalling the program to fix this problem" when i tried to open to "mserver5.exe".
I have reinstalled many times and still i am getting the same error.Could anyone suggest me the solution to solve this issue?
Could you please try with this installer and tell me whether that works? http://homepages.cwi.nl/~hannes/MonetDB5-SQL-Installer-64-20141211.msi

AIX 7.1 missing Xm/Xm.h header

I've written a sample c file which includes Xm/Xm.h. When compile it, I have the following error, "fatal error: Xm/Xm.h: No such file or directory"
I'm using AIX 7.1. What package do I need to install to fix this problem and where can I find it? I was not able to find anything online regarding this issue. Thank you.
I just got the same error message.
You need to install (with installp on Aix):
either openmotif (and openmotif-dev)
or lesstif2-dev (smaller then openmotif, and can be enough)
(as mentioned in this answer)

what is dwarfdump error?

Anyone have a clue what this error means and how to fix it?
2011-02-03 16:11:54.729 Validation[8584:607] * Warning: Defaulting to the standard codesign tool
warning: The dwarfdump binary must exist and must be executable: /usr/bin/dwarfdump (-19036)
Unable to validate your application. - (null)
According to this page, you might be able to fix this by adding a symlink to dwarfdump. However, that didn't work for me and I ended up reinstalling Xcode, which did work.
What does "The dwarfdump binary must exist and must be executable" mean?