-
Have seen this with the two games that I successfully tested on Windows 10 -- Catherine and Hatsune Miku: Project DIVA F. On Linux, they both resulted in the following error in the log:
```
F LDR:…
-
@doutriaux1 and @aashish24 the following very simple plot works fine on our old servers, but crashes python in a most violent way (with a VERY verbose output, not the usual simple core dumped) on our …
-
Seems that gcc 5.4.0 can't handle string like this, needed escaping or to put all on one line.
```c
EXPECT_EQ(R"( v2 = v1[0];
v3 = (&(v1[0].f1));
v6 = v5[0];
)", oss.str());
```
…
-
I'm getting this on a Ubuntu 16.04.2, with sources just cloned a minute ago, and sources compiled with `cmake .. -DETHASHCUDA=ON` and `cmake --build .`. I have the Nvidia 384.90 drivers installed on a…
aleqx updated
7 years ago
-
I tried to build the software with debug symbols and GCC crashed. Any suggestions for how to do this? I have also tried with clang and had a similar result.
Bug report to GCC - https://gcc.gnu.org/bu…
-
I followed the install procedure with a new arduino installal and the additional board package.
```
Arduino: 1.6.12 (Windows 10), Board:"Generic nRF51822, 16 kB RAM, 256 kB flash (xxaa), None, Cryst…
-
```
Donalds-Mac-Pro:Firmware Don$ make posix_sitl_default jmavsim -j16
PX4 CONFIG: /Users/Don/repos/Firmware/build_posix_sitl_default
make[1]: warning: -jN forced in submake: disabling jobserver mode.…
-
Steps to reproduce:
yum update
yum install git
yum groupinstall "Development Tools"
cd /usr/local/src
git clone https://github.com/openca/libpki.git
./configure
make
Unfortunately i receive the f…
-
All the Pixhawks I have recently acquired have a rev 3 STM32 chip, and therefore should support the full 2MB.
Would make life much easier if we can add some sort of an auxiliary config to support the…
-
I'm getting the following link error when building ADSupport dynamically using both VS2010 and VS2015 against both base-3.14.12.5 and base-3.15.4:
```
cl -c /nologo /D__STDC__=0 /D_CRT…