On Wed, Feb 24, 2016 at 11:30 AM, Steven Watanabe <watanabesj@gmail.com> wrote:
AMDG

On 02/24/2016 06:41 AM, Beman Dawes wrote:
>
> I deleted "local" from cygwin.jam line 36, so it read "rule
> cygwin-to-windows-path ( path )" and then tried again.
> That failed with the message:
> C:/boost/develop/tools/build/src/build\toolset.jam:43: in toolset.using
> ERROR: rule "cygwin.init" unknown in module "toolset".
>

?????  Is there more of a backtrace?
I definitely put import cygwin rather
than using cygwin, so it shouldn't
be looking for cygwin.init.

Here is the full backtrace:

C:/boost/develop/tools/build/src/build\toolset.jam:43: in toolset.using
ERROR: rule "cygwin.init" unknown in module "toolset".
C:/boost/develop/tools/build/src/build\project.jam:1052: in using
C:\Users\Beman\user-config.jam:19: in modules.load
C:/boost/develop/tools/build/src\build-system.jam:249: in load-config
C:/boost/develop/tools/build/src\build-system.jam:389: in load-configuration-files
C:/boost/develop/tools/build/src\build-system.jam:524: in load
C:\boost\develop\tools\build\src/kernel\modules.jam:295: in import
C:\boost\develop\tools\build\src/kernel/bootstrap.jam:139: in boost-build
C:\boost\develop\boost-build.jam:17: in module scope

Here is user-config.jam entry:

  using cygwin ;

Also tried "using cygwin : : c:/cygwin64/bin/g++ ;" but it failed with the same backtrace.

--Beman