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

FreeBSD make error - Fails to build due to tcl.h header location - Linux Syndrome #1748

Open
michaelortmann opened this issue Jan 28, 2025 · 1 comment · May be fixed by #1749
Open

FreeBSD make error - Fails to build due to tcl.h header location - Linux Syndrome #1748

michaelortmann opened this issue Jan 28, 2025 · 1 comment · May be fixed by #1749

Comments

@michaelortmann
Copy link
Member

cc -fPIC -I/usr/local/include/python3.11 -I/usr/local/include/python3.11  -Wsign-compare -Wunreachable-code -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -DNDEBUG -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -pipe -Wall -I. -I../../.. -I../../..  -I../../../src/mod -I/usr/include -DHAVE_CONFIG_H -I/usr/local/include/tcl8.6  -DMAKING_MODS -c .././python.mod/python.c && mv -f python.o ../
In file included from .././python.mod/python.c:46:
.././python.mod/pycmds.c:25:10: fatal error: 'tcl8.6/tcl.h' file not found
   25 | #include <tcl8.6/tcl.h>
      |          ^~~~~~~~~~~~~~
1 error generated.
*** Error code 1

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283584

Part of #176.

Related to python.mod.

Maybe related to #1740.

This bug is interesting for i spent a lot of time making / keeping eggdrop BSD friendly and feel real pain when our child is diagnosed with "Linux Syndrome".

@michaelortmann
Copy link
Member Author

Could be fixed by #1638

@michaelortmann michaelortmann linked a pull request Jan 28, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant