| Anonymous | Login | Signup for a new account | 2013-05-20 06:20 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0002108 | Kdenlive | Build System | public | 2011-04-29 20:36 | 2011-11-01 18:56 | ||||
| Reporter | RedDwarf | ||||||||
| Assigned To | ttill | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | Linux | OS | openSUSE | OS Version | 11.4 | ||||
| Product Version | Recent git | ||||||||
| Target Version | Fixed in Version | 0.8.2 | |||||||
| Summary | 0002108: CFLAGS are ignored | ||||||||
| Description | Because of the "set(CMAKE_C_FLAGS " --std=c99") # To compile kiss_fft" line in the main CMakeLists.txt file user specified CFLAGS are ignored. Substitute it for "set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99") # To compile kiss_fft" still allows C99 code to compile without ignoring user specified CFLAGS. PS. ".patch" files are not allowed for upload?!? | ||||||||
| Additional Information | Patch: Index: CMakeLists.txt =================================================================== --- CMakeLists.txt.orig +++ CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR # Search packages used by KDE. find_package(KDE4 REQUIRED) -set(CMAKE_C_FLAGS " --std=c99") # To compile kiss_fft +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} --std=c99") # To compile kiss_fft include(KDE4Defaults) include(MacroLibrary) include(FindGettext) | ||||||||
| Tags | No tags attached. | ||||||||
| Build/Install Method | Manual build from SVN | ||||||||
| Attached Files | |||||||||
Notes |
|
|
(0006682) ttill (developer) 2011-04-29 22:10 |
Thanks, patch applied in r5566. Yup the uploader is not very permissive. Unfortunately I do not have access to the responsible settings. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-04-29 20:36 | RedDwarf | New Issue | |
| 2011-04-29 22:10 | ttill | Note Added: 0006682 | |
| 2011-04-29 22:10 | ttill | Assigned To | => ttill |
| 2011-04-29 22:10 | ttill | Status | new => resolved |
| 2011-04-29 22:10 | ttill | Resolution | open => fixed |
| 2011-04-29 22:10 | ttill | Fixed in Version | => Recent git |
| 2011-07-05 12:15 | j-b-m | Fixed in Version | Recent git => 0.8.2 |
| 2011-11-01 18:56 | j-b-m | Status | resolved => closed |
| Copyright © 2000 - 2013 MantisBT Team |