Project

General

Profile

Can't make examples

Added by Michelle Dupuis about 5 years ago

I finally have Wt installed on my Fedora 27 system, having completed the installation instructions. Next I'm trying to build the examples, from the /usr/src/webtoolkit/wt-4.0.5/build directory. Can someone help with his step?

cmake -C examples

CMake Error: No source or binary directory provided

I confirmed the content of the build/examples directory looks right:

ll examples/

total 140

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 blog

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 chart3D

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 charts

drwxr-xr-x. 2 root root 4096 Jan 27 08:31 CMakeFiles

-rw-r---r---. 1 root root 3910 Jan 27 08:31 cmake_install.cmake

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 codeview

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 composer

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 dialog

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 dragdrop

drwxr-xr-x. 24 root root 4096 Jan 27 08:31 feature

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 filedrop

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 filetreetable

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 form

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 gitmodel

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 hangman

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 hello

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 javascript

-rw-r---r---. 1 root root 6134 Jan 27 08:31 Makefile

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 mandelbrot

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 mission

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 onethread

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 painting

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 planner

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 qrlogin

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 simplechat

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 style

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 te-benchmark

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 treelist

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 treeview

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 treeview-dragdrop

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 webgl

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 widgetgallery

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 wt-homepage

drwxr-xr-x. 3 root root 4096 Jan 27 08:31 wtwithqt


Replies (1)

RE: Can't make examples - Added by Michelle Dupuis about 5 years ago

Cause was 'cmake' instead of using 'make'

So far so good...

    (1-1/1)