Revision: 77281
          http://sourceforge.net/p/brlcad/code/77281
Author:   starseeker
Date:     2020-09-30 12:40:32 +0000 (Wed, 30 Sep 2020)
Log Message:
-----------
Add note about a tricky problem...

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c

Modified: brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c
===================================================================
--- brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c 2020-09-30 
00:19:06 UTC (rev 77280)
+++ brlcad/branches/thirdparty_rework/src/libtclcad/auto_path.c 2020-09-30 
12:40:32 UTC (rev 77281)
@@ -22,6 +22,17 @@
  *
  * Locate the BRL-CAD tclscripts
  *
+ * TODO - superbuild presents us with a challenge here.  This logic
+ * is optimized for assuming that packages are either installed with
+ * the associated system Tcl/Tk or present in the BRL-CAD build
+ * directory.  Superbuilds present another possibility - a system
+ * Tcl/Tk, a superbuild Itcl/Itk in the superbuild's directory,
+ * and a BRL-CAD build needing to reference the staging install of
+ * Itcl/Itk during its build.
+ *
+ * Not sure what the answer is yet.  One possibility is to use the
+ * environment variables during the BRL-CAD build's execution of
+ * its tools, but not sure yet if that's practical.
  */
 
 #include "common.h"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to