Search found 2 matches

by chatug
Tue Oct 30, 2018 12:51 am
Forum: Framework
Topic: cvs problem
Replies: 4
Views: 5686

Re: cvs problem

Thanks for fixing this
by chatug
Fri Oct 12, 2018 12:51 am
Forum: Framework
Topic: #include <tcl.h>
Replies: 4
Views: 3370

Re: #include <tcl.h>

Once you have a Tcl dev package installed, you'll then possibly come across the code expecting tcl.h to be in /usr/include/, but in order to facilitate multiple versions of Tcl being installed, Ubuntu places tcl.h in /usr/include/tcl/ - note the extra directory level. Replacing: #include <tcl.h> wit...