Changes between Initial Version and Version 1 of Ticket #69522


Ignore:
Timestamp:
Mar 16, 2024, 11:42:19 PM (3 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69522

    • Property Status changed from new to assigned
    • Property Cc i0ntempest added
    • Property Priority changed from High to Normal
    • Property Keywords libmpv library removed
    • Property Owner set to Ionic
  • Ticket #69522 – Description

    initial v1  
    11Can't really include the mpv library at any .c file (even adding the +libmpv variant)! Here's a real exemple:
    22
    3 ```shell
     3{{{#!shell
    44$ sudo make install
    55cc -std=c99 -Wall -Wextra -pedantic -Wunused-result -Wno-unused-variable -Os -D_POSIX_C_SOURCE -DTOMATONOISE=\"/usr/local/bin/tomatonoise\" -DLOGPREFIX=\".local/share/tomato\" -DLOGFILE=\".local/share/tomato/tomato.log\" -DTMPFILE=\".local/share/tomato/tmp.log\" -DTIMERFILE=\".local/share/tomato/time.log\" -DNOTEPADFILE=\".local/share/tomato/notepad.log\" -I/usr/local/include -L/usr/local/lib  tomatonoise.c  `pkg-config --libs ncursesw mpv` -o tomatonoise
     
    1010make: *** [tomatonoise] Error 1
    1111Error: Process completed with exit code 2.
    12 ```
     12}}}