Skip to content
New issue

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

ninja install error when installing v4.7, Error - undefined reference to `gtk_calendar_set_year' #1277

Open
LxHobbist opened this issue May 5, 2024 · 2 comments
Labels
Type: Bug Something isn't working

Comments

@LxHobbist
Copy link

Describe the bug
Issue:
When trying to install the latest version Planify v4.7
there was an error when executed the command - "ninja install"

Attached the error log for details.
Planify Error.txt

To Reproduce
Steps to reproduce the behavior:

Completed the meson build to configure the build environment without issues.
meson build --prefix=/usr
cd build
ninja

For installation, used ninja install thats when error occurs

/usr/bin/ld: src/io.github.alainm23.planify.p/meson-generated_Dialogs_RepeatConfig.c.o: in functiondialogs_repeat_config_set_duedate':
/home/lx/Downloads/planify-4.7/build/../src/Dialogs/RepeatConfig.vala:74:(.text+0x1aae): undefined reference to gtk_calendar_set_year' /usr/bin/ld: /home/lx/Downloads/planify-4.7/build/../src/Dialogs/RepeatConfig.vala:75:(.text+0x1aea): undefined reference to gtk_calendar_set_month'
/usr/bin/ld: /home/lx/Downloads/planify-4.7/build/../src/Dialogs/RepeatConfig.vala:76:(.text+0x1b26): undefined reference to gtk_calendar_set_day' collect2: error: ld returned 1 exit status

Expected behavior
Expected the app to be installed when executing the command ninja install

Screenshots
Planify error

Desktop (please complete the following information):

  • OS: Manjaro
  • DE: Gnome 45.4
  • Kernel: Linux 6.8.8-2-MANJARO

I could have tried the Flatpak, but prefers to compile, build and install.

@alainm23
Copy link
Owner

alainm23 commented May 5, 2024

Hi, sorry, I have not been able to reproduce the error, when you run meson build --prefix=/usr what versions do you get on screen, I get these.

image

@alainm23 alainm23 added the Type: Bug Something isn't working label May 5, 2024
@LxHobbist
Copy link
Author

LxHobbist commented May 5, 2024

Hi Alain,
Very Nice App, Awesome work!

Attached the meson config
Meson Config.txt

Additional Info:
Planify v4.4 works fine in my system but I tried upgrading it to v4.6 ( I think ) last time error-ed out.
Now I tried upgrading to v4.7, I have the same error now as well.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants