Viacheslav Dubrovskyi
Viacheslav Dubrovskyi
Hi. My 5 cents. It would be very interesting to be able to add different private repositories.
The same problem
Also got this problem. The solution proposed in this ticket helps to solve.
Hi. Seems I have the same error on FC37 `peres.c:227:25: error: too few arguments to function 'pe_utils_str_widechar2ascii' 227 | pe_utils_str_widechar2ascii(ascii_string, (const char *)dataString->String, min_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/pev-0.81/lib/libpe/include/libpe/utils.h:47:6: note: declared here...
We migrated in docker in Vagrantfile. So it's not actual
I see the same problem on OPi 4 LTS :(
With compiler version 13.2 the problem was solved: ``` conda config --add channels conda-forg conda install gcc_linux-64=13.2.0 ```
I caught the same problem. :(