I've pushed a series of patches to master that should resolve the GCC 10
build issues. Hopefully that will be enough to get the Fedora build
working, but I've only tested it on Debian.
Peter
--
Peter Howkins
peter.howk...@marutan.net
https://www.marutan.net/
_
On Tue, 24 Nov 2020 at 00:23, Jon Trulson wrote:
> On 11/23/20 3:04 PM, Antonis Tsolomitis wrote:
>
>
> YES! This modification makes the compilation of the docs successful.
>
> So please add this to git
>
>
> Hi,
>
> Peter is working on a proper fix - ie: fixing the code, not using -fcommon
> opt
On 11/23/20 3:04 PM, Antonis Tsolomitis wrote:
>
> YES! This modification makes the compilation of the docs successful.
>
> So please add this to git
>
Hi,
Peter is working on a proper fix - ie: fixing the code, not using
-fcommon option.
> I get a successful build although it reports that it co
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 <
an
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.
Find these two lines in config/cf/linux.cf
#define CcCmd gcc -g -pipe
#define CplusplusCmdg++ -g -pipe
and change them to
#define CcCmd gcc -g -pipe -fcommon
#define CplusplusCmdg++ -g -pipe -fcommon
then
make clean && make World 2>&1
On 11/23/20 8:38 PM, Peter Howkins
wrote:
On Mon, 23 Nov 2020 at 18:36, Antonis Tsolomitis
wrote:
On 11/23/20 8:32 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:
On 11/23/20 8:32 PM, Peter Howkins
wrote:
On Mon, 23 Nov 2020 at
14:50, Antonis Tsolomitis
wrote:
OK, I run
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
Moin,
Okay, I got CDE to compile cleanly under Fedora 33. The two main
problems were that Fedora splatters the depedencies all over the place
and second, the breakage introduced by gcc 10. Mucking up other
people's code seems to be the norm these days ind Linux-land.
Here's how to compile cleanl
On 11/23/20 1:09 PM, Marcin Cieslak
wrote:
On Mon,
23 Nov 2020, Antonis Tsolomitis wrote:
Thanks for showing me the trap.
So I make clean and rerun
make World | tee cde-make.log 2>&1
On Mon, 23 Nov 2020, Antonis Tsolomitis wrote:
Thanks for showing me the trap.
So I make clean and rerun
make World | tee cde-make.log 2>&1
I am sorry, this is not the right way to do it. Can you try this instead:
make World 2>&1 | tee cde-make.log
Marcin
smime.p7s
Description: S/MIME Cry
Thanks for showing me the trap.
So I make clean and rerun make World | tee
cde-make.log 2>&1
Here is the log:
https://myria.math.aegean.gr/~atsol/tmp/cde-make.log
I do not see any executable named dtstyle:
14 matches
Mail list logo