>From: Alec Taylor <alec.tayl...@gmail.com>

>To: Wt <witty-interest@lists.sourceforge.net>
>Sent: Friday, September 9, 2011 9:16 PM
>Subject: [Wt-interest] Unable to compile some examples (CSS/JS library problem)
>
>Good morning,
>
>Unfortunately I have been unable to compile some examples,
>specifically the widgetgallery.wt one.
>
>I downloaded ExtJS and TinyMCE and extracted both (including an extra
>copy of ExtJS in the ext\resources folder) as per instructions on the
>website. To be specific:

>= ExtJS 2.0.2 =
>C:\Projects\Wt\wt-git\wt\resources\ext
>C:\Projects\Wt\wt-git\wt\resources\ext\resources
>
>=TinyMCE 3.4.5 =
>C:\Projects\Wt\wt-git\wt\resources\tiny_mce
>=====================================
>/resources/moz-transitions.css HTTP/1.1" 404 85
>127.0.0.1 - - [2011-Sep-10 01:43:05.841961] "GET
>/style/everywidget.css HTTP/1.1" 404 85
>127.0.0.1 - - [2011-Sep-10 01:43:05.843961] "GET /style/dragdrop.css
>HTTP/1.1" 404 85
>127.0.0.1 - - [2011-Sep-10 01:43:05.918965] "GET /style/combostyle.css
>=====================================
>How can I get this example to load properly for me?
>
>Thanks for all suggestions,

>Alec Taylor

>FYI: Wt 3.1.11, CMake 2.8.5, Windows 7 x64 SP1, Boost 1.47 (manually
>installed) and latest Qt creator, built for Native compilers+toolchain
>for Visual Studio 2010 x86



Lets say the app below:


'widgetgallery.wt.exe'

is here C:\Projects\Wt\wt-git\wt\examples\widgetgallery

On linux
I put the resources directory just under the project tree. 

Root dir of project:

C:\Projects\Wt\wt-git\wt\examples\widgetgallery

so the structure should look like :

C:\Projects\Wt\wt-git\wt\examples\widgetgallery\resources
C:\Projects\Wt\wt-git\wt\examples\widgetgallery\ext
C:\Projects\Wt\wt-git\wt\examples\widgetgallery\tiny_mce

In linux I generally make a soft link. Dont know if shortcut is the equivalent.

>/resources/moz-transitions.css HTTP/1.1" 404 85
>127.0.0.1 - - [2011-Sep-10 01:43:05.841961] "GET
>/style/everywidget.css HTTP/1.1" 404 85
Also, the debugging output from the program gives a hint: the 404 not found is 
telling you what it is looking for and hasn't found it.


Kind Regards,
Neil
------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to