Opened 2 years ago
Closed 2 years ago
#18931 closed enhancement (fixed)
jasper-4.1.1
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version.
Change History (4)
comment:1 by , 2 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
comment:3 by , 2 years ago
I'm getting an interesting error:
-- Detecting C compile features - done CMAKE_C_COMPILER_ID: GNU CMAKE_C_COMPILER_VERISON: 13.2.0 CMake Error at build/cmake/modules/InSourceBuild.cmake:27 (message): The use of an in-source build has been detected (i.e., the binary directory specified to CMake is located in or under the source directory). This can potentially trash the source tree. In fact, if you are seeing this message, you may have already partially trashed the source tree. The use of an in-source build is not officially supported and is therefore disallowed by default. If you like to live dangerously and would like to override this default behavior, this can be accomplished via the CMake option ALLOW_IN_SOURCE_BUILD. CMake source directory: /sources/jasper-4.1.1/jasper-version-4.1.1 CMake binary directory: /sources/jasper-4.1.1/jasper-version-4.1.1/BUILD CMake binary directory root: /sources/jasper-4.1.1/jasper-version-4.1.1/BUILD
Since we're building in a separate directory, we should be fine to just pass -DALLOW_IN_SOURCE_BUILD=yes.
comment:4 by , 2 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

4.1.1 (2023-11-28) Disallow in-source builds by default. Fix a potential integer overflow problem in the jas_get_total_mem_size function (for the Windows platform).