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

xgettext not installed and noob question. #56

Open
bozeyman9000 opened this issue May 21, 2019 · 4 comments
Open

xgettext not installed and noob question. #56

bozeyman9000 opened this issue May 21, 2019 · 4 comments

Comments

@bozeyman9000
Copy link

i am getting an error telling me xgettext is not installed and i am a bit confused as to what "meson build --prefix=/usr" means. mostly the "--prefix=/usr" Is this a line i must edit to my own computer or is this simply telling the code/computer to install into the "usr" folder.

this is the error im getting

po/meson.build:1:5: ERROR: Can not do gettext because xgettext is not installed.

thanks in advance.

@bozeyman9000
Copy link
Author

bozeyman9000 commented May 22, 2019

so with a quick google search i found that when i was running

apt-get install xgettext

I was getting a return of no packages found because the name of the package is just gettext.

a quick run of apt-get install gettext fixed my issue and my other question was answered for me.

@babluboy
Copy link
Owner

Many thanks for opening this ticket and putting forward this solution. Gettext is present by default on Elementary OS and Ubuntu so I never discover this dependency. What distro are you on?

I will keep this ticket open to remind me to mention gettext as a dependency for installation.

@bozeyman9000
Copy link
Author

bozeyman9000 commented May 22, 2019

I am using the most recent distribution of kali linux.
and am using the official repositories

@tokaalmighty91
Copy link

tokaalmighty91 commented Nov 6, 2019

same issue
Can not do gettext because xgettext is not installed.
I'm on pixelbook, Penguin

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

3 participants