Advertisement
kzbr93

build log

May 9th, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. 09:18:55 **** Incremental Build of configuration Debug for project tracker ****
  2. make all
  3. Building file: ../src/tracker2.cpp
  4. Invoking: GCC C++ Compiler
  5. g++ -I/usr/local/lib -I/usr/local/include -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/tracker2.d" -MT"src/tracker2.d" -o "src/tracker2.o" "../src/tracker2.cpp"
  6. ../src/tracker2.cpp: In function ‘int main(int, char**)’:
  7. ../src/tracker2.cpp:15:30: error: qualified-id in declaration before ‘(’ token
  8. Ptr<Tracker> Tracker::create( const String& TrackerMIL );
  9. ^
  10. ../src/tracker2.cpp:39:5: error: ‘tracker’ was not declared in this scope
  11. tracker->init(frame, bbox);
  12. ^
  13. make: *** [src/tracker2.o] Error 1
  14. src/subdir.mk:18: recipe for target 'src/tracker2.o' failed
  15.  
  16. 09:18:56 Build Finished (took 1s.222ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement