Benjamin Summerton

Results 97 comments of Benjamin Summerton
trafficstars

I've tried to take the release .dlls and include them in a MonoDevelop project on Ubuntu Linux. I was able to build the following small program, when when constructing the...

I was hoping that the .dll would world on a whim. Guess not. : P Looking at the Qt Sharp build documentation, that's where I'm getting confused. If you would...

I'm at the last part of this document: https://github.com/mono/CppSharp/blob/master/docs/GettingStarted.md#compiling-on-linux Where I run `make -C gmake config=release_x64`. I'm getting this error: ``` me@hostmachine:build$ make -C gmake config=release_x64 make: Entering directory '/home/me/Desktop/qt_sharp/CppSharp/build/gmake'...

I tried changing the triple in the linked comment, but it looks liked it moved somewhere else in a more recent version of CppSharp. Is this the correct line to...

Hi. It's been a while since I last left a message. Has there been any change on the Linux side of things?

Hi, Still haven't done anything in a while. I see that the one CppSharp bug is closed. I noticed that @wolfgangmauer is looking for 32 Bit support. Is 64 bit...

I tried grabbing the latest release .tar.gz file. I was able to restore the nuget packages (via the command line), and build both the `QtSharp` and `QtSharp.CLI` projects. The only...

Debian? I run Ubuntu normally (which IIRC is Debian based). I've been able to build it just fine here. I've also got an OS X machine handy. Would you like...

Hi, I'm using the latest release (v2.2.1), and I'm also getting a few ``` In file included from /home/ben/Projects/PSRayTracing/src/main.cpp:4: /home/ben/Projects/PSRayTracing/src/third_party/cxxopts.hpp: In instantiation of ‘void cxxopts::values::integer_parser(const string&, T&) [with T =...

Changing line 593 to this removed the error: ``` US next = static_cast(result * base) + digit; ``` Does that look correct?