On Wed, Nov 25, 2009 at 19:14, Emmanuel Florac <[email protected]> wrote:
>
> Hi all, I just reinstalled my Slackware 13 system (bye, bye, hard
> drive) and need to reinstall nedit. I had to compile it manually a
> while ago because the antique nedit binary simply won't run properly
> since Slack 12.2 : when scrolling up, the text window doesn't refresh
> properly and display repeated lines. That makes nedit unusable.
>
> So I'd like to compile it. I grabbed the binary distribution for
> openmotif 2.1 and 2.1 dev, but nedit CVS won't compile (and neither the
> plain 5.5):
>
>
> cc -O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD nc.o
> server_common.o ../util/libNUtil.a -L/usr/X11R6/lib -lXm -lXt -lX11 -lm
> -o nc
> /usr/X11R6/lib/libXm.so: undefined reference to `XpQueryExtension'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpGetPageDimensions'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpGetPdmStartParams'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpGetOneAttribute'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpSelectInput'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpGetDocumentData'
> /usr/X11R6/lib/libXm.so: undefined reference to `XShapeQueryExtension'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpGetContext'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpEndPage'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpStartPage'
> /usr/X11R6/lib/libXm.so: undefined reference to
> `XShapeCombineRectangles'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpEndJob'
> /usr/X11R6/lib/libXm.so: undefined reference to `XShapeCombineMask'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpGetScreenOfContext'
> /usr/X11R6/lib/libXm.so: undefined reference to `XpSetImageResolution'
> collect2: ld a retourné 1 code d'état d'exécution
>
> This one looks like the openmotif distribution to be broken. Well, hu,
> I'll try from the 2.3.0 source then... Unless anyone has anythin better
> to propose?
No you just need more depending libraries: I use this list: -lXm -lXmu
-lXp -lXext -lXt -lSM -lICE -lX11 -lm

Bert
>
> --
> Mais monsieur, voudriez-vous que je me l'écorchasse?
> Barbey d'Aurevilly.
> --
> NEdit Develop mailing list - [email protected]
> http://www.nedit.org/mailman/listinfo/develop
>
--
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to