Home  /  RSS  /  RSS Comments  /  Enter

Wikipp is converted to new CppCMS 1.x.x and running on main site!

5/25/10, by artyom ; Posted in: Progress, Framework; 2 comments

Hello all,

Wikipp is now running on top of alpha version of CppCMS 1.x.x. It is one important step to release of first beta version of new generation of CppCMS.

Update me if you have any issues.

Comments

kpeo, at 5/28/10, 10:55 PM

as i've understood - new version needs another markdown library (discount). after

svn co https://cppcms.svn.sourceforge.net/svnroot/cppcms/wikipp/branches/for_cppcms_v100  wikipp_v100

Download discount, put it in markdown dir and try to buils project with "mkdir build && cmake .." i got errors:

FATAL-- Discount markdown library was not found, please download it from
   http://www.pell.portland.or.us/~orc/Code/discount/ and install it
   By extracting it and running ./configure.sh && make CFLAGS=-O2

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
BOOSTER
    linked by target "view" in directory /home/kpeo/.project/wikipp_v100
    linked by target "wikipp" in directory /home/kpeo/project/wikipp_v100
BOOSTER_INC
   used as include directory in directory /home/kpeo/project/wikipp_v100
DISCOUNT
    linked by target "wikipp" in directory /home/kpeo/project/wikipp_v100
DISCOUNT_INC
   used as include directory in directory /home/kpeo/project/wikipp_v100

there can be i used wrong svn path or incorrect build steps?

artyom, at 5/28/10, 11:10 PM

Hi kpeo,

  1. You need to build latest version of CppCMS and install it - it includes Booster library.
  2. You need to install discount download it from the link and install it then you'll be able to build new wikipp version.

    I mean download discount and run

      tar -xzf discount-1.6.4.tar.gz
      cd discount-1.6.4
      ./configure.sh
      make
      make install
    

Note: previous version of wikipp used discount but quite old version so for simplicity of maintenance and updates you need it install discount separately.

Add Comment:

 
 the email would not displayed
 

You can write your messages using Markdown syntax.

You must enable JavaScript in order to post comments.

Pages

Categories