Menu

Makefile problems

2022-02-02
2022-11-18
  • James Kuyper

    James Kuyper - 2022-02-02

    I turned on all of the different output formats for doxygen documentation. That was partly out of simple curiosity but also because there's an off chance that users of my package might need even the most obscure formats. I found that three of the output directories contain Makefiles, and I couldn't get any of them to work.

    When I ran make pdf in the perlmod directory, the build failed with the following message:

    ! LaTeX Error: File `hyphenat.sty' not found.

    A web search led me to hyphenat. I downloaded the package, and build hyphenat.sty, and tried to figure out where to put it. The place that actually worked was directly under the perlmod directory. The error message disappeared, and has been replaced by:

    ! LaTeX Error: File `letltxmacro.sty' not found.

    Now, that's progress, of a sort, but I've fallen down the rabbit hole before while tracking down such problems. Before I put too much additional effort into this, I want to know if there might be some configuration or installation problem I should be fixing, rather than just installing one .sty file at a time.

    I also ran into a similar problem in the latex subdirectory, only the missing file was tabu.sty. While the perlmod/doxylatex.pdf is only a side issue for me, latex/refman.pdf. is something I'd really like to have.

    I ran into a different problem in the html directory:

    /usr/bin/docsetutil: not found.

    Now, I'm building on an Ubuntu Linux 20.4 platform. so documentation is docset format is not very important to me - if I can't generate it, It won't bother me much. However, is there a docsetutil that will work on my platform that I can install?

     
  • Liam James

    Liam James - 2022-11-18

    Thanks selah Rusell for sharing the ready svg file. As I was also looking for the svg file for spotify++ ios and accidently found your response here. From where I downloaded the svg file and luckly it properly working for us.

     
    • James Kuyper

      James Kuyper - 2022-11-18

      Did you post that message in the wrong location? The only other message on his thread was posted by me, and your message doesn't seem to have any connection to mine.

       

      Last edit: James Kuyper 2022-11-18

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.