Menu

#113 1.7.79 fails to build due to leftover TOPIC_REXDUMP define in FXRex.cpp

swbug
open
nobody
None
5
2022-03-13
2022-03-13
balducci
No

hi

this seems to be a problem similar to #111

1.7.79 (official tarball from ftp://ftp.fox-toolkit.org/pub/) build fails for me with:

FXRex.cpp:4676:10: fatal error: fxrexdbg.h: No such file or directory
 4676 | #include "fxrexdbg.h"
      |          ^~~~~~~~~~~~
compilation terminated.

Looks like the reason is this seemingly leftover define in FXRex.cpp:

#define TOPIC_REXDUMP   1014          // Debugging regex code

Commenting that define allows the build to complete successfully.

Building on linux w/ gcc-11.2

ciao
-gabriele

Discussion


Log in to post a comment.