Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sun, 30 May 1999 23:27:07 +0000

346-day anniversary of seeing the stars ;)

Hi,

after sending this by private mail I realised it might be of interrest
to someone on the list as well. ;)

 If I haven't missed any commits the 990531 snapshot should now build
 out of the box on the Cygwin platform, and you should be able to run
 the demos on the Xlib target (export GGI_DISPLAY=xlib). The X target
 didn't work for me, but I don't know if it's Cygwin or X-Win32 that's
 missing something, or if it's just a result of using win98 instead
 of NT.

 Some hints for installation:
 Libtool doesn't handle the .exe extension on demos properly, thus
 'make install' will fail when you get to the demo directories of
 LibGII and LibGGI. This means that you have to manually copy
 libgii.conf and libggi.conf respectively to $prefix/etc/ggi (because
 it is normally installed last). Also you will have to replace all
 occurences of *.so in those files to *-0-0-0.dll.
 After that you should be all set.

 Also note that dlopen() in Cygwin gives very weird error messages
 when it can't find a library, so make sure you have things like
 the X DLLs where Win* can find them.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se


Index: [thread] [date] [subject] [author]