Build problem

Monkey Forums/Monkey Programming/Build problem

Soap(Posted 2012) [#1]
C:\monkey\MonkeyPro62\bin\trans_winnt.exe -build -config=debug -target=html5 "C:\dev\tests\test.monkey"
TRANS monkey compiler V1.38
Parsing...
Semanting...
C:\dev\tests\test.monkey<173> : Error : Identifier 'testvar' not found.
Abnormal program termination. Exit code: -1

This should work. It builds on one computer but not the other. Any idea what could be wrong with the other computer?


slenkar(Posted 2012) [#2]
what is the source code of the test.monkey


dawlane(Posted 2012) [#3]
My first thought would be that testvar was either misspelled (eg. should be TestVar ). But as use say it compiles on another machine my second guess would be that testvar was in another source file that hasn't been copied over or there is a path issue.
Posting the code would be helpful though.