We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo fluffyctl -w ./ mq_open: No such file or directory
sudo fluffyctl -w ./
cat /etc/oracle-release Oracle Linux Server release 7.9
cat /etc/oracle-release
uname -a Linux phoenix122420 5.4.17-2136.315.3.el7uek.x86_64 #2 SMP Thu Dec 8 14:46:08 PST 2022 x86_64 x86_64 x86_64 GNU/Linux
uname -a
make make -C ./libfluffy/ make[1]: Entering directory 'scratch/dfelicia/fluffy-master/libfluffy' gcc -g -I./ -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o fluffy.o fluffy.c fluffy.c: In function ‘fluffy_remove_watch_path’: fluffy.c:2273:2: warning: passing argument 2 of ‘fluffy_handle_removal’ discards ‘const’ qualifier from pointer target type [enabled by default] reterr = fluffy_handle_removal(fluffy_handle, pathtoremove); ^ fluffy.c:1494:1: note: expected ‘char *’ but argument is of type ‘const char *’ fluffy_handle_removal(int fluffy_handle, char *removethis) ^ ar crs libfluffy.a fluffy.o make[1]: Leaving directory `/scratch/dfelicia/fluffy-master/libfluffy' mkdir -p ./bin gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_impl.o src/fluffy_impl.c gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_run.o src/fluffy_run.c gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include src/fluffy_impl.o src/fluffy_run.o -lrt -lfluffy -lglib-2.0 -o bin/fluffy gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_ctl.o src/fluffy_ctl.c gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include src/fluffy_impl.o src/fluffy_ctl.o -lrt -lfluffy -lglib-2.0 -o bin/fluffyctl
make
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sudo fluffyctl -w ./
mq_open: No such file or directory
cat /etc/oracle-release
Oracle Linux Server release 7.9
uname -a
Linux phoenix122420 5.4.17-2136.315.3.el7uek.x86_64 #2 SMP Thu Dec 8 14:46:08 PST 2022 x86_64 x86_64 x86_64 GNU/Linux
make
make -C ./libfluffy/
make[1]: Entering directory 'scratch/dfelicia/fluffy-master/libfluffy'
gcc -g -I./ -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o fluffy.o fluffy.c
fluffy.c: In function ‘fluffy_remove_watch_path’:
fluffy.c:2273:2: warning: passing argument 2 of ‘fluffy_handle_removal’ discards ‘const’ qualifier from pointer target type [enabled by default]
reterr = fluffy_handle_removal(fluffy_handle, pathtoremove);
^
fluffy.c:1494:1: note: expected ‘char *’ but argument is of type ‘const char *’
fluffy_handle_removal(int fluffy_handle, char *removethis)
^
ar crs libfluffy.a fluffy.o
make[1]: Leaving directory `/scratch/dfelicia/fluffy-master/libfluffy'
mkdir -p ./bin
gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_impl.o src/fluffy_impl.c
gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_run.o src/fluffy_run.c
gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include src/fluffy_impl.o src/fluffy_run.o -lrt -lfluffy -lglib-2.0 -o bin/fluffy
gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -c -o src/fluffy_ctl.o src/fluffy_ctl.c
gcc -g -I./ -I./libfluffy -L./libfluffy -Wall -Wextra -Wno-unused-parameter -Wno-format-extra-args -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include src/fluffy_impl.o src/fluffy_ctl.o -lrt -lfluffy -lglib-2.0 -o bin/fluffyctl
The text was updated successfully, but these errors were encountered: