Questions tagged [lib]

This tag should not be used. If your question is about a particular library, use the tag for that library instead. If it is about using libraries generally, use one of [libraries], [shared-library], [static-library], [class-library], etc. If it is about liberal politics, try politics.stackexchange.com.

761 questions
2
votes
1 answer

Using pipreqs and freeze to create requirements.txt

I'm learning how to use requirements.txt and i don't know how solve this problem: When i run my code in Pycharm, nothing wrong happen, just creates a txt with some packages, without errors. But, when i create a exe using cx_Freeze and run it, the…
user15785950
2
votes
2 answers

How to fix dyld: Library not loaded: @rpath/libtbb.dylib

i'm using HiC-Pro mapping program on macOS Catalina. When it's running the log says: dyld: Library not loaded: @rpath/libtbb.dylib Referenced from: /Applications/anaconda3/bin/bowtie2-align-s Reason: image not found (ERR): Description of…
RobertF
  • 21
  • 2
2
votes
3 answers

Jenkins WorkflowScript: Loading libraries failed

I am using jenkins as my CI/CD and this suddenly started to happen. Jenkins file loads libraries from different repository but located on the same git account and it was working fine. Now all the declarative pipelines not working and throwing this…
user3210456
  • 31
  • 1
  • 3
2
votes
1 answer

Binding key combinations (strictly) to a specific form

Could you please tell me how to use the "globalmousekeyhook" library (https://github.com/gmamaladze/globalmousekeyhook/blob/vNext/keycomb.md) to write keyboard shortcuts Not to the whole application, but to a specific form? To avoid checking the…
Tatami
  • 105
  • 1
  • 7
2
votes
1 answer

Function not implemented: 'lib' -> 'my/path/to/venv/lib64'

OS: Manjaro Python: 3.8 On my computer I have 2 partitions, one is where my Manjaro is installed, and the other one it's a secondary SSD. Every time when I'm running this command virtualenv env into my secondary SSD I'm getting the following…
Mircea
  • 1,671
  • 7
  • 25
  • 41
2
votes
1 answer

How to export traits from a separate cargo workspace github repo

I am fairly new to rust and am trying to understand how best to create re-useable shared library components. I have a github repo named rust-libs that is setup as a cargo workspace. The project tree for this repo looks like this: ├── Cargo.lock ├──…
Mufasa
  • 387
  • 1
  • 4
  • 13
2
votes
0 answers

Cannot install GTK 3 for Windows

I'm trying to install GTK, but nothing i find works. I'm using the MSYS2 install, but it always say :Target not found". I found a direct dump having the BIN and everything, but i don't know what to do with it, and the GTK website seems to have…
Bubba656
  • 39
  • 2
2
votes
0 answers

Source indexing on static C++ library

I'm trying to create a NuGet package from a static C++ library. I have a build pipeline in an on-premise Azure DevOps Server and I try to use a Publish Symbols task targeting the .pdb generated at build time. I also have a Symbol Server (a file…
2
votes
1 answer

Cmake link path error when linking static lib

I have a cmake project which consists of my own static library and executable. The simplified project structure is: Top level cmake: cmake_minimum_required(VERSION 3.16) project(mainproject VERSION 0.0.1 DESCRIPTION "" LANGUAGES…
estw272
  • 211
  • 5
  • 20
2
votes
1 answer

PHP Strict Standards: Only variables should be passed by reference in .lib

I'm new to PHP, how do I need to change the string data? looked through a lot of topics, but could not fix it, not enough knowledge PHP Strict Standards: Only variables should be passed by reference in /var/www/html/lib/event.lib on line 309 …
DancerS
  • 23
  • 1
  • 4
2
votes
1 answer

LINK : fatal error LNK1181: cannot open input file 'db2cli64.lib'

OS : Windows 10 Python Version ( 32-bit ) : Python 3.8.1 Package Version ---------- -------- pip 20.0.2 setuptools 41.2.0 I am trying to install ibm-db package using pip install ibm-db. It initially resulted in "error: Microsoft Visual…
2
votes
0 answers

How to avoid generating .la files generation while cross compiling

I am trying to cross-compile few software on my computer after cross compiling on my computer, I would like to transfer them (copy and paste) to the other computer. Here is an example of .la files cat liblttng-ust.la # liblttng-ust.la - a libtool…
BhanuKiran
  • 2,631
  • 3
  • 20
  • 36
2
votes
2 answers

Vue can not read property 'extend' of undefined from library

When I dynamicaly load component from library file then i have en error Uncaught TypeError: Cannot read property 'extend' of undefined at Module.fb15 (index.ts:21) at n (bootstrap:19) at 0273 (bootstrap:83) at cmp.umd.min.js:1 …
Piotr Płaczek
  • 530
  • 1
  • 8
  • 20
2
votes
2 answers

How to build debug boost static libraries with 'clang-win' toolset?

I have a problem building debug versions of the standard and runtime support libraries using clang-win toolset (with msvc toolset everything works as expected) Specifically I'm trying to build mt-gd variant of the lib file so I add…
Alexey Andronov
  • 582
  • 6
  • 28
2
votes
1 answer

Error: libnode.so.64: cannot open shared object file: No such file or directory - Docker container

I created a docker container on ubuntu with following packages: default-jdk, node.js, curl, git, npm, python, make, gcc. I'm trying to run this tool https://github.com/oasis-tcs/odata-openapi/tree/master/tools inside the container. All required…
Laifstail
  • 23
  • 1
  • 3