Re: [cdesktopenv-devel] How to compile projects created with application builder

2021-10-06 Thread Marco Diego Aurélio Mesquita
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

[cdesktopenv-devel] How to compile projects created with application builder

2021-10-06 Thread Marco Diego Aurélio Mesquita
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