On Tue, Mar 16, 2010 at 4:02 PM, Diego Cantor-Rivera <[email protected]> wrote: > Hello, > > I am trying to compile Wt in Windows 7. So far this is what I have done: > > 1. I downloaded the cmakeable version of Boost > 2. I compile it with VC++ (MinSizeRel) and install it (c:\Program > Files\Boost) > 3. I downloaded Wt and run CMake. > 4. I configured Wt with CMake. It found Boost without a problem. > 5. I compiled ALL BUILD (Debug) > 6. I build INSTALL > 7. I selected hello.wt as the Start Up project and I added these arguments > in the configuration properties:--http-address=0.0.0.0 --http-port=8080 > --deploy-path=/hello --docroot=. > > 8. I get this message in VC++: > > 'hello.wt.exe': Loaded > 'C:\Users\odin\Software\wt-3.1.1b.bin\examples\hello\Debug\hello.wt.exe', > Symbols loaded. > 'hello.wt.exe': Loaded 'C:\Windows\System32\ntdll.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\kernel32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\KernelBase.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\winmm.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\msvcrt.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\user32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\gdi32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\lpk.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\usp10.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\wsock32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\ws2_32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\rpcrt4.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\nsi.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\mswsock.dll' > 'hello.wt.exe': Loaded > 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcp90d.dll' > 'hello.wt.exe': Loaded > 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\msvcr90d.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\advapi32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\sechost.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\imm32.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\msctf.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\cryptsp.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\rsaenh.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\cryptbase.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\nlaapi.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\dnsapi.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\winrnr.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\NapiNSP.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\pnrpnsp.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\wshbth.dll' > 'hello.wt.exe': Loaded 'C:\Program Files\Bonjour\mdnsNSP.dll' > 'hello.wt.exe': Loaded 'C:\Windows\System32\IPHLPAPI.DLL' > 'hello.wt.exe': Loaded 'C:\Windows\System32\winnsi.dll' > First-chance exception at 0x75419617 in hello.wt.exe: Microsoft C++ > exception: rapidxml::parse_error at memory location 0x00b2f0e0.. > First-chance exception at 0x75419617 in hello.wt.exe: Microsoft C++ > exception: Wt::WServer::Exception at memory location 0x00b2f290.. > 'hello.wt.exe': Unloaded 'C:\Windows\System32\IPHLPAPI.DLL' > 'hello.wt.exe': Unloaded 'C:\Windows\System32\winnsi.dll' > 'hello.wt.exe': Unloaded 'C:\Windows\System32\nlaapi.dll' > 'hello.wt.exe': Unloaded 'C:\Windows\System32\winrnr.dll' > 'hello.wt.exe': Unloaded 'C:\Windows\System32\NapiNSP.dll' > 'hello.wt.exe': Unloaded 'C:\Windows\System32\pnrpnsp.dll' > 'hello.wt.exe': Unloaded 'C:\Windows\System32\wshbth.dll' > 'hello.wt.exe': Unloaded 'C:\Program Files\Bonjour\mdnsNSP.dll' > The thread 'Win32 Thread' (0x980) has exited with code 1 (0x1). > The program '[5384] hello.wt.exe: Native' has exited with code 1 (0x1). > > 9. When I run hello.wt.exe --http-address=0.0.0.0 --http-port=8080 > --deploy-path=/hello --docroot=. I get: > > Option no-compression is implied because wthttp was built without zlib > support. > Error reading: c:/Users/odin/Software/witty/wt_config.xml: expected <
That indicates it is badly formatted. Have you ran it through an XML verifier? Can you attach it so we can do the same and look through it? ------------------------------------------------------------------------------ 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
