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]

RE: ctwm + xmkmf



Well, I will have a look at code.  Right now, or today, I cannot.
Suhaib

> -----Original Message-----
> From: Lemke, Michael ISC 1 [mailto:lemkemch@de.ina.com] 
> Sent: Wednesday, August 22, 2001 11:16 AM
> To: 'cygwin-xfree@cygwin.com'
> Subject: FW: ctwm + xmkmf
> 
> 
> > 
> > > No, I don't (doesn't come with Xfree, right?).
> 
> yes
> 
> <So I just
> > > #undef XPM in Imakefile with almost the same result:
> > > 
> > > 
> 
> 
>  I do not see you undef it in Imakefile.  If you want that 
> then you need to prefix the following with XCOM
> or you can copy xpm file from Linux to same directory under 
> Cygwin/Xfree86
> 
> 
> Well, there is a #undef at the beginning of the Imakefile.  But I 
> just deleted the whole PIXMAPFILES line.  Still no luck.  And 
> doesn't PIXMAPFILES refer to xpm files that come with ctwm?  
> At least they are all in xpm/ in the ctwm source directory.
> 
> New *makefiles:
> 
> 
>  <<Imakefile>>   <<Makefile>> 
> 
> 
> 
>  PIXMAPFILES =  xpm/IslandD.xpm        xpm/mail1.xpm
> xpm/xgopher.xpm \
>                 xpm/IslandW.xpm        xpm/nothing.xpm        
> xpm/xgrab.xpm
> \
>                 xpm/LRom.xpm           xpm/pixmap.xpm
> xpm/xhpcalc.xpm \
>                 xpm/LRom1.xpm          xpm/postit.xpm         
> xpm/xmail.xpm
> \
>                 xpm/arthur.xpm         xpm/term.xpm           
> xpm/xman.xpm \
>                 xpm/cdrom1.xpm         xpm/unknown.xpm
> xpm/xnomail.xpm \
>                 xpm/claude.xpm         xpm/unread.xpm
> xpm/xrn.goodnews.xpm \
>                 xpm/datebook.xpm       xpm/xarchie.xpm
> xpm/xrn.nonews.xpm \
>                 xpm/emacs.xpm          xpm/xcalc.xpm          
> xpm/xrn.xpm \
>                 xpm/hpterm.xpm         xpm/xcalc2.xpm         
> xpm/xterm.xpm
> \
>                 xpm/mail0.xpm          xpm/xedit.xpm
> xpm/welcome.xpm \
>                 xpm/audio_editor.xpm   xpm/clipboard.xpm
> xpm/ghostview.xpm \
>                 xpm/xirc.xpm           xpm/xmosaic.xpm
> xpm/unknown1.xpm \
>                 xpm/xrn-compose.xpm    xpm/gnu-emacs1.xpm
> xpm/gnu-emacs2.xpm \
>                 xpm/gnu-emacs3.xpm     xpm/gnu-emacs4.xpm
> xpm/gnu-emacs5.xpm \
>                 xpm/gnu-emacs6.xpm     xpm/gnu-emacs7.xpm     
> xpm/skull.xpm
> \
>                 xpm/3D_Expand15.xpm    xpm/3D_Iconify15.xpm
> xpm/3D_Lightning15.xpm \
>                 xpm/3D_Menu15.xpm      xpm/3D_Resize15.xpm
> xpm/3D_Zoom15.xpm \
>                 xpm/background8.xpm    xpm/spider.xpm \
>                 xpm/ball1.xpm    xpm/ball12.xpm   xpm/ball4.xpm
> xpm/ball7.xpm \
>                 xpm/ball10.xpm   xpm/ball2.xpm    xpm/ball5.xpm
> xpm/ball8.xpm \
>                 xpm/ball11.xpm   xpm/ball3.xpm    xpm/ball6.xpm
> xpm/ball9.xpm \
>                 xpm/supman1.xbm   xpm/supman4.xbm   xpm/supman7.xbm \
>                 xpm/supman2.xbm   xpm/supman5.xbm   xpm/supman8.xbm \
>                 xpm/supman3.xbm   xpm/supman6.xbm   xpm/supman9.xbm \
>                 xpm/nt1.xpm   xpm/nt2.xpm xpm/xftp.xpm 
> xpm/welcome.xwd \
>                 3dcircle.xpm 3ddimple.xpm 3ddot.xpm 
> 3dfeet.xpm 3dleopard.xpm \
>                 3dpie.xpm 3dpyramid.xpm 3dslant
> 
> 
> > > 
> > >  <<Imakefile>>  <<Makefile>>
> > > Still xpm's fault?
> > > 
> > > 
> > > Thanks,
> > > Michael
> > > 
> > > 
> > > It stops after Object files, when it hits the lines for xpm in
> > > Imakefile. Do you have xpm directory awith files?  If not 
> > that is the
> > > cause of problems.
> > > 
> > > Suhaib
> > > 
> > > > -----Original Message-----
> > > > From: Lemke, Michael ISC 1 [mailto:lemkemch@de.ina.com]
> > > > Sent: Wednesday, August 22, 2001 10:39 AM
> > > > To: 'cygwin-xfree@cygwin.com'
> > > > Subject: RE: ctwm + xmkmf
> > > > 
> > > > 
> > > > > Here it is:
> > > > > 
> > > > > 
> > > > >  <<Makefile>>
> > > > > 
> > > > > 
> > > > > Michael
> > > > > 
> > > > > >Post your generated Makefile.
> > > > > 
> > > > > >Suhaib
> > > > > >
> > > > > >> 
> > > > > >> 
> > > > > >> Last night I tried to build ctwm3.5.2 after I just 
> installed
> > > > > >> the 4.1.0 release of xfree86/cygwin.  Build 
> > instructions say to
> > > > > >> run xmkmf followed by make.  However, the 
> generated Makefile
> > > > > >> seems very incomplete.  I tried the same on Linux to 
> > make sure
> > > > > >> it isn't a ctwm issue but it ran just fine.  Is
> > there a problem
> > > > > >> with xmkmf? I attach the Imakefile in case it 
> helps to track
> > > > > >> down the problem. I am not really familiar with 
> Imakefiles.  
> > > > > >> But I am really impressed by xfree86 on cygwin, 
> > execllent work!
> > > > > >> I managed to build pgplot and everything runs great.
> >  And so do
> > > > > >> xsessions to Solaris,
> > > > brilliant.
> > > > > >> 
> > > > > >> Thanks,
> > > > > >> Michael
> > > > > >> 
> > > > > >> 
> > > > > >>  <<Imakefile>>
> > > > > >> 
> > > > > >> 
> > > > > 
> > > > 
> > > 
> > > 
> > 
> 
> 


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