Search found 5 matches
- Tue Jun 19, 2007 17:00
- Forum: Unofficial CEGUI-Related Tools
- Topic: compiling CELayoutEditor 0.5.0 on Kubuntu
- Replies: 3
- Views: 6899
make vs config.h
Ok, I managed to get rid of these errors by just calling 'autoconf'.. The configuration script was then created. After running it I received the following warnings: configure: creating ./config.status config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --dataroot...
- Tue Jun 19, 2007 09:28
- Forum: Unofficial CEGUI-Related Tools
- Topic: compiling CELayoutEditor 0.5.0 on Kubuntu
- Replies: 3
- Views: 6899
AM_OPTIONS_WXRC
Thank You, dos2unix solved the first problem. I have wxWidgets 2.6.0 installed and for some reason I'm getting this now: aclocal: configure.ac: 0: macro `AM_OPTIONS_WXRC' not found in library Its strange that I could only find AM_OPTIONS_WXRC from acinclude.m4 and the line was like this: dnl AM_OPTI...
- Tue Jun 19, 2007 08:47
- Forum: Help
- Topic: [SOLVED] a dialog layout
- Replies: 3
- Views: 3461
Thank You, Actually I used a better solution for the dialog - I put everything in one layout file with the dialogs not visible at first. Then I just show ()-ed and hide ()-d them.. :) I think I just got it. Without the root window in the layout I would have to create one in the program and add all t...
- Mon Jun 18, 2007 20:43
- Forum: Unofficial CEGUI-Related Tools
- Topic: compiling CELayoutEditor 0.5.0 on Kubuntu
- Replies: 3
- Views: 6899
compiling CELayoutEditor 0.5.0 on Kubuntu
Hello, I'm having problems with ./bootstrap'ing it. It reports the following: -su: ./bootstrap: /bin/sh^M: bad interpreter: No such file or directory I tried deleting the line: #!/bin/sh but doing so resulted in these errors: : command not found3: aclocal: configure.ac: 0: macro `AM_OPTIONS_WXRC' no...
- Mon Jun 18, 2007 19:14
- Forum: Help
- Topic: [SOLVED] a dialog layout
- Replies: 3
- Views: 3461
[SOLVED] a dialog layout
Hello, I would like to load a frame window from a layout file for displaying a file selection dialog. Should I start the layout file with a root GUISheet creation aswell? Offtopic: Why does UnifiedAreaRect need 8 arguments? (<Property Name="UnifiedAreaRect" Value="{{0.2,0.0},{0.2,0.0}...