Conversation
Fixes the following build error:
In file included from ../../src/include/postgres_fe.h:25,
from config_info.c:20:
../../src/include/c.h:317:23: error: ‘bool’ cannot be defined via ‘typedef’
317 | typedef unsigned char bool;
| ^~~~
../../src/include/c.h:317:23: note: ‘bool’ is a keyword with ‘-std=c23’ onwards
../../src/include/c.h:317:1: warning: useless type name in empty declaration
317 | typedef unsigned char bool;
| ^~~~~~~
Also remove "-Wno-error=incompatible-pointer-types" that no longer
needed thanks to update
Fixes the following build error:
Cloning into '/home/user/work/tmp/sequeler/.flatpak-builder/build/mariadb-6/storage/columnstore/columnstore/utils/libmarias3/libmarias3'...
Submodule path 'utils/libmarias3/libmarias3': checked out '32b94fff37962aafc89884935addb2d656bdc750'
CMake Error at CMakeLists.txt:17 (CMAKE_MINIMUM_REQUIRED):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Fixes the following build error:
gcc -o lemon ./lemon.c
./lemon.c:652:6: error: conflicting types for ‘FindRulePrecedences’; have ‘void(struct lemon *)’
652 | void FindRulePrecedences(struct lemon *xp)
| ^~~~~~~~~~~~~~~~~~~
./lemon.c:73:6: note: previous declaration of ‘FindRulePrecedences’ with type ‘void(void)’
73 | void FindRulePrecedences();
| ^~~~~~~~~~~~~~~~~~~
Because build stucks at the following message:
make[2]: Entering directory '/run/build/libgda/libgda-ui'
CCLD libgda-ui-5.0.la
GISCAN Gdaui-5.0.gir
teamcons
approved these changes
Dec 14, 2025
Contributor
|
nice |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See each commit for build error details.
Checklist
flatpak-builder builddir build-aux/com.github.alecaddd.sequeler.json --force-clean --install --user --install-deps-from=flathubflatpak-builder builddir com.github.alecaddd.sequeler.json --force-clean --install --user --install-deps-from=appcenter