Menu

MailingList

Assets (5)
bstp
Where is the Mailing List?

You can click on Mailing Lists above, or click here:

https://lists.sourceforge.net/lists/listinfo/scid-users

This leads to the same place.

Do I Need to Subscribe?

Yes, please subscribe.
It takes a minute and this is the main way to get in touch with the Scid community.

Can I Ask for Help in Private?

Yes, but why?
We believe in the power of vicarious learning.

All the conversations are archived.
Your question can help other readers.
Your question also help the community members to learn how to help others.

Should I Flame?

No.

Should I Top Post?

Try not to.
Read a few topics from the mailing list archives and you'll see why.

When replying to a comment, please trim down the relevant portions for your comment.
Consult the Wiki on posting style.


Related

Wiki: AboutScidFormat
Wiki: CompileScid
Wiki: EditTclFiles
Wiki: GetBugsFixed
Wiki: GiveFeedback

Discussion

  • epsheldoni

    epsheldoni - 2023-08-06

    I am running NetBSD 9.3 and after running ./configure and gmake, I get the following:

    g++ -std=c++20 -O3 -march=native -fno-rtti -fno-exceptions -pthread -Wall -DNDEBUG -I/usr/pkg/include -o src/codec_scid4.o -c src/codec_scid4.cpp
    g++: error: unrecognized command line option '-std=c++20'; did you mean '-std=c++03'?
    gmake: *** [Makefile:302: src/codec_scid4.o] Error 1

    Lines 299 to 302 of Makefile are the following:

    Generic rule for .cpp files:

    src/%.o: src/%.cpp
    $(COMPILE) $(CPP_FLAGS) $(TCL_INCLUDE) -o $@ -c $<

    -include ${DEPENDS}

    Any help would be appreciated.

     
    • bstp

      bstp - 2023-08-06

      Hello,

      Please submit a bug ticket:

      https://sourceforge.net/p/scid/bugs/

       

Log in to post a comment.