This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is it somehow possible to start Windows applications from xtermso that they "remain" in X-Server area?


Alexander Gottwald wrote:

On Tue, 8 Feb 2005, Karl Bowden wrote:



Has any body made any more progress on compiling and getting the
CygPeace project working?
This seems like a very worthwile project if somebody could supply binaries.
The only other application I have seen to offer this feature of
exporting applications, is the Citrix product.



Not compiling is the big issue but running. It constantly crashed with cygwin 1.5.* but was reported to run with cygwin 1.3.*

Afair there were some definitions which needed to be changed in order to get cygpeace to work, but these were quite simple changes.



Below is error I get to do with inttypes.h that is included by a lot of files.

$ make
gcc -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common
-I./include -DDLLMAIN -D__aconst= -DEXTERN_C= -c -o ../common/handle.o
../common/handle.c
g++ -g -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I../common
-I./include -DDLLMAIN -D__aconst= -DEXTERN_C="extern \"C\"" -c -o
../ui.so/BitmapBlock.o ../ui.so/BitmapBlock.cc
In file included from ../ui.so/BitmapBlock.h:33,
from ../ui.so/BitmapBlock.cc:29:
include/sys/inttypes.h:6: error: conflicting types for `typedef unsigned int
uint32_t'
/usr/include/stdint.h:28: error: previous declaration as `typedef long unsigned
int uint32_t'
make: *** [../ui.so/BitmapBlock.o] Error 1



Maybe removing #inlude <sys/inttypes.h> helps


Confirmed that I got it running fine on cygwin 1.3.x
If you do make any progress on 1.5.x please report back to the list!

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]