Shahid Khan
Shahid Khan
:+1: for solving this . I am getting the same issue on ubuntu trusty with rustc binaries installed instead of compiling from source.
Update : i solved my problem by compiling racer from source and by correcting racer binary and rust source paths in the package settings. Thanks a lot this works now...
@ddobrev i get this on Linux after compiling Qtsharp on ubuntu Error parsing 'QtCore' /usr/include/qt5/QtCore/qglobal.h(82,10): fatal: 'algorithm' file not found and then a null refrence exception at some where in...
@ddobrev its value is libQt5Core.so
@ddobrev after commenting out this line https://github.com/ddobrev/QtSharp/blob/master/QtSharp/QtSharp.cs#L68 i got QtCore parsed, and got cs wrappers , now the c# compiler is complaining, which can be fixed easily, but the thing...
@ddobrev oh that is great to hear. i am giving it a try.
@ddobrev i get into another trouble which is related to CppSharp, this project is using CppSharp.Parser.CLI while on linux you can not build that assembly, because that will need a...
@ddobrev yes i compiled CppSharp on Linux .. but the thing is on Linux i can not compile CppSharp.Parser.CLI because of obvious reasons, their is no C++/Cli compiler on Linux...
@ddobrev switching at this time is the correct option in my opinion , because you are using only a few things from CLI that is not in CSharp.So the switch...
you can look into this similar issue. https://github.com/qmlnet/qmlnet/issues/173 and this one https://github.com/qmlnet/qmlnet/issues/222 Both similar problems. The owner of the repo is i think busy these days.