mitmedialab / Junkyard-Jumbotron

The Junkyard Jumbotron is a web tool that makes it really easy to combine a bunch of random displays into a single, large virtual display. It works with laptops, tablets, smartphones -- anything that can run a web browser. And the magic is that all you need to do to configure one is take a photograph of all the screens.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rajankambaliya opened this issue · comments

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

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 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

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.