On Fri, 10 Nov 2006, Patco wrote:

I've tried to build pd with using tcl/tk-8.5 sources with no satisfaying results, pd.exe is still linked to wish84.exe, Did anyone successfully built pd with this TCL/TK version?

When configuring the build of pd, make sure that it detects the right tcl/tk version, and if not, investigate why it is so.

note that devel_0_39 does it in reverse than Miller's: it picks the lowest available version instead of the highest. To make it pick the highest version, you have to edit pd/src/SConscript and replace:

  for i in range (0,10):

by

  for i in range (9,-1,-1):

so that it counts possible versions downwards.

 _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
| Freelance Digital Arts Engineer, Montréal QC Canada
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to