I think it was Marcin, who had that idea yesterday, and I extended it to
the C++ command as well. I noticed you ran into the same errors as the
broken Fedorabuild, which are ultimately down to GCC 10. Good to hear that
it works again for you :)

On Mon, 23 Nov 2020 at 23:04, Antonis Tsolomitis <
antonis.tsolomi...@gmail.com> wrote:

>
> YES! This modification makes the compilation of the docs successful.
>
> So please add this to git
>
> I get a successful build although it reports that it compiled CDE 2.3.1a
> (stable was 2.3.2)
> The help system works fine once again.
>
> I will compile on Arch tomorrow and report back.
>
> The make.log is here:
>
> https://myria.math.aegean.gr/~atsol/tmp/make.log
>
> Antonis.
>
>
>
>
>
> On 11/23/20 11:09 PM, Danilo Pecher wrote:
>
> Find these two lines in config/cf/linux.cf
>
> #define CcCmd                   gcc -g -pipe
> #define CplusplusCmd            g++ -g -pipe
>
> and change them to
>
> #define CcCmd                   gcc -g -pipe -fcommon
> #define CplusplusCmd            g++ -g -pipe -fcommon
>
> then
>
> make clean && make World 2>&1 | tee make.log
>
> On Mon, 23 Nov 2020 at 21:08, Antonis Tsolomitis <
> antonis.tsolomi...@gmail.com> wrote:
>
>> On 11/23/20 8:38 PM, Peter Howkins wrote:
>>
>> On Mon, 23 Nov 2020 at 18:36, Antonis Tsolomitis <
>> antonis.tsolomi...@gmail.com> wrote:
>>
>>> On 11/23/20 8:32 PM, Peter Howkins wrote:
>>>
>>>
>>>
>>> On Mon, 23 Nov 2020 at 14:50, Antonis Tsolomitis <
>>> antonis.tsolomi...@gmail.com> wrote:
>>>
>>>>
>>>> OK, I run the above modified command. Here is the build log:
>>>>
>>>> https://myria.math.aegean.gr/~atsol/tmp/cde-make.log
>>>>
>>>> dtstyle does not get build.
>>>>
>>>
>>> Thanks for making this log, I've pushed a fix to git head that should
>>> fix this dtstyle problem, but if you could test it and confirm the fix that
>>> would be useful.
>>>
>>>
>>> Sure I can test. So I just get the git version and compile?
>>>
>>
>> Yep :) checkout the git version and compile and install using the same
>> commands as before.
>>
>> Peter
>>
>>
>> I verify that CDE from git compiles including dtstyle on PureOS (Debian)
>> and works fine othat than docs.
>> I do not see dtinfo and dthelpview. Help is not available.
>>
>> New compilation log is again here:
>>
>> https://myria.math.aegean.gr/~atsol/tmp/cde-make.log
>>
>> I will also try on Arch and Manjaro.
>>
>> thanks a lot, I will start configuring it for my daily use.
>>
>> Antonis.
>>
>>
>> _______________________________________________
>> cdesktopenv-devel mailing list
>> cdesktopenv-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel
>>
>
>
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel

Reply via email to