Home » Developing U++ » Mac OS » Compile X11 Source Package
Re: Compile X11 Source Package [message #25460 is a reply to message #25459] |
Wed, 24 February 2010 18:19   |
Reini
Messages: 28 Registered: April 2009 Location: Berlin
|
Promising Member |
|
|
Hello Andrei,
I tried this way:
#if __unix || __unix__ || __APPLE__
#define PLATFORM_POSIX 1
#undef flagGUI
//#ifdef flagGUI
// #define PLATFORM_X11 1
//#endif
This was then the result.
In file included from ./CtrlCore/CtrlCore.h:6,
from ./CtrlLib/CtrlLib.h:4,
from ./ide/Common/Common.h:5,
from ide/ide.h:4,
from ide/SelectPkg.cpp:1:
./CtrlCore/SystemDraw.h:32: error: invalid use of incomplete type ‘struct Upp::SystemDraw’
./Draw/Draw.h:13: error: forward declaration of ‘struct Upp::SystemDraw’
./CtrlCore/SystemDraw.h:72: error: invalid use of incomplete type ‘struct Upp::SystemDraw’
./Draw/Draw.h:13: error: forward declaration of ‘struct Upp::SystemDraw’
In file included from ./CtrlCore/CtrlCore.h:28,
from ./CtrlLib/CtrlLib.h:4,
from ./ide/Common/Common.h:5,
from ide/ide.h:4,
from ide/SelectPkg.cpp:1:
./CtrlCore/MKeys.h:14: error: ‘K_BACKSPACE’ was not declared in this scope
./CtrlCore/MKeys.h:15: error: ‘K_BACKSPACE’ was not declared in this scope
./CtrlCore/MKeys.h:16: error: ‘K_TAB’ was not declared in this scope
./CtrlCore/MKeys.h:17: error: ‘K_ENTER’ was not declared in this scope
The preferable way won't be to go without GTK. There are then several errors with all the keys.
|
|
|
Goto Forum:
Current Time: Fri May 02 14:22:19 CEST 2025
Total time taken to generate the page: 0.03250 seconds
|