Hello,
I have written a simple AWK program to convert .vcs files into
XAPIA format files that can then be dragged and dropped on the Calendar
icon of the front panel to insert an appointment in the CDE calendar.
The program has some limitations. For the moment, it ignores ToDo items
and only con
cd cde
> rm lib/tt/lib/libtt.elist
> mkdir -p imports/x11/include
> ln -s /usr/include/X11 imports/x11/include
> make World.dev
> # fails; edit programs/Imakefile so as to remove
> # dtinfo, dtksh, dtappbuilder, ttsnoop from SUBDIRS
> make World.dev
> make -k install DESTDIR=/tmp/foo
> make -k i
On 03/29/2014 12:16 AM, Rodrigo Gesswein wrote:
> make[1]: Entering directory `/root/Desktop/cdesktopenv-code/cde/lib/tt/slib'
> rm -f mp_rpc_server.o
> g++ -g -pipe -fpermissive -c -O2 -fno-strict-aliasing -Wno-write-strings
> -I. -I../lib -I../../.. -I../../../exports/include
> -I../../../im
Rodrigo Gesswein wrote:
> /usr/include/X11/VendorP.h:87: error: previous declaration of
> ‘VendorShellClassRec vendorShellClassRec’ with ‘C++’ linkage
> /usr/include/Xm/VendorSP.h:61: error: conflicts with new declaration with ‘C’
> linkage
Looks like it has bugged Xt headers. libXt-1.0.5 ?
--