It works!
Thank you dermont!
I mark the thread as solved.
Search found 5 matches
- Sat Mar 21, 2015 15:57
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
- Replies: 10
- Views: 24546
- Sat Mar 21, 2015 15:10
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
- Replies: 10
- Views: 24546
Re: Install CEED on ubuntu. Problems with PyCEGUI
When I wrote that my dependences are cmake python-opengl pyside-tools libboost-python-dev libboost-python1.54.0 libboost-python1.54-dev I meant cmake was one of them. I did what you said, I installed libglfw-dev and also libboost-dev. I already had libpython2.7-dev, libglm-dev, libexpat1-dev and lib...
- Sat Mar 21, 2015 11:50
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
- Replies: 10
- Views: 24546
Re: Install CEED on ubuntu. Problems with PyCEGUI
Hi. No, I don't have python 3 but after trying to import manually a get: Python 2.7.6 (default, Mar 22 2014, 22:59:38) [GCC 4.8.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import PyCEGUI Traceback (most recent call l...
- Fri Mar 20, 2015 22:52
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
- Replies: 10
- Views: 24546
Re: Install CEED on ubuntu. Problems with PyCEGUI
Thank you lucebac but actually I did it.
My post is so long and maybe you didn't notice it. the only difference is that I used make instead of make -j4
Still doesn't work so I tried a little bit more I went to the folder cegui/build previously created and i did "make".
My post is so long and maybe you didn't notice it. the only difference is that I used make instead of make -j4
- Fri Mar 20, 2015 20:38
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
- Replies: 10
- Views: 24546
[Solved] Install CEED on ubuntu. Problems with PyCEGUI
Hi. I trying to install CEED/CEGUI on ubuntu but I get a sigfault. Here my steps: Read http://cegui.org.uk/wiki/CEED. After that I did: hg clone https://bitbucket.org/cegui/cegui hg clone https://bitbucket.org/cegui/ceed cd ceed hg update v0-8 cd ../ cd cegui hg update v0-8 cd ../ mkdir cegui/build ...