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

gtkdialog install error #355

Open
alec-bertoy opened this issue Jul 10, 2023 · 3 comments
Open

gtkdialog install error #355

alec-bertoy opened this issue Jul 10, 2023 · 3 comments

Comments

@alec-bertoy
Copy link

I'm getting an error during make when I try to install gtkdialog in ubuntu. I tried the reinstalling texinfo fix and it still didn't work

Last 15 lines from /home/dcstaff/.cache/Homebrew/Logs/gtkdialog/02.make:
/home/linuxbrew/.linuxbrew/bin/ld: widget_window.c:(.text+0x51d): undefined reference to `g_object_get_data'
/home/linuxbrew/.linuxbrew/bin/ld: widget_window.c:(.text+0x6a7): undefined reference to `gtk_widget_set_sensitive'
/home/linuxbrew/.linuxbrew/bin/ld: widget_window.c:(.text+0x6c9): undefined reference to `g_signal_connect_data'
/home/linuxbrew/.linuxbrew/bin/ld: widget_window.o: in function `widget_window_save':
widget_window.c:(.text+0x8e3): undefined reference to `gtk_window_get_title'
/home/linuxbrew/.linuxbrew/bin/ld: widget_window.o: in function `widget_window_clear':
widget_window.c:(.text+0x273): undefined reference to `gtk_window_set_title'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:483: gtkdialog] Error 1
make[3]: Leaving directory '/tmp/gtkdialog-20230710-5058-7er777/gtkdialog-0.8.4d/src'
make[2]: *** [Makefile:402: all] Error 2
make[2]: Leaving directory '/tmp/gtkdialog-20230710-5058-7er777/gtkdialog-0.8.4d/src'
make[1]: *** [Makefile:424: all-recursive] Error 1
make[1]: Leaving directory '/tmp/gtkdialog-20230710-5058-7er777/gtkdialog-0.8.4d'
make: *** [Makefile:363: all] Error 2
@privatezero
Copy link
Member

Hi @alec-bertoy - this looks almost like the make file isn't finding all the necessary libraries - does brew install gtk+ result in a successful install of the gtk+ dependency?

@alec-bertoy
Copy link
Author

Hi @privatezero thanks for the reply! I've installed gtk but I did a successful reinstall and the same error still happens

@privatezero
Copy link
Member

Hmm - if gtk is present then it might be possible brew isn't finding it for some reason. If you try dumping the output of the build command (through something like brew install --verbose gtkdialog > ~/Desktop/build-log.txt) can you tell if the process is finding the correct location of gtk+ and/or if there are any other spots where it is alerting to errors?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants