From kde-frameworks-devel Sun Oct 27 18:22:02 2019 From: Dominik Haumann Date: Sun, 27 Oct 2019 18:22:02 +0000 To: kde-frameworks-devel Subject: =?UTF-8?Q?Re=3A_KSyntaxHighlighting=3A_My_changes_to_data_files_do?= =?UTF-8?Q?n=E2=80=99t_seem_to_a Message-Id: X-MARC-Message: https://marc.info/?l=kde-frameworks-devel&m=157220055530490 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--00000000000034ddb30595e8766e" --00000000000034ddb30595e8766e Content-Type: text/plain; charset="UTF-8" What does `ldd build/bin/syntax/testhighlighter_test` tell you? What, if you first source build/prefix.sh? Likely the wrong lib is used. Greetings Dominik Adrian Chaves schrieb am So., 27. Okt. 2019, 17:49: > I emptied data/syntax/rest.xml (made it a valid syntax file that would > mark all text as normal). > > Then I run: > > rm -rf build && mkdir build && cd build > cmake .. && make -j8 && make test > > But the contents of build/autotests/html.output/highlight.rst.html are > still those that would be generated if data/syntax/rest.xml had not been > changed. > --00000000000034ddb30595e8766e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
What does `ldd build/bin/syntax/testhighlighter_test` tel= l you?
What, if you first source build/prefix.sh?

Likely the wrong lib is used.

Greetings
Dominik


Adrian Chaves <adri= an@chaves.io> schrieb am So., 27. Okt. 2019, 17:49:
I emptied data/syntax/rest.xml (made it a valid syn= tax file that would
mark all text as normal).

Then I run:

=C2=A0 =C2=A0 =C2=A0rm -rf build && mkdir build && cd build=
=C2=A0 =C2=A0 =C2=A0cmake .. && make -j8 && make test

But the contents of build/autotests/html.output/highlight.rst.html are
still those that would be generated if data/syntax/rest.xml had not been changed.
--00000000000034ddb30595e8766e--