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

Icom 910 9700 and other updates #143

Merged
merged 4 commits into from
Nov 23, 2019
Merged

Icom 910 9700 and other updates #143

merged 4 commits into from
Nov 23, 2019

Conversation

mdblack98
Copy link
Contributor

No description provided.

@N0NB
Copy link
Contributor

N0NB commented Nov 20, 2019

I'm seeing the following compiler error on Debian:

Making all in icom
make[1]: Entering directory '/home/nate/git/hlb/icom'
  CC       ic706.lo
  CC       icr8500.lo
  CC       ic735.lo
  CC       ic775.lo
  CC       ic756.lo
  CC       ic275.lo
  CC       ic475.lo
  CC       ic1275.lo
  CC       ic820h.lo
  CC       ic821h.lo
  CC       icr7000.lo
  CC       ic910.lo
../../hamlib/icom/ic910.c: In function ‘ic910_set_func’:
../../hamlib/icom/ic910.c:390:45: error: ‘S_MEM_SATMODE910’ undeclared (first use in this function); did you mean ‘S_MEM_SATMODE’?
         return icom_set_raw(rig, C_CTL_MEM, S_MEM_SATMODE910, 0, NULL, 1,
                                             ^~~~~~~~~~~~~~~~
                                             S_MEM_SATMODE
../../hamlib/icom/ic910.c:390:45: note: each undeclared identifier is reported only once for each function it appears in
../../hamlib/icom/ic910.c: In function ‘ic910_get_func’:
../../hamlib/icom/ic910.c:406:45: error: ‘S_MEM_SATMODE910’ undeclared (first use in this function); did you mean ‘S_MEM_SATMODE’?
         return icom_get_raw(rig, C_CTL_MEM, S_MEM_SATMODE910, 0, NULL, status);
                                             ^~~~~~~~~~~~~~~~
                                             S_MEM_SATMODE
make[1]: *** [Makefile:594: ic910.lo] Error 1
make[1]: Leaving directory '/home/nate/git/hlb/icom'
make: *** [Makefile:605: all-recursive] Error 1

@mdblack98
Copy link
Contributor Author

mdblack98 commented Nov 20, 2019 via email

@N0NB N0NB merged commit f02a69f into Hamlib:master Nov 23, 2019
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