Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue in running setup.py #2

Open
patelgr opened this issue May 6, 2014 · 3 comments
Open

Issue in running setup.py #2

patelgr opened this issue May 6, 2014 · 3 comments

Comments

@patelgr
Copy link

patelgr commented May 6, 2014

Hi below is the output when I run python setup.py install

running install
running build
running build_ext

building 'echoprint' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/taglib -Ilibcodegen -I/usr/include/python2.7 -c libcodegen/AudioBufferInput.cxx -o build/temp.linux-x86_64-2.7/libcodegen/AudioBufferInput.o
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from libcodegen/AudioStreamInput.h:14:0,
from libcodegen/AudioBufferInput.h:14,
from libcodegen/AudioBufferInput.cxx:11:
libcodegen/File.h: In static member function ‘static bool File::Exists(const char_)’:
libcodegen/File.h:30:71: error: ‘F_OK’ was not declared in this scope
static bool Exists(const char_ filename){return (access(filename, F_OK) == 0);}
^
libcodegen/File.h:30:75: error: ‘access’ was not declared in this scope
static bool Exists(const char* filename){return (access(filename, F_OK) == 0);}
^
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

i think it is missing some files..
as workaround I copied files from https://github.com/echonest/echoprint-codegen/tree/release-4.12
I don't know if some one else had the issue.
So don't want to pollute repo.
But if it happens in future. Please copy files from the repo

@admin - please close the current issue

@craffel
Copy link

craffel commented Feb 18, 2016

Same here!

1 similar comment
@bzhr
Copy link

bzhr commented Jun 22, 2016

Same here!

@dmnobunaga
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants