Code Monkey home page Code Monkey logo

Comments (7)

n-west avatar n-west commented on August 19, 2024

@michaelld have you seen this before? Some(?) function pointers aren't getting typedef'd and/or included properly. I'm not familiar with the OS X build process, but the compiler is AppleClang-- is that what you use?

@staticfloat do you see the missing typedefs in build/include/volk/volk_typedefs.h ?

from volk.

michaelld avatar michaelld commented on August 19, 2024

@n-west : yes, I've seen something like that before. Racking my brain to remember what the issue was. In the meantime ...

@staticfloat : can you do the following & post the result. From the build directory:

rm -rf *
cmake ..
make VERBOSE=on

and, also post the file build/CMakeCache.txt .

from volk.

staticfloat avatar staticfloat commented on August 19, 2024

I'm building only volk right now, to simplify things, just so that's understood.

@n-west I do see it:

$ grep p_32f_8u_polarbutterfly_32f include/volk/volk_typedefs.h
typedef void (*p_32f_8u_polarbutterfly_32f)(float* , unsigned char* , const int , const int , const int , const int , const int );

Here's the whole file, for your perusal.

@michaelld: Here are the outputs you requested.

from volk.

staticfloat avatar staticfloat commented on August 19, 2024

I should note that using GCC 5.2.0 from Homebrew doesn't fix this, (done by setting CC=gcc-5 CXX=g++-5 in my environment before running cmake)

from volk.

michaelld avatar michaelld commented on August 19, 2024

@staticfloat : is Volk already installed somewhere, maybe /usr/local/include/volk ?

from volk.

staticfloat avatar staticfloat commented on August 19, 2024

Aha, yes, I have it in ~/local/include/volk from a previous install. Cleaning that out fixed this, thank you!

from volk.

michaelld avatar michaelld commented on August 19, 2024

NP. Glad that worked. As I like to say: cruft happens!

from volk.

Related Issues (20)

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.