• Login
Community
  • Login

Upgrading Scintilla, need help for boost

Scheduled Pinned Locked Moved General Discussion
5 Posts 3 Posters 851 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    donho
    last edited by Meta Chuh Apr 21, 2019, 3:58 AM Apr 21, 2019, 1:37 AM

    I’m working on upgrading Scintilla to 4.14.
    And I’m trying to integrate the PCRE of last version of boost:
    https://www.boost.org/users/history/version_1_70_0.html

    For the moment, I managed to use bjam to build regex in debug dynamical binary.
    However I need to build a multi-thread static release library.
    Can anyone tell me how to build in with bjam under C:\boost_1_70_0\bin.v2\libs\regex\build ?

    E 1 Reply Last reply Apr 22, 2019, 2:08 PM Reply Quote 5
    • E
      Ekopalypse @donho
      last edited by Ekopalypse Apr 22, 2019, 2:09 PM Apr 22, 2019, 2:08 PM

      @donho

      If this is still an open point for you and I’m not sure if this info does help you but,
      what about cloning getboost repository and follow the guide how to build boost.
      Within boost.bat you can comment the unneeded compilers.
      It took around 6 minutes on my machine to build the various regex libraries.
      Note, this compiled only the boost::regex, none of the others.
      Command I used (within boost.bat it is the line before the last line) was
      b2 architecture=x86 link=%2 runtime-link=%3 threading=%4 address-model=%5 stage --stagedir=address-model-%5 --toolset=msvc-%1 --with-regex

      1 Reply Last reply Reply Quote 5
      • M
        MAPJe71
        last edited by Apr 22, 2019, 9:27 PM

        See Boost C++ Libraries - Invocation for additional properties and the values allowed for the properties.

        FYI: Boost encourages to use the name b2 instead of bjam

        e.g.

        "%BOOSTPATH%\b2\bin\b2.exe" "toolset=msvc-14.1" "variant=debug,release" "threading=multi" "link=static" "runtime-link=static" "address-model=64"
        
        1 Reply Last reply Reply Quote 6
        • M
          MAPJe71
          last edited by MAPJe71 Apr 22, 2019, 9:33 PM Apr 22, 2019, 9:33 PM

          Link no longer valid, try: Build Binaries from Source .

          1 Reply Last reply Reply Quote 2
          • M
            MAPJe71
            last edited by MAPJe71 Apr 22, 2019, 9:36 PM Apr 22, 2019, 9:36 PM

            and see: Library Naming

            1 Reply Last reply Reply Quote 2
            3 out of 5
            • First post
              3/5
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors