On Wed, Jul 28, 2010 at 4:00 AM, Koen Deforche <[email protected]> wrote: > Hey, > > 2010/7/28 OvermindDL1 <[email protected]>: >>> 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 / >> > > That looks very much like something I just wrote a few days ago (we > are working on making a 'jumbo' wt distribution which includes wt + > dependencies to make it easy to download, install and evaluate wt).
Heh, I made that a few days earlier as well, we may have made it at the same time for all we know. :p Mine is rather hardcoded for my setup, easy to fix though, CMake could fix that too for absolute directories. On Wed, Jul 28, 2010 at 4:00 AM, Koen Deforche <[email protected]> wrote: > I've double checked that all runs fine here, so can I suggest it is > time to refresh your gdb skills ? :-) Heh, that it may be. ^.^ ------------------------------------------------------------------------------ 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://p.sf.net/sfu/dev2dev-palm _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
