Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.88 KB | None | 0 0
  1. gcc  -I../tnl -I../glut -I../openal -I../Triangle -I../recast -I../clipper -I../alure -I../libspeex -DTNL_ENABLE_LOGGING -W -O2   -c -DZAP_DEDICATED  -o input.o input.cpp
  2. ../tnl/tnlByteBuffer.h: In copy constructor ‘TNL::ByteBuffer::ByteBuffer(const TNL::ByteBuffer&):
  3. ../tnl/tnlByteBuffer.h:80: warning: base class ‘class TNL::Object’ should be explicitly initialized in the copy constructor
  4. input.cpp: In function ‘void Zap::updateMoveInternal(Zap::Move*):
  5. input.cpp:1208: error: call of overloaded ‘abs(TNL::F32&)’ is ambiguous
  6. /usr/include/stdlib.h:785: note: candidates are: int abs(int)
  7. /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cstdlib:172: note:                 long long int __gnu_cxx::abs(long long int)
  8. /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cstdlib:142: note:                 long int std::abs(long int)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement