Advertisement
rghvdberg

Sample.h:41:40: fout: ‘Slice’ was not declared in this scope

Aug 20th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. make -C dpf/dgl
  2. make[1]: Map '/home/rob/git/plugin-examples/dpf/dgl' wordt binnengegaan
  3. make[1]: Er hoeft niets gedaan te worden voor 'all'.
  4. make[1]: Map '/home/rob/git/plugin-examples/dpf/dgl' wordt verlaten
  5. make all -C plugins/Slicer
  6. make[1]: Map '/home/rob/git/plugin-examples/plugins/Slicer' wordt binnengegaan
  7. g++ Slice.cpp -Wall -Wextra -pipe -fPIC -DPIC -DNDEBUG -O2 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections -mfpmath=sse -fvisibility=hidden -DHAVE_JACK -DHAVE_LIBLO -std=c++0x -std=gnu++0x -fvisibility-inlines-hidden -I. -I../../dpf/distrho -I../../dpf/dgl -MD -MP -c -o Slice.cpp.o
  8. In file included from Slice.h:3:0,
  9. from Slice.cpp:1:
  10. Sample.h:41:40: fout: ‘Slice’ was not declared in this scope
  11. void createSlices( std::vector<Slice>* slices, int number);
  12. ^~~~~
  13. Sample.h:41:45: fout: template argument 1 is invalid
  14. void createSlices( std::vector<Slice>* slices, int number);
  15. ^
  16. Sample.h:41:45: fout: template argument 2 is invalid
  17. make[1]: *** [../Makefile.mk:79: Slice.cpp.o] Fout 1
  18. make[1]: Map '/home/rob/git/plugin-examples/plugins/Slicer' wordt verlaten
  19. make: *** [Makefile:19: plugins] Fout 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement