On 4/19/2010 7:53 AM, Koen Deforche wrote: > Hey Matt, > > 2010/4/14 Matt Gilg<[email protected]>: > >> I successfully ported Wt to blackfin about a year ago, and am in the >> process of updating the blackfin linux distro. After an update to boost >> 1_38 and re-building Wt 3.1.2 with the new tools, I cannot get a page to >> display when I run the examples. >> >> I execute WRun and supply my createApplication routine, but it never >> gets called.... (this is true of the hello example as well) >> >> Anybody know what might be causing this, or where I can dig to find the >> problem? Thanks. >> > Perhaps you have solved the issue by now, but I would suspect a > build/runtime version mismatch of Wt or one of its dependencies > (boost)? > > Regards, > koen > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > witty-interest mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/witty-interest > Hi Koen, thanks for the reply.
That was my first assumption, so I reverted to the older versions of both the wt library and boost, to no avail. The boost asio resolver seems to block when specifying a query to the resolve() method in order to get a asio::ip::tcp::endpoint object (Server.C: 95). If I manually create the tcp_endpoint and pass it to the resolver, everything works as expected. It appears it might likely be an issue with boost on my platform, since this worked prior to our latest kernel upgrade... -- Matt Gilg ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
