On 6 August 2015 at 20:01, Brian R Cowan <[email protected]> wrote: > In the even that we need to provide instructions for building the library > with printing support, where is the source repository?
Debian and Ubuntu have the source packages in their archives, so: apt-get source motif ...should fetch the motif source package and unpack it to the current directory, and: sudo apt-get build-dep motif ...will fetch and install the build dependencies for motif. > And where do I need > to change the configuration to enable print support? Simply remove the line '--disable-printing \' below 'dh_auto_configure' in the file 'debian/rules' below where the source package was unpacked, as can be seen here [1]. Since it is actually libXm.so.3.0.2 you want, I think installing libmotif3 2.2.3-4 from Ubuntu Lucid (10.04) might be the easiest. I am still interested in seeing this ClearCase software though. If I could get my hands on a demo copy or similar, it would be useful for testing those dummy functions. I'll be at DebConf in Heidelberg this year, in case someone from IBM would like to bring a disc. [1] http://anonscm.debian.org/cgit/collab-maint/motif.git/tree/debian/rules -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

