Skip to content

Instantly share code, notes, and snippets.

@jeremywen
Created June 16, 2019 19:52
Show Gist options
  • Save jeremywen/8bc628c0f3433b02408ca85bc02edbe0 to your computer and use it in GitHub Desktop.
Save jeremywen/8bc628c0f3433b02408ca85bc02edbe0 to your computer and use it in GitHub Desktop.
error with osc dep
$ make
g++ -std=c++11 -Wsuggest-override -Wno-deprecated-declarations -o0 -Werror=implicit-function-declaration -Isrc -Ilib/oscpack -fPIC -I../../include -I../../dep/include -MMD -MP -g -O3 -march=nocona -funsafe-math-optimizations -Wall -Wextra -Wno-unused-parameter -DARCH_WIN -D_USE_MATH_DEFINES -c -o build/lib/oscpack/ip/IpEndpointName.cpp.o lib/oscpack/ip/IpEndpointName.cpp
cc1plus.exe: error: too many filenames given. Type cc1plus.exe --help for usage
cc1plus.exe: fatal error: build/lib/oscpack/ip/IpEndpointName.cpp.d: No such file or directory
compilation terminated.
make: *** [../../compile.mk:62: build/lib/oscpack/ip/IpEndpointName.cpp.o] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment