Menu

#100 error compiling csl.cpp

None
closed
None
1
2019-07-10
2019-07-10
No

Two days ago I downloaded reduce-algebra, revision 5040, from the svn server and the csl version of Reduce failed to compile because of two undeclared identifiers in in the file trunk/csl/cslbase/csl.cpp

------------------ from cslbuildlog.log ------------------
.
.
.

6 warnings generated.
CXX bootstrapreduce-serialize.o
CXX bootstrapreduce-sysfwin.o
CXX bootstrapreduce-csl.o
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of undeclared identifier 'nilsegment_base'
doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
^
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of undeclared identifier
'stacksegment_base'
doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));</uintptr_t></uintptr_t>

.
.
.

6 warnings generated.
CXX csl-serialize.o
CXX csl-sysfwin.o
CXX csl-csl.o
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of undeclared identifier 'nilsegment_base'
doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
^
~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of undeclared identifier
'stacksegment_base'
doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));
^
2 errors generated.
gmake[3]: *** [Makefile:3117: csl-csl.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [~/sw/test/reduce-algebra/trunk/m4/libtool.m4] Error 2</uintptr_t></uintptr_t>

Reduce has now been remade

------------------ end of cslbuildlog.log ------------------

I'm using a MacBook Pro (Retina, 15-inch, Mid 2014) with MacOS Mojave 10.14.5, Xcode 10.2.1 and MacPorts 2.5.4 installed. I've installed the reduce port (it works) in order to get the relevant ports to be able to compile compile reduce-algebra. The compilation of csl-reduce and psl-reduce from Reduce-source_4961.tar.bz2 works without problems.

Related

Bugs: #100

Discussion

  • Arthur Norman

    Arthur Norman - 2019-07-10

    Please try the latest revision - I had what should have been at worst a
    temporary glitch then where some files had been updated but others not. I
    am away on a trip now but have just checked and externs.h declare those
    and restart.cpp defined them now. Arthur

    On Wed, 10 Jul 2019, Marco Ferraris wrote:


    [bugs:#100] error compiling csl.cpp

    Status: open
    Group:
    Created: Wed Jul 10, 2019 06:25 AM UTC by Marco Ferraris
    Last Updated: Wed Jul 10, 2019 06:25 AM UTC
    Owner: nobody

    Two days ago I downloaded reduce-algebra, revision 5040, from the svn server
    and the csl version of Reduce failed to compile because of two undeclared
    identifiers in in the file trunk/csl/cslbase/csl.cpp

    ------------------ from cslbuildlog.log ------------------
    .
    .
    .

    6 warnings generated.
    CXX bootstrapreduce-serialize.o
    CXX bootstrapreduce-sysfwin.o
    CXX bootstrapreduce-csl.o
    ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of
    undeclared identifier 'nilsegment_base'
    doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
    ^
    ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of
    undeclared identifier
    'stacksegment_base'
    doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));</uintptr_t</uintptr_t></uintptr_t>

    .
    .
    .

    6 warnings generated.
    CXX csl-serialize.o
    CXX csl-sysfwin.o
    CXX csl-csl.o
    ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of
    undeclared identifier 'nilsegment_base'
    doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
    ^
    ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of
    undeclared identifier
    'stacksegment_base'
    doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));
    ^
    2 errors generated.
    gmake[3]: [Makefile:3117: csl-csl.o] Error 1
    make[2]: [all] Error 2
    make[1]: *** [~/sw/test/reduce-algebra/trunk/m4/libtool.m4] Error
    2</uintptr_t></uintptr_t>

    Reduce has now been remade

    ------------------ end of cslbuildlog.log ------------------

    I'm using a MacBook Pro (Retina, 15-inch, Mid 2014) with MacOS Mojave
    10.14.5, Xcode 10.2.1 and MacPorts 2.5.4 installed. I've installed the
    reduce port (it works) in order to get the relevant ports to be able to
    compile compile reduce-algebra. The compilation of csl-reduce and psl-reduce
    from Reduce-source_4961.tar.bz2 works without problems.


    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/reduce-algebra/bugs/100/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #100

    • Marco Ferraris

      Marco Ferraris - 2019-07-10

      I updated to revision 5054 and everything works fine.

      Thanks, Marco

      Il giorno 10 lug 2019, alle ore 10:46, Arthur Norman arthurcnorman@users.sourceforge.net ha scritto:

      Please try the latest revision - I had what should have been at worst a
      temporary glitch then where some files had been updated but others not. I
      am away on a trip now but have just checked and externs.h declare those
      and restart.cpp defined them now. Arthur

      On Wed, 10 Jul 2019, Marco Ferraris wrote:

      [bugs:#100] https://sourceforge.net/p/reduce-algebra/bugs/100/ error compiling csl.cpp

      Status: open
      Group:
      Created: Wed Jul 10, 2019 06:25 AM UTC by Marco Ferraris
      Last Updated: Wed Jul 10, 2019 06:25 AM UTC
      Owner: nobody

      Two days ago I downloaded reduce-algebra, revision 5040, from the svn server
      and the csl version of Reduce failed to compile because of two undeclared
      identifiers in in the file trunk/csl/cslbase/csl.cpp

      ------------------ from cslbuildlog.log ------------------
      .
      .
      .

      6 warnings generated.
      CXX bootstrapreduce-serialize.o
      CXX bootstrapreduce-sysfwin.o
      CXX bootstrapreduce-csl.o
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of
      undeclared identifier 'nilsegment_base'
      doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
      ^
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of
      undeclared identifier
      'stacksegment_base'
      doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));</uintptr_t</uintptr_t></uintptr_t>

      .
      .
      .

      6 warnings generated.
      CXX csl-serialize.o
      CXX csl-sysfwin.o
      CXX csl-csl.o
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of
      undeclared identifier 'nilsegment_base'
      doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
      ^
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of
      undeclared identifier
      'stacksegment_base'
      doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));
      ^
      2 errors generated.
      gmake[3]: [Makefile:3117: csl-csl.o] Error 1
      make[2]: [all] Error 2
      make[1]: *** [~/sw/test/reduce-algebra/trunk/m4/libtool.m4] Error
      2</uintptr_t></uintptr_t>

      Reduce has now been remade

      ------------------ end of cslbuildlog.log ------------------

      I'm using a MacBook Pro (Retina, 15-inch, Mid 2014) with MacOS Mojave
      10.14.5, Xcode 10.2.1 and MacPorts 2.5.4 installed. I've installed the
      reduce port (it works) in order to get the relevant ports to be able to
      compile compile reduce-algebra. The compilation of csl-reduce and psl-reduce
      from Reduce-source_4961.tar.bz2 works without problems.

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/reduce-algebra/bugs/100/ https://sourceforge.net/p/reduce-algebra/bugs/100/
      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/ https://sourceforge.net/auth/subscriptions/
      [bugs:#100] https://sourceforge.net/p/reduce-algebra/bugs/100/ error compiling csl.cpp

      Status: open
      Group:
      Created: Wed Jul 10, 2019 06:25 AM UTC by Marco Ferraris
      Last Updated: Wed Jul 10, 2019 06:25 AM UTC
      Owner: nobody

      Two days ago I downloaded reduce-algebra, revision 5040, from the svn server and the csl version of Reduce failed to compile because of two undeclared identifiers in in the file trunk/csl/cslbase/csl.cpp

      ------------------ from cslbuildlog.log ------------------
      .
      .
      .

      6 warnings generated.
      CXX bootstrapreduce-serialize.o
      CXX bootstrapreduce-sysfwin.o
      CXX bootstrapreduce-csl.o
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of undeclared identifier 'nilsegment_base'
      doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
      ^
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of undeclared identifier
      'stacksegment_base'
      doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));</uintptr_t></uintptr_t>

      .
      .
      .

      6 warnings generated.
      CXX csl-serialize.o
      CXX csl-sysfwin.o
      CXX csl-csl.o
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2568:56: error: use of undeclared identifier 'nilsegment_base'
      doubleword_align_up(static_cast<uintptr_t>(nilsegment_base)));
      ^
      ~/sw/test/reduce-algebra/trunk/csl/cslbase/csl.cpp:2585:56: error: use of undeclared identifier
      'stacksegment_base'
      doubleword_align_up(static_cast<uintptr_t>(stacksegment_base)));
      ^
      2 errors generated.
      gmake[3]: [Makefile:3117: csl-csl.o] Error 1
      make[2]: [all] Error 2
      make[1]: *** [~/sw/test/reduce-algebra/trunk/m4/libtool.m4] Error 2</uintptr_t></uintptr_t>

      Reduce has now been remade

      ------------------ end of cslbuildlog.log ------------------

      I'm using a MacBook Pro (Retina, 15-inch, Mid 2014) with MacOS Mojave 10.14.5, Xcode 10.2.1 and MacPorts 2.5.4 installed. I've installed the reduce port (it works) in order to get the relevant ports to be able to compile compile reduce-algebra. The compilation of csl-reduce and psl-reduce from Reduce-source_4961.tar.bz2 works without problems.

      Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/reduce-algebra/bugs/100/ https://sourceforge.net/p/reduce-algebra/bugs/100/
      To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #100

  • Rainer Schöpf

    Rainer Schöpf - 2019-07-10
    • status: open --> closed
    • assigned_to: Arthur Norman
    • Group: -->
     

Log in to post a comment.

MongoDB Logo MongoDB