Advertisement
razec

splix

Feb 22nd, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. 18:43:57-cezar@host:~/Downloads/splix-2.0.0$
  2. make
  3. +---------------------------------------------+
  4. | COMPILATION PARAMETERS SUMMARY |
  5. +---------------------------------------------+
  6. | THREADS = enabled |
  7. | THREADS Nr = 2 |
  8. | CACHESIZE = 30 |
  9. | JBIG = enabled |
  10. | BLACK OPTIM = enabled |
  11. +---------------------------------------------+
  12. (Do a "make clean" before updating these values)
  13.  
  14. CXX src/ppdfile.cpp
  15. src/ppdfile.cpp:285:40: error: 'PPDFile::Value::Value' names the constructor, not the type
  16. void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
  17. ^
  18. src/ppdfile.cpp:285:63: error: ISO C++ forbids declaration of 'val' with no type [-fpermissive]
  19. void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
  20. ^
  21. src/ppdfile.cpp:285:6: error: prototype for 'void PPDFile::Value::operator=(const int&)' does not match any in class 'PPDFile::Value'
  22. void PPDFile::Value::operator = (const PPDFile::Value::Value &val)
  23. ^
  24. In file included from src/ppdfile.cpp:21:0:
  25. include/ppdfile.h:199:25: error: candidate is: void PPDFile::Value::operator=(const PPDFile::Value&)
  26. void operator = (const Value &val);
  27. ^
  28. Makefile:329: recipe for target 'optimized/src/ppdfile.o' failed
  29. make: *** [optimized/src/ppdfile.o] Error 1
  30. 18:43:59-cezar@host:~/Downloads/splix-2.0.0$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement