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

CMake support and small fixes #23

Closed
wants to merge 4 commits into from
Closed

CMake support and small fixes #23

wants to merge 4 commits into from

Conversation

jg1uaa
Copy link

@jg1uaa jg1uaa commented Sep 25, 2024

  • Add CMake support for easily build on Non-Linux environment
    I want to build mvoice on OpenBSD.

  • add #include <libintl.h> to AboutDlg.h
    This is mandatory to use gettext().

  • add exp10f() to codec2/defines.h
    exp10f() is Linux-specific, and M17Client's Daemon/codec2/defines.h has exp10f() code (now mvoice's codec2/defines.h is same as M17Client's one.)

There is no guarantee that file descriptor for m172am/log_input is set
before starting ReadThread.

It should be started after M172AM.Open() and LogInput.Open().
@n7tae
Copy link
Owner

n7tae commented Sep 29, 2024

Sorry, I don't have the means, resources or time to support any BSD-based OS. If you want, I can provide a link to your program in my README for those that are interested, just please don't call it mvoice. I am going to close all three of your BSD-related PRs. Once you have decided on a new name for your derivation you can send me the url to your repo.

@jg1uaa
Copy link
Author

jg1uaa commented Sep 29, 2024

I respect your intention.
But it is not easy to name forked project. Can I use the name "yamvoice"?

@n7tae
Copy link
Owner

n7tae commented Sep 29, 2024

If it were me, I would remove the fork dependency and use a name not containing "mvoice", but if you want it, it's okay by me.

@jg1uaa
Copy link
Author

jg1uaa commented Oct 9, 2024

"yamvoice", your mvoice with portability fork is now at https://github.com/jg1uaa/yamvoice . No need to provide link to this project in your README.md. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants