Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1474


Ignore:
Timestamp:
May 29, 2008, 3:30:04 AM (16 years ago)
Author:
landauf
Message:

fixed tcl-initialisation problem on systems with tcl8.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/core/TclBind.cc

    r1454 r1474  
    2626 *
    2727 */
     28
     29#include "boost/filesystem.hpp"
    2830
    2931#include <iostream>
     
    6264    void TclBind::setDataPath(const std::string& datapath)
    6365    {
    64         this->tclLibPath_ = datapath + "/tcl";
     66        this->tclLibPath_ = datapath + "/tcl" + TCL_VERSION + "/";
    6567        this->bSetTclLibPath_ = true;
    6668
Note: See TracChangeset for help on using the changeset viewer.