Open rajankambaliya opened 8 years ago
Hello. As you could probably tell from the commit log, this project has been orphaned for over 5 years - we don't maintain it anymore so I'd be surprised if it even runs. If you want to run it take a look at the forks and see if anyone is maintaining a copy separately. It looks like @pjh68 had a fork they worked on to support pong two years ago: https://github.com/pjh68/Junkyard-Jumbotron
I recall it took 8 hours or so to get this up and running - lots of library version incompatibilities, and I expect this has only got worse. My fork may help a little, but again, doubt it will run out of the box.
Awesome concept though, and well worth putting in the time if you can get it to work!
Did anyone get this to work? Hello @pjh68 pjh68, @rahulbot , please help! i am getting this error - /Library/Developer/CommandLineTools/usr/bin/make -C ARToolKitPlus_2.1.1/src -f Makefile.brownbag all make[1]: Nothing to be done for `all'. g++ -msse3 -g -Wno-write-strings -IARToolKitPlus_2.1.1/include -I/usr/include -bundle -undefined dynamiclookup artoolkit.cpp ARToolKitPlus2.1.1/lib/libARToolKitPlus.a -o lib/artoolkit.so artoolkit.cpp:210:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete cameraBuffer; ^ [] artoolkit.cpp:202:35: note: allocated with 'new[]' here unsigned char cameraBuffer = new unsigned char[numPixels]; ^ artoolkit.cpp:216:9: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete] delete cameraBuffer; ^ [] artoolkit.cpp:202:35: note: allocated with 'new[]' here unsigned char cameraBuffer = new unsigned char[numPixels]; ^ In file included from artoolkit_.cpp:5: In file included from ARToolKitPlus_2.1.1/include/ARToolKitPlus/TrackerSingleMarkerImpl.h:181: ARToolKitPlus_2.1.1/include/../src/TrackerSingleMarkerImpl.cxx:188:3: error: use of undeclared identifier 'convertTransformationMatrixToOpenGLStyle' convertTransformationMatrixToOpenGLStyle(patttrans, thi... ^ this-> artoolkit.cpp:59:2: note: in instantiation of member function 'ARToolKitPlus::TrackerSingleMarkerImpl<6, 6, 1024, 1, 32>::calc' requested here Tracker(int width, int height, bool debug) : ^ ARToolKitPlus_2.1.1/include/ARToolKitPlus/TrackerImpl.h:327:7: note: must qualify identifier to find this declaration in dependent base class void convertTransformationMatrixToOpenGLStyle(ARFloat para[3][4]... ^ 2 warnings and 1 error generated. make: *** [all] Error 1 -bash: 2: command not found
Is it like its only gonna work if I get the exact same version libraries packages from npm install as the makefile mentions?
Sorry - this project is orphaned and unmaintained.
I am getting this error while trying to run the project.