Search found 8 matches
- Mon Aug 19, 2013 09:28
- Forum: Help
- Topic: CEGUISampleFramework cursor resists my movement
- Replies: 0
- Views: 4543
CEGUISampleFramework cursor resists my movement
I'm building CEGUI 0.8.2 and also the Mercurial version under Lubuntu 13.04. The cursor in the sample framework is staunchly resisting my movement of it, especially in the upper right corner of the main window. I'm using a touchpad on my laptop, no problem with any other apps on my system. It's like...
- Mon Aug 19, 2013 09:03
- Forum: Help
- Topic: [unresolved] Where is the cegui src?
- Replies: 1
- Views: 2310
Re: [unresolved] Where is the cegui src?
The CMake source directory is where the top level CMakeLists.txt appears in the source code file hierarchy. The CMake build directory is typically something you will create, outside of the source code file hierarchy. For instance on my system I have /home/bvanevery/devel/cegui as my source directory...
- Sun Aug 11, 2013 12:53
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG]no method to install docs
- Replies: 0
- Views: 4214
[BUG]no method to install docs
CMakeLists.txt defines CEGUI_DOC_INSTALL_DIR, even with a nice CEGUI version number. But nobody uses it, "make install" doesn't install docs, and there's no "make" target for installing the doxygen-generated html docs. I don't see why people would generally want to leave the docs...
- Fri Aug 09, 2013 22:09
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Suggestion: support GLFW 3.x
- Replies: 1
- Views: 3695
Suggestion: support GLFW 3.x
GLFW has fairly recently released the 3.x series. It uses a glfw3.h header file that CEGUI's custom FindGLFW.cmake does not detect. I'm not sure how 3.x differs functionally from earlier versions as I'm still learning about GLFW.
- Fri Aug 09, 2013 17:47
- Forum: Help
- Topic: [Solved]build won't read symbols from libX11.so
- Replies: 2
- Views: 2723
Re: build won't read symbols from libX11.so
Ok that's good to know about your Linux developmet, and you're right, my home-built GLFW must suck. I was flustered by the DirectFB errors and simply didn't notice. Looks like I didn't do BUILD_SHARED_LIBS when I built GLFW, and providing them wasn't the default. I find that odd, but I know it's a c...
- Fri Aug 09, 2013 00:22
- Forum: Help
- Topic: [Solved]build won't read symbols from libX11.so
- Replies: 2
- Views: 2723
[Solved]build won't read symbols from libX11.so
I'm building both CEGUI 0.8.2 and also the repo version, on Ubuntu 13.04 (Linux). I disabled CEGUI_SAMPLES_USE_DIRECTFB to work aroud 2 build bugs I previously reported. I enabled CEGUI_SAMPLES_USE_OPENGL3 because that's what I'm interested in developing. Inexplicably, the samples cannot find libX11...
- Wed Aug 07, 2013 18:01
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG]SamplesFrameworkBase has pure virtual function error
- Replies: 2
- Views: 4515
[BUG]SamplesFrameworkBase has pure virtual function error
I'm building CEGUI 0.8.2 on Linux. 98% of it builds but this bug kills the build and prevents "make install". It looks like a trivial error in pure virtual function specification? I have not chased through the .h files to determine the exact problem. The Mercurial repository also has this ...
- Wed Aug 07, 2013 17:55
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG]CEGuiSample.h is not supposed to exist
- Replies: 1
- Views: 3512
[BUG]CEGuiSample.h is not supposed to exist
I'm building CEGUI 0.8.2 on Linux. 98% of the build works, but this error kills the build and prevents "make install" from working. Looking at the sources, it appears that CEGuiSample.h is not supposed to exist and CEGuiDirectFBBaseApplication.cpp is using the wrong header file name. I can...