fpco / ghcjs-react

React bindings for GHCJS
BSD 3-Clause "New" or "Revised" License
48 stars 4 forks source link

I am getting following error when trying to compile the examples #2

Open rpaladugu1 opened 9 years ago

rpaladugu1 commented 9 years ago

Basically same error message as above but I have not used sandbox for building the examples. I have installed successfully the following packages: ghcjs-dom-0.1.1.3 ghcjs-jquery-0.1.0.0 ghcjs-react-0.0.0 If I query "ghcjs-pkg describe ghcjs-react" i get the following exposed modules for ghcjs-react: exposed-modules: React React.Internal React.Event React.Component React.Builder React.Lucid GHCJS.Compat

Actual command used for compile: ghcjs -iexamples/ -isrc/ examples/Main.hs Error messages: examples/Main.hs:12:8: Could not find module ‘React.Ace’ Use -v to see a list of the files searched for.

examples/Main.hs:15:8: Could not find module ‘React.Ref’ Use -v to see a list of the files searched for.

chrisdone commented 9 years ago

Ah, I need to update examples. Hold on.

chrisdone commented 9 years ago

I fixed the build, but discovered other issues on the way. I may have to discuss this with luite, as it's rather odd.

rpaladugu1 commented 9 years ago

Ok. Thanks. Confirming compile error fixed.