GithubHelp home page GithubHelp logo

Error building on fedora 36 about pdo-tools HOT 2 CLOSED

dpethes avatar dpethes commented on June 23, 2024
Error building on fedora 36

from pdo-tools.

Comments (2)

dpethes avatar dpethes commented on June 23, 2024

Inability to build MultiThreadProcsLaz seems like an installation problem. Can you try building the project from Lazarus IDE? The crt issue can be fixed by changing the project settings, see https://forum.lazarus.freepascal.org/index.php?topic=34288.0 , but if MultiThreadProcsLaz won't build then it won't work.

/usr/bin/ld: no se puede encontrar -lhpdf

I guess you need libhpdf/libharu installed in your package manager - https://packages.fedoraproject.org/pkgs/libharu/libharu/

Anyway, I'll probably spin up a Fedora installation and take a look. Thanks for report.

from pdo-tools.

albfan avatar albfan commented on June 23, 2024

didn't notice libharu.

sudo dnf install libharu-devel

fixed it.

About the crt*

I edited on /etc/fpc.cfg

# path to the gcclib


# searchpath for libraries
#IFDEF CPU64
#-Fl/usr/lib64/fpc/$fpcversion/lib
#-Fl/lib64;/usr/lib64
-Fl/usr/lib64/fpc/$fpcversion/lib/$FPCTARGET;/usr/lib/gcc/x86_64-redhat-linux/12
#ELSE
#-Fl/usr/lib/fpc/$fpcversion/lib
#-Fl/lib;/usr/lib
-Fl/usr/lib/fpc/$fpcversion/lib/$FPCTARGET;/usr/lib/gcc/x86_64-redhat-linux/12/32
#ENDIF

adding this paths usr/lib/gcc/x86_64-redhat-linux/12 and usr/lib/gcc/x86_64-redhat-linux/12/32

and it is working!

from pdo-tools.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.