wregex support missing? #20

Open
opened 2026-01-29 22:23:28 +00:00 by claunia · 0 comments
Owner

Originally created by @martinrotter on GitHub (Feb 4, 2020).

Originally assigned to: @dmik on GitHub.

I get errors: "wregex is not a member of std", "regexp not declared", etc.

I compile with latest gcc 9.2.xx from experimental repository. I have C++17 standard enabled by appropriate switch.

Specifically compilling https://github.com/martinrotter/textosaurus with these steps:

cd C:\usr\bin
cp lupdate-qt5.exe lupdate.exe
cp lrelease-qt5.exe lrelease.exe
cd C:
git clone https://github.com/martinrotter/textosaurus
git submodule update --init --remote
mkdir build
cd build
qmake-qt5 ../ -r
make
Originally created by @martinrotter on GitHub (Feb 4, 2020). Originally assigned to: @dmik on GitHub. I get errors: "wregex is not a member of std", "regexp not declared", etc. I compile with latest gcc 9.2.xx from experimental repository. I have C++17 standard enabled by appropriate switch. Specifically compilling https://github.com/martinrotter/textosaurus with these steps: ```bash cd C:\usr\bin cp lupdate-qt5.exe lupdate.exe cp lrelease-qt5.exe lrelease.exe cd C: git clone https://github.com/martinrotter/textosaurus git submodule update --init --remote mkdir build cd build qmake-qt5 ../ -r make ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bitwiseworks/gcc-os2#20