Code Monkey home page Code Monkey logo

ddb_gui_prompt's People

Contributors

kuba160 avatar maz-1 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

ddb_gui_prompt's Issues

Adjust Makefile for MacOS

Now, to make it compile, compile with make CFLAGS="-I ~/prj/ -I /usr/local/Cellar/readline/8.0.0/include/"

Also include to the linker line: -L/usr/local/Cellar/readline/8.0.0/lib/

And remove #define ENABLE_NLS line from common.h

DeaDBeeF 0.7.2 version support (port to API 1.9)

I'm running Ubuntu 16.04 and I have both deadbeef and deadbeef-dev installed from the PPA. Here's the error output:

% make all                                                                                                                                                                                                                         
gcc -std=gnu99  -fPIC -I /usr/local/include -O2 -Wall -o properties_gen properties_gen.c properties.c cmd_tools.c
properties_gen.c: In function ‘main’:
properties_gen.c:103:2: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  freopen("props.c", "w", stdout);
  ^
properties_gen.c:195:2: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
  freopen("props.h", "w", stdout);
  ^
cmd_tools.c: In function ‘cmd_tab_complete_ata’:
cmd_tools.c:193:32: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
                 meta = deadbeef->pl_meta_for_key (item, "artist");
                                ^
cmd_tools.c:202:32: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
                 meta = deadbeef->pl_meta_for_key (item, "title");
                                ^
cmd_tools.c:211:32: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
                 meta = deadbeef->pl_meta_for_key (item, "album");
                                ^
cmd_tools.c:219:28: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
             meta = deadbeef->pl_meta_for_key (item, looking_for);
                            ^
cmd_tools.c: In function ‘cmd_tab_complete_meta’:
cmd_tools.c:279:28: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
             meta = deadbeef->pl_meta_for_key (item, meta_s);
                            ^
cmd_tools.c: In function ‘cmd_get_item’:
cmd_tools.c:382:28: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
             meta = deadbeef->pl_meta_for_key (item, "artist");
                            ^
cmd_tools.c:388:28: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
             meta = deadbeef->pl_meta_for_key (item, "title");
                            ^
cmd_tools.c:394:28: error: ‘DB_functions_t {aka struct <anonymous>}’ has no member named ‘pl_meta_for_key’
             meta = deadbeef->pl_meta_for_key (item, "album");
                            ^
Makefile:29: recipe for target 'properties_gen' failed
make: *** [properties_gen] Error 1

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.