puzzlepaint / cide

A fast, lightweight C/C++ IDE for Linux and Windows
BSD 3-Clause "New" or "Revised" License
50 stars 12 forks source link

Option 'version' registered more than once! #5

Open ghost opened 4 years ago

ghost commented 4 years ago

CIDE failed on launch:

$ ./CIDE-2020-02-01-x86_64.AppImage
/lib/x86_64-linux-gnu/libgnutls.so.30: symbol asn1_der_decoding2 version LIBTASN1_0_3 not defined in file libtasn1.so.6 with link time reference
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so
CIDE using libclang "10.0.0 (https://github.com/llvm/llvm-project.git fb8c9a339a9d0b78370fbd814d62dd5779f1e196)"
: CommandLine Error: Option 'version' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
puzzlepaint commented 4 years ago

Thanks for reporting. I haven't seen this error before, and on my up-to-date Manjaro Linux installation, the AppImage (which was built on an Ubuntu 14.04 system) seems to work. So the issue might be something specific to Debian, but I don't know what, and I don't have the time to investigate now.

Thus, if you would like to use the application, I would recommend to build it from source to avoid possible compatibility problems, as this likely seems to be.