[Boost-users] Boost Installation in Codeblocks

2021-08-18 Thread Alexander Tanseco via Boost-users
To Gavin Lambert, many thanks for your help. I finally got my program running without errors with the ff settings: Global variable Lib: c:\boost_1_77_0\stage\lib Program's build options: Linker settings/Link libraries: blank Search Directories/Compiler: $(#boost) Search Directories/Linker: $(#bo

Re: [Boost-users] Boost Installation in Codeblocks

2021-08-16 Thread Gavin Lambert via Boost-users
On 17/08/2021 9:54 am, Alexander Tanseco wrote: I successfully built Boost in my directory c:\boost_1_77_0. After which, I set up my global variable boost with base c:\boost_1_77_0. For the built-in field lib, I entered c:\boost_1_77_0\stage\lib (see attached screenshot). This is probably fi

[Boost-users] Boost Installation in Codeblocks

2021-08-16 Thread Alexander Tanseco via Boost-users
I successfully built Boost in my directory c:\boost_1_77_0. After which, I set up my global variable boost with base c:\boost_1_77_0. For the built-in field lib, I entered c:\boost_1_77_0\stage\lib (see attached screenshot). For the program's build options, under Linker settings/Link libraries: $