OpenGeoscience / geoweb

Open source geoscience tools and applications
8 stars 3 forks source link

Drag and drop does not work when built from scatch #70

Closed aashish24 closed 11 years ago

aashish24 commented 11 years ago

The variable name seems to be undefined.

cjh1 commented 11 years ago

What do you mean when built from scratch?

aashish24 commented 11 years ago

make clean && cmake . && make

cjh1 commented 11 years ago

But is works in what situation? You have to type make again?

aashish24 commented 11 years ago

Nope. It was working when I didn't have my built clean. The problem seems to be this: Uncaught TypeError: Cannot read property 'length' of null d3.v3.min.js:3 e d3.v3.min.js:3 Ha.data d3.v3.min.js:3 archive.processResults archive.js:121 archive.processLocalResults archive.js:75 $.ajax.success archive.js:230 jQuery.Callbacks.fire jquery-1.9.1.js:1037 jQuery.Callbacks.self.fireWith jquery-1.9.1.js:1148 done jquery-1.9.1.js:8074 jQuery.ajaxTransport.send.callback

Trying with cleaned cache

aashish24 commented 11 years ago

Fixed