Search found 2 matches

by zweihndr
Sun Sep 22, 2013 15:25
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG]SamplesFrameworkBase has pure virtual function error
Replies: 2
Views: 4094

Re: [BUG]SamplesFrameworkBase has pure virtual function erro

Yes it's DirectFB. I got the same error last night. Fix:

Code: Select all

cmake -DCEGUI_BUILD_RENDERER_DIRECTFB=OFF -DCEGUI_SAMPLES_USE_DIRECTFB=OFF
by zweihndr
Sun Sep 22, 2013 12:16
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [0.8.2 cmake] FindPackage(PythonLibs) should specify version
Replies: 0
Views: 9936

[0.8.2 cmake] FindPackage(PythonLibs) should specify version

My system has both Python 2.7 and Python 3.3 installed.

CEGUI's CMakeLists contains:

Code: Select all

find_package(PythonInterp)
(finds 2.7)

Code: Select all

find_package(PythonLibs)
(finds 3.3)

It should be:

Code: Select all

find_package(PythonLibs 2)

Go to advanced search