For kicks, I went ahead and applied them and tried a simple build:

       make[4]: Entering directory
       '/home/jon/src/CDE/cde-master/cde/programs/dtksh/examples'
       make[4]: *** No rule to make target 'DtCursorTest2', needed by
       'all-am'.  Stop.
       make[4]: Leaving directory
       '/home/jon/src/CDE/cde-master/cde/programs/dtksh/examples'
       make[3]: *** [Makefile:841: all-recursive] Error 1
       make[3]: Leaving directory
       '/home/jon/src/CDE/cde-master/cde/programs/dtksh'
       make[2]: *** [Makefile:519: all] Error 2
       make[2]: Leaving directory
       '/home/jon/src/CDE/cde-master/cde/programs/dtksh'
       make[1]: *** [Makefile:450: all-recursive] Error 1
       make[1]: Leaving directory
       '/home/jon/src/CDE/cde-master/cde/programs'
       make: *** [Makefile:590: all-recursive] Error 1

Please test your patches on a fresh repo synced to master before sending them my way. Make sure it builds, and make sure it runs correctly.

I really do not have a lot time for CDE, and issues like this just waste my time...

-jon




On 12/28/25 14:01, Jon Trulson wrote:

Hi Chase...

Can you explain this in a little more detail? I was not really expecting 20 different patches for one thing.

Also - I picked one out at random:

autoconf-15.patch:

        diff --git a/cde/programs/dthello/Makefile.am
        b/cde/programs/dthello/Makefile.am
        index 7f84a812a..f0db38798 100644
        --- a/cde/programs/dthello/Makefile.am
        +++ b/cde/programs/dthello/Makefile.am
        @@ -1,7 +1,5 @@
         MAINTAINERCLEANFILES = Makefile.in

        -appdefaultsdir = $(CDE_INSTALLATION_TOP)/app-defaults/C
        -
         bin_PROGRAMS = dthello

         dthello_LDADD = $(DTCLIENTLIBS) $(XTOOLLIB) $(TIRPCLIB)
        @@ -12,7 +10,5 @@ endif

         dthello_SOURCES = dthello.c

        -dist_appdefaults_DATA = Dthello
        -

I am not sure what you are doing here... These have nothing to do with gencpp - they are needed to ensure that the proper app defaults files are installed in the correct place on a `make install`...

-jon


On 12/27/25 18:03, Chase via cdesktopenv-devel wrote:
This should remove most of them. I am still working on dtlogin, and a few instances where they are called from scripts.

Thank you for your time,
-Chase



_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
--
Jon Trulson

   "The less you know, the more you believe."
                            -- Bono


_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

--
Jon Trulson

  "The less you know, the more you believe."
                           -- Bono
_______________________________________________
cdesktopenv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to