diff --git a/src/build/README.cmake b/src/build/README.cmake index 5df2d63..502c72a 100644 --- a/src/build/README.cmake +++ b/src/build/README.cmake @@ -27,7 +27,7 @@ MacOS may need help finding the cmake config file for Qt6. Sometimes you need to specify a newer version of g++/gcc. Your installation may have an old version as the default. - % cmake -DCMAKE_C_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13 -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=Debug .. + % cmake -DCMAKE_C_COMPILER=gcc-14 -DCMAKE_CXX_COMPILER=g++-14 -DQTVERSION=QT6 -DCMAKE_BUILD_TYPE=Debug .. Checkout the Seer wiki for more build info. diff --git a/tests/helloprettyprint/Makefile b/tests/helloprettyprint/Makefile index cd012d0..cf3b1cf 100644 --- a/tests/helloprettyprint/Makefile +++ b/tests/helloprettyprint/Makefile @@ -2,7 +2,7 @@ all: helloprettyprint helloprettyprint: helloprettyprint.cpp - g++ -g -o helloprettyprint helloprettyprint.cpp + g++-14 -g -o helloprettyprint helloprettyprint.cpp .PHONY: clean clean: diff --git a/tests/helloprettyprint/project-with-pretty-print.seer b/tests/helloprettyprint/project-with-pretty-print.seer index 8360063..3245228 100644 --- a/tests/helloprettyprint/project-with-pretty-print.seer +++ b/tests/helloprettyprint/project-with-pretty-print.seer @@ -5,7 +5,7 @@ "set print pretty on" ], "pregdbcommands": [ - "" + "set print pretty on" ], "startmode": { "arguments": "",