-
Notifications
You must be signed in to change notification settings - Fork 0
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
Installing gpod-utils #4
Comments
Not at all. you need the automake package along side the other dependencies listed in the README. Depends on the system you are building on, but:
This'll give you a
If you are using Debian, take a look at Once you ahve these dev deps:
|
Thanks! I'm on openBSD so can imagine i may run into issues, have installed automake and autoconf and defined their versions but a lot of errors are then output.` ` |
I've made a small commit to master but it shouldn't affect what you're reporting. You will need the |
so I configure.ac:6: warning: AC_INIT: not a literal: "m4_esyscmd([git describe --tags --dirty --always | tr -d '\n'])" configure.ac:15: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.ac:15: You should run autoupdate. /usr/local/share/autoconf-2.71/autoconf/headers.m4:712: AC_HEADER_STDC is expanded from... configure.ac:15: the top level configure.ac:62: warning: AC_OUTPUT should be used without arguments. configure.ac:62: You should run autoupdate. configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
configure.ac:30: error: possibly undefined macro: AC_DEFINE configure.ac:35: error: possibly undefined macro: AM_CONDITIONAL run configure The reason i was originally trying to install gpod-utils (other than it looks a lot better than something like rhythmbox) is that for some reason rhythmbox and clementine don't seem to be detecting my ipod when i connect it. This happens whether it is mounted somewhere or not, i am assuming this is to do with ligbpod? but don't really know enough to troubleshoot further. |
A quick look into rhythbox code (https://gitlab.gnome.org/search?search=itdb_&nav_source=navbar&project_id=1857&group_id=8&search_code=true&repository_ref=master) confirms it does use Mounting ipods and regarding the openbsd errors, i'm affraid i can't help on those since i havent used *bsd for >10years but they all seem to related to |
Thanks, will have a look at the errors soon. My iPod is the 5th gen that worked with rhythmbox when i was on debain so i imagine it has something to do with BSD.... |
5th gen works with these tools; i'm using a 5th gen video |
Try seeing if there is the equivalent to |
Great cheers man! That has fixed the m4 errors and now creates a configure file but there are a fair few errors related to the macros and the binary aclocal (which i tried to install but was unsure what library it is a part of.) running /usr/local/bin/aclocal[34]: /usr/local/bin/aclocal-1.16.5: not found Log for
Yet again thanks for your help and patience. |
The first line tells you that aclocal not found - install that and try again and this should get past the missing macro compalints You may want to delete the tree and pull master again before thee above to get rid of the warnings about std c |
cool will have a deeper look - tried installing aclocal but it wasn't in the ports. It could be part of a library i guess will have a look. |
This is the This should pick up all the deps and tell you if you are missing any - on linux if any of the deps are installed in different places (not the |
so not sure if i have done it right but running ./configure && doas make install can i ask which autoconf and automake versions you installed as i think this may be part of my issue? cheers |
automake 1.16 try unpacking this: i'm testing this mostly on a Fedora 35. i've built this on a raspberry pi (debian 9) in the past |
Hi! apologies as this is a stupid issue to open, but i am unsure how to compile this program? I am used to the
make
make install
style and can't seem to see that anywhere. i also tried running the config.sh but that just returns
config.sh[4]: autoreconf: not found config.sh[5]: autoconf: not found run configure
cheers and sorry x
The text was updated successfully, but these errors were encountered: