On 2/7/21 8:39 AM, Chase via cdesktopenv-devel wrote:
> Only two programs left...
>

Yeah, getting closer... Once those are done, then docs, then profit!

I cannot apply this patch though as it breaks multicore builds:

depbase=`echo stringChooser_stubs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
c++ -DHAVE_CONFIG_H -I. -I../../include   -DANSICPP -DMULTIBYTE -DNLS16
-D_POSIX_SOURCE -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-DUSE_XINERAMA -fno-strict-aliasing -Wno-write-strings
-Wno-unused-result -DOSMAJORVERSION=4 -DOSMINORVERSION=15  -g -O2
-DOPT_TIRPC -I/usr/include/tirpc    -pthread -MT stringChooser_stubs.o
-MD -MP -MF $depbase.Tpo -c -o stringChooser_stubs.o
stringChooser_stubs.C &&\
mv -f $depbase.Tpo $depbase.Po
stringChooser_stubs.C:22:10: fatal error: dtb_utils.h: No such file or
directory
   22 | #include "dtb_utils.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:606: stringChooser_stubs.o] Error 1

I think there is something generally wrong with deps in dtbuilder, and
this may be another symptom.  Maybe /.NOTPARALLEL:/ needs to be
specified in more than one dtappbuilder Makefile.am?  Not sure, no time
to investigate, but worth trying.

-jon

> Thank you for your time,
> -Chase
>
>
>
>
> _______________________________________________
> cdesktopenv-devel mailing list
> cdesktopenv-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

-- 
Jon Trulson

  "Entropy.  It isn't what it used to be."
                           -- Sheldon

_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to