home.social

#pkgconfig — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pkgconfig, aggregated by home.social.

fetched live
  1. #pkgconfig's rules about when it does or does not apply a sysroot base seem to be very inconsistent. I guess I'm going to have to look at the actual code to see why this may be. #crosscompiling #buildroot

  2. #pkgconfig's rules about when it does or does not apply a sysroot base seem to be very inconsistent. I guess I'm going to have to look at the actual code to see why this may be. #crosscompiling #buildroot

  3. #pkgconfig's rules about when it does or does not apply a sysroot base seem to be very inconsistent. I guess I'm going to have to look at the actual code to see why this may be. #crosscompiling #buildroot

  4. #pkgconfig's rules about when it does or does not apply a sysroot base seem to be very inconsistent. I guess I'm going to have to look at the actual code to see why this may be. #crosscompiling #buildroot

  5. #pkgconfig's rules about when it does or does not apply a sysroot base seem to be very inconsistent. I guess I'm going to have to look at the actual code to see why this may be. #crosscompiling #buildroot

  6. CW: Java, pkg-config, Ant build system, cursed idea

    🤔 I wonder if pkg-config (PC) and Ant could be extended so that Ant can detect external task providers automatically. PC allows one to set arbitrary variables in their configuration files. Ant supports specifying external task providers with the `-lib` flag.

    #Ant #Java #pkg_config #pkgconfig #PackageManagement

  7. CW: Java, pkg-config, Ant build system, cursed idea

    🤔 I wonder if pkg-config (PC) and Ant could be extended so that Ant can detect external task providers automatically. PC allows one to set arbitrary variables in their configuration files. Ant supports specifying external task providers with the `-lib` flag.

    #Ant #Java #pkg_config #pkgconfig #PackageManagement

  8. CW: Java, pkg-config, Ant build system, cursed idea

    🤔 I wonder if pkg-config (PC) and Ant could be extended so that Ant can detect external task providers automatically. PC allows one to set arbitrary variables in their configuration files. Ant supports specifying external task providers with the `-lib` flag.

    #Ant #Java #pkg_config #pkgconfig #PackageManagement

  9. CW: Java, pkg-config, Ant build system, cursed idea

    🤔 I wonder if pkg-config (PC) and Ant could be extended so that Ant can detect external task providers automatically. PC allows one to set arbitrary variables in their configuration files. Ant supports specifying external task providers with the `-lib` flag.

    #Ant #Java #pkg_config #pkgconfig #PackageManagement

  10. CW: Java, pkg-config, Ant build system, cursed idea

    🤔 I wonder if pkg-config (PC) and Ant could be extended so that Ant can detect external task providers automatically. PC allows one to set arbitrary variables in their configuration files. Ant supports specifying external task providers with the `-lib` flag.

    #Ant #Java #pkg_config #pkgconfig #PackageManagement

  11. Trying to compile my #opensource project with #visualstudio instead of #qtcreator on #linux

    Why is the world under Windows to Linux so much different for #cmake ?

    I spent too much time to find a solution for the non-existing #pkgconfig under this environment. Finally #mingw saved me and an adaptation of the path setting.

  12. Trying to compile my #opensource project with #visualstudio instead of #qtcreator on #linux

    Why is the world under Windows to Linux so much different for #cmake ?

    I spent too much time to find a solution for the non-existing #pkgconfig under this environment. Finally #mingw saved me and an adaptation of the path setting.

  13. Hot take after an afternoon un-fsck-ing a #CMake project: `*Config.cmake` files are so much harder to debug than `*.pc` #PKGConfig files, so not only are you trying to make sense of a Turing complete project definition but all the transitive dependencies that happen to use CMake too

    I'm increasingly a #meson fan.

  14. Hot take after an afternoon un-fsck-ing a #CMake project: `*Config.cmake` files are so much harder to debug than `*.pc` #PKGConfig files, so not only are you trying to make sense of a Turing complete project definition but all the transitive dependencies that happen to use CMake too

    I'm increasingly a #meson fan.

  15. Hot take after an afternoon un-fsck-ing a project: `*Config.cmake` files are so much harder to debug than `*.pc` files, so not only are you trying to make sense of a Turing complete project definition but all the transitive dependencies that happen to use CMake too

    I'm increasingly a fan.

  16. Hot take after an afternoon un-fsck-ing a #CMake project: `*Config.cmake` files are so much harder to debug than `*.pc` #PKGConfig files, so not only are you trying to make sense of a Turing complete project definition but all the transitive dependencies that happen to use CMake too

    I'm increasingly a #meson fan.

  17. Hot take after an afternoon un-fsck-ing a #CMake project: `*Config.cmake` files are so much harder to debug than `*.pc` #PKGConfig files, so not only are you trying to make sense of a Turing complete project definition but all the transitive dependencies that happen to use CMake too

    I'm increasingly a #meson fan.

  18. A trick for #compiling on #Fedora:

    when the compilation fails on a missing package, you might see sth like:

    "library scintilla-3 not found, tried pkgconfig"

    With #dnf, it's easy to fix:

    ```
    dnf install "pkgconfig(scintilla-3)"
    ```

    and dnf will find the package by library name for you!

    (And then compile again and again and find out that 20 other packages were missing...)

    #coding #pkgconfig

  19. A trick for on :

    when the compilation fails on a missing package, you might see sth like:

    "library scintilla-3 not found, tried pkgconfig"

    With , it's easy to fix:

    ```
    dnf install "pkgconfig(scintilla-3)"
    ```

    and dnf will find the package by library name for you!

    (And then compile again and again and find out that 20 other packages were missing...)

  20. A trick for #compiling on #Fedora:

    when the compilation fails on a missing package, you might see sth like:

    "library scintilla-3 not found, tried pkgconfig"

    With #dnf, it's easy to fix:

    ```
    dnf install "pkgconfig(scintilla-3)"
    ```

    and dnf will find the package by library name for you!

    (And then compile again and again and find out that 20 other packages were missing...)

    #coding #pkgconfig

  21. A trick for #compiling on #Fedora:

    when the compilation fails on a missing package, you might see sth like:

    "library scintilla-3 not found, tried pkgconfig"

    With #dnf, it's easy to fix:

    ```
    dnf install "pkgconfig(scintilla-3)"
    ```

    and dnf will find the package by library name for you!

    (And then compile again and again and find out that 20 other packages were missing...)

    #coding #pkgconfig

  22. A trick for #compiling on #Fedora:

    when the compilation fails on a missing package, you might see sth like:

    "library scintilla-3 not found, tried pkgconfig"

    With #dnf, it's easy to fix:

    ```
    dnf install "pkgconfig(scintilla-3)"
    ```

    and dnf will find the package by library name for you!

    (And then compile again and again and find out that 20 other packages were missing...)

    #coding #pkgconfig