-
cmake ..
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc --…
-
Trying to build this on the HPC running CentOS 7 that i manage, and the instructions arent working:
[root@cc-dclrilog61 samstat]# module list
Currently Loaded Modulefiles:
7) hdf5_18/1.8.20 8) …
-
It would be nice to have a command that could remove all automatically installed packages that are not longer needed, similar to `apt autoremove`. There is `--clean-deps`, but that needs to be used ev…
-
Can you help me to train model.
When I try train model with car dataset, I met this error
![image](https://user-images.githubusercontent.com/70355653/194722026-7bc710e7-8274-4e71-8f3f-026904ce17fb.p…
-
Hello!
I try to build libbotan using this flags:
`./configure.py --os=mingw --with-openssl --with-zlib --cc-bin=/home/builder/mxe/usr/bin/i686-w64-mingw32.static-g++ --with-external-includedir=/…
-
After updating MSYS2 this morning, I cannot compile my app any more, getting this error:
```bash
C:/msys64/mingw64/include/c++/11.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
…
-
I have a NVIDIA RTX 4000 Ada with 20G RAM, CUDA installed and working
I created a CONDA enviroment with Python v3.10 and executed the following...
`pip install -r requirements.txt`
`pip uninsta…
-
i get this error on a compilation try
> LD libmupen64plus.so.2.0.0
> lto1: fatal error: bytecode stream in file ‘_obj/api/callbacks.o’ generated with LTO version 7.3 instead of the expected 8.1…
-
This is related to [GCC PR 110467](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110467).
That PR says that the problem only arises when Ada is enabled, which might explain why it's not been seen alre…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
I am trying to use proxy with Swoole/Client
```ph…