#38182: tcLex @1.2a1 build failure: missing header: <tclInt.h> ----------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: tcLex | ----------------------+-------------------------------- Comment (by egall@…): ok, in the process of trying to cook up a patch, I copied tclInt.h from OS X's System Tcl's private-headers folder into the project, changed the `<>` quotes to `""` quotes, and copied the rest of the private headers that tclInt.h needs, too, but then I ran into this error: {{{ /usr/bin/clang -fno-common -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_tcl/tcl/work/tcl8.6.0/generic -I/opt/local/include -DTCLEX_VERSION=\"1.2\" -c -o tcLexRE.o tcLexRE.c tcLexRE.c:11:10: fatal error: 'tclRegexp.h' file not found #include <tclRegexp.h> ^ 1 error generated. make: *** [tcLexRE.o] Error 1 }}} I don't see tclRegexp.h among Tcl's private-headers; where might it be? -- Ticket URL: <https://trac.macports.org/ticket/38182#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS