Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bunch of undefined errors occur when make #153

Open
Jiwj-sudo opened this issue Jan 10, 2023 · 1 comment
Open

A bunch of undefined errors occur when make #153

Jiwj-sudo opened this issue Jan 10, 2023 · 1 comment

Comments

@Jiwj-sudo
Copy link

When I configure./autogen.sh and./configure, and then make, I get a bunch of undefined errors. How to solve it?
image

@stuartdhayes
Copy link

I've just experience this problem in version 2.3.
Some how the files generated by generate_fsm.py were all 0 length, ie
BUILT_SOURCES = src/htmlparser/htmlparser_fsm.h
src/htmlparser/jsparser_fsm.h
src/tests/statemachine_test_fsm.h

To fix this I had to clean out the generated file, which you can use:
make maintainer-clean-generic

Then you can configure and rebuild again, providing you have the correct version of python installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants