On Tue, Jul 27, 2010 at 3:48 AM, Koen Deforche <[email protected]> wrote: > Hey, > > 2010/7/26 OvermindDL1 <[email protected]>: >> As the title says. I have been trying the various examples on this >> linux system, and the treeview-dragdrop example loads, but the second >> the browser connects to it, a segmentation fault occurs, no useful >> data in the crash... Not touched gdb in years, might give me an >> excuse to catch back up on it. > > My first guess would be that you are not running the example from its > source path ? I've fixed the example now to complain about this rather > than crash...
Here is my runexample.sh script: #~/bin/bash cd ~/wt_trunk/wt/example/$1/ ln -f -s ../../resources . $(ls ~/wt_trunk/build/examples/$1/*.wt) --http-address=0.0.0.0 --http-port=7850 --docroot ~/wt_trunk/wt/examples/$1/ --deploy-path / And I run it like: ./runexample.sh bobsmith ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
