Could you post your full build log?
Thank you for your time,
-Chase
‐‐‐ Original Message ‐‐‐
On Wednesday, October 6th, 2021 at 8:00 PM, Marco Diego Aurélio Mesquita
wrote:
> Minor progress: got it to compile with:
>
> cc -o project project.o dtb_utils.o main_ui.o main_stubs.o
>
> -L/
Minor progress: got it to compile with:
cc -o project project.o dtb_utils.o main_ui.o main_stubs.o
-L/usr/dt/lib -L/X11/lib -lDtWidget -lDtHelp -lDtSvc -lXm -lXt -lXext
-lX11 -lICE -lSM -lm -ltt -lDtXinerama
To make it run, I had to type
LD_LIBRARY_PATH=/usr/dt/lib ./project
But when it runs, i
I built and installed CDE from git on my debian 11 to test how well
application builder still works. It seems to work fine, when I try to
compile the code generated it complains trying to link with -lXp and
-lgen .
AFAIK, -lXp can be replaced by -lXpm on a modern linux distro, but
what about this