just some feedback, I just tried again to build (also on gentoo), and I had to swap mzscheme and mzgc to make it work. Also, I noticed that with PLTprefix="/usr" neither libs not scheme files were copied during scons install.. but hey ;)
<br>First, I tried to run some stuff the normal way (editor on render scene), but somehow just trying (build-cube) seems not to work, did the keys change? I also tried to get it working from within drscheme, where the only thing I had to do was to change the fluxus-collects-location and it works (also the example on the wiki .. window shows etc) but ends soon with
<br><br>karsten@rambazamba ~/share/src/fluxus-12-cvs $ drscheme <br>mred: modules/fluxus-engine/src/Engine.cpp:81: fluxus::Renderer* Engine::Renderer(): Assertion `*m_RendererStack.rbegin()<m_RendererVec.size()' failed.
<br>Aborted<br><br>I guess it could be what is also written on the wiki.<br><br>g'nite<br><br>K<br><br><br><br><div><span class="gmail_quote">On 1/11/07, <b class="gmail_sendername">dave</b> <<a href="mailto:dave@pawfal.org">
dave@pawfal.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">okeydokey, seeing as that install was so effortless for you Claude... :)
<br><br>* PLTPrefix, PLTInclude, PLTLib are all configurable at the top of<br>SConstruct (do we want to be able to set them on the commandline?)<br>* "png/png.h" to "png.h" in tests<br>* Added -rdynamic
<br>* made dada.h/cpp const correct<br>* removed all <plt/*.h> from the extensions<br>* pass the collects location from the SConstruct to main.cpp (managed to<br>figure out the escape sequence for all the quotes involved:
<br>env.Append(CCFLAGS=" -DCOLLECTS_LOCATION="+"\"\\\""+CollectsLocation<br>+"\"\\\"") )<br><br><br>I also install the modules to the main PLT collects path (built from<br>
PLTPrefix etc) as I think that's the right thing to do... Will that be a<br>problem?<br><br>cheers,<br><br>dave<br><br></blockquote></div><br>