Git Product home page Git Product logo

ppooll_externals's People

Forkers

jpsteccato

ppooll_externals's Issues

ll_2dslider fails to compile

I did not try under another OS, but ll_2dslider fails to compile under Windows. Here is the code in question (in ll_2dslider.c):

void ll_2dslider_outlet_chars(t_ll_2dslider *x, t_symbol *s, char *array){
    t_atom buf[x->ll_amount];
    short i;
    for(i=0;i<x->ll_amount;i++) atom_setlong(&buf[i], array[i]);
    outlet_anything(x->ll_box.b_ob.o_outlet, s, x->ll_amount, buf);
}

Here are the compilation errors I get when compiling under Visual Studio 2019:

Severity    Code    Description    Project    File    Line    Suppression State
Error    C2057    expected constant expression    ll_2dslider    C:\git\ppooll_externals\ll_2dslider\ll_2dslider.c    862    
Error    C2466    cannot allocate an array of constant size 0    ll_2dslider    C:\git\ppooll_externals\ll_2dslider\ll_2dslider.c    862    
Error    C2133    'buf': unknown size    ll_2dslider    C:\git\ppooll_externals\ll_2dslider\ll_2dslider.c    862  

NOTE: I'm working now on fixing this code so that it can compile on Windows. I'll assign this to myself and push a fix assuming it works at runtime.

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.