Coder Social home page Coder Social logo

Comments (11)

AndrewBelt avatar AndrewBelt commented on September 13, 2024 1

Ah, try 9717aa4. I left out the include flag.

from vcv-recorder.

AndrewBelt avatar AndrewBelt commented on September 13, 2024

Do you have spaces in your path? Rack's build system doesn't support that.

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024

no, no spaces (I hate because of this... :D )

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024

doing all process from ZERO after updating all (let you know)

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024

lame correctly downloaded, compiled (no stops) and installed

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024

ffmpeg correctly recompiled and installed, but the error is still there

from vcv-recorder.

AndrewBelt avatar AndrewBelt commented on September 13, 2024

Can you give more context about your problem? The command above the error, the directory listing of dep/include, etc

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024

more info for you
if I comment out #include <libswresample/swresample.h>
the file is compiled (but with the error of missing symbols)

this means that the others includes are working

context,
I'm issuing the make command

the output is

c++  -std=c++11 -stdlib=libc++  -fPIC -I../../include -I../../dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_MAC -mmacosx-version-min=10.7 -c -o build/src/Recorder.cpp.o src/Recorder.cpp
src/Recorder.cpp:9:12: fatal error: 'libswresample/swresample.h' file not found
#include   "libswresample/swresample.h"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [build/src/Recorder.cpp.o] Error 1

my DEP path is
dep/include/libswresample/

the DEP content is

drwxr-xr-x   9  staff   288 Apr 17 19:22 ..
drwxr-xr-x   3  staff    96 Apr 17 19:22 lame
drwxr-xr-x   5  staff   160 Apr 17 19:26 libavformat
drwxr-xr-x  20  staff   640 Apr 17 19:26 libavcodec
drwxr-xr-x   4  staff   128 Apr 17 19:26 libswresample
drwxr-xr-x   4  staff   128 Apr 17 19:26 libswscale

drwxr-xr-x  82  staff  2624 Apr 17 19:26 libavutil

from vcv-recorder.

AndrewBelt avatar AndrewBelt commented on September 13, 2024

What is in dep/include/libswresample?

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024
-rw-r--r--  1  staff  21785 Apr 17 19:26 swresample.h
-rw-r--r--  1  staff   1718 Apr 17 19:26 version.h

from vcv-recorder.

antoniotuzzi avatar antoniotuzzi commented on September 13, 2024

good! Working!

from vcv-recorder.

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.