Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cp: /javascripts/phonegap.js: No such file or directory #6

Open
rajankambaliya opened this issue Jan 20, 2016 · 5 comments
Open

cp: /javascripts/phonegap.js: No such file or directory #6

rajankambaliya opened this issue Jan 20, 2016 · 5 comments

Comments

@rajankambaliya
Copy link

I am getting this error while trying to run the project.

@rahulbot
Copy link
Contributor

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

@pjh68
Copy link

pjh68 commented Jan 20, 2016

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!

@mskhub
Copy link

mskhub commented Mar 31, 2018

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 dynamic_lookup artoolkit_.cpp ARToolKitPlus_2.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(patt_trans, 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

@mskhub
Copy link

mskhub commented Mar 31, 2018

Is it like its only gonna work if I get the exact same version libraries packages from npm install as the makefile mentions?

@rahulbot
Copy link
Contributor

rahulbot commented Apr 4, 2018

Sorry - this project is orphaned and unmaintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants