Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

loader/src/util.hpp:24:10: fatal error: 'sox.h' file not found #367

Closed
Bonsen opened this issue Apr 1, 2017 · 2 comments
Closed

loader/src/util.hpp:24:10: fatal error: 'sox.h' file not found #367

Bonsen opened this issue Apr 1, 2017 · 2 comments

Comments

@Bonsen
Copy link

Bonsen commented Apr 1, 2017

run:
git clone https://github.com/NervanaSystems/neon.git
cd neon && make sysinstall

get:
In file included from loader/src/block_iterator_shuffled.cpp:20:
loader/src/util.hpp:24:10: fatal error: 'sox.h' file not found
#include <sox.h>
^
clang++ -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wno-deprecated-declarations -std=c++11 -DHAS_IMGLIB -fPIC -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -I/usr/local/include/opencv -I/usr/local/include -I/usr/include/python2.7 -c loader/src/etl_image.cpp -o build/temp.linux-x86_64-2.7/loader/src/etl_image.o -Wno-deprecated-declarations -std=c++11 -DHAS_IMGLIB

@apark263
Copy link
Contributor

apark263 commented Apr 2, 2017

Try installing the system requirements for aeon listed here:

https://github.com/NervanaSystems/aeon/blob/master/README.md

On ubuntu, that is: libcurl4-openssl-dev clang libopencv-dev libsox-dev

@Bonsen
Copy link
Author

Bonsen commented Apr 3, 2017

@apark263
It works.

THANKS

@Bonsen Bonsen closed this as completed Apr 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants