On 10/09/2013 05:26 PM, Peter Caffin wrote: > On 9/10/2013 4:20 PM, thron7 wrote: >> It appears you placed the "libraries" key in the Manifest.json of your >> app, but it should go into config.json, into the "jobs" section. > Cheers, thron7. > > I've just tried each of the following in the config.json: > > // "manifest": "contrib://Dialog/trunk/Manifest.json" > // "manifest": "C:/Qx.Contribs/Dialog/Manifest.json" > "manifest": "contrib://Dialog/0.5/Manifest.json" > > Trunk failed with a file not found.
You have to use 'master' for the latest Dialog contrib (see [1]). I had to update the checksum entry for the master version in the contrib catalog, but then it worked. The 0.5 version is too old and will not work with current qooxdoo. [1] https://github.com/qooxdoo/contrib-catalog/tree/master/contributions/Dialog > > Running "generate.py source" using the local file didn't provide any > indication it had been read and tested. It should say something like "Scanning libraries ...". Try the -v switch to see more output. It should warn if it doesnt find the library. > > All of them still resulted in the error "Unknown global symbol used: > dialog.Dialog.warning." and the same "Sorting 328 classes" stat. Which qooxdoo version are you using? Run 'generate.py info'. I get a whole slew of deprecation warnings, but not the Unknown symbol warning. The app runs fine using dialog.Dialog.warning. T. ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
