Bug #4383
openHints for compiling Widgetgallery example
0%
Description
I believe that the Widgetgallery is the most complete example of Wt features:
"Forms > Line/Text editor"
You need download and install TinyMCE, version 3.5 # http://download.moxiecode.com/tinymce/tinymce_3.5.11.zip
And put (or create a symbolic link) into Resouces folder:
$ sudo ln -sf .../tinymce/jscripts/tiny_mce /usr/share/Wt/resources
For: "Trees & Tables > MVC Tree Views / MVC Item models"
You need setup the "GIT_REPOSITORY".
The compilation parameter "-D GIT_REPOSITORY="/path/...\" \" won't work.
CMake Warning:
Manually-specified variables were not used by the project:
GIT_REPOSITORY
Should be good enable this on the compilation process.
You need setup manually in:
.../wt/examples/widgetgallery/examples/TreeView.cpp
.../wt/examples/widgetgallery/TreesTables.C
But still not working.
[2015-Aug-09 18:26:27.257135] 27601 [/ 1H1x9u8i84dDmS1b] [error] "Wt: error during event handling: Git error: fatal: Not a git repository: '/srv/sources/git/wt'"
[2015-Aug-09 18:26:27.257219] 27601 [/ 1H1x9u8i84dDmS1b] [error] "Wt: fatal error: Git error: fatal: Not a git repository: '/srv/sources/git/wt'"
Updated by Benoit Daccache about 9 years ago
- Status changed from New to Feedback