Veraellyunjie

Results 13 comments of Veraellyunjie

I've switched to another machine and only rarely use the topic one so can't report whether the issue is still occurring, and with the announced elogind-free antiX-22 I think we'd...

![scrot 2021-05-23T14:23:32,201906837+03:00](https://user-images.githubusercontent.com/75799052/119259781-66a26b00-bbbf-11eb-83c7-cb5a369a2b28.png) From left to right, "!"-marked items are the reported ones, "."-marked are OK: 0 . sunflower file manager on the taskbar 1 ! lxqt-notificationd — black background 2...

![scrot 2021-05-23T14:23:32,201906837+03:00](https://user-images.githubusercontent.com/75799052/119259781-66a26b00-bbbf-11eb-83c7-cb5a369a2b28.png) ``` > icesh -x list 0x6c0006 0 4378 "lxqt-notificationd": (lxqt-notificationd.lxqt-notificationd) 300x136+974+627 0xc45be7 0 21050 "qBittorrent" : (qbittorrent.qBittorrent) 337x227+53+22 0xc45be0 0 21050 "qBittorrent" : (qbittorrent.qBittorrent) 286x203+100+22 0x7000a7 0 4388...

Please pardon my ignorance, but where exactly am I supposed to put `CC=egcc CXX=eg++` or better yet `CC=clang CXX=clang++`? These look to me like shell variables assignments; the only shell...

Same issue although a bit different output. --- `CC=egcc CXX=eg++ python3 setup.py build`: ``` 123/123: Compiling /tmp/animation_nodes-OpenBSD-support/animation_nodes/utils/pointers.pyx because it changed. [1/1] Cythonizing /tmp/animation_nodes-OpenBSD-support/animation_nodes/utils/pointers.pyx egcc: fatal error: cannot execute 'cc1plus': execvp:...

``` python3 setup.py build >> python3_setup.py_build.log 2>&1 find . -iname '*libFastNoiseSIMD_openbsd.a*' ``` nothing

[python3_setup.py_build.log](https://github.com/JacquesLucke/animation_nodes/files/9678250/python3_setup.py_build.log)

It turns out, for `cc1plus` I needed to install a separate package: `pkg_add g++`, even though `g++` is not displayed as available on the website: https://openports.se/search.php?so=g%2B%2B New error messages: ```...

> Are you on ARM or X86? x86-64 > Does your CPU support SSEE 4.1? You must have meant SSE 4.1, right? Specs say it does support, `lscpu` does print...

`binutils` package was not installed at all. My OpenBSD has been installed with [`comp`](https://cdn.openbsd.org/pub/OpenBSD/7.2/amd64/comp72.tgz)ilators fileset (part of base system), providing: * [addr2line](http://man.openbsd.org/addr2line) * [as](http://man.openbsd.org/as) * [c++filt](http://man.openbsd.org/c++filt) * [cpp](http://man.openbsd.org/cpp) * [ctfdump](http://man.openbsd.org/ctfdump)...