Open edwinallan opened 4 years ago
If I create the configure myself using autoconf, I then get the following error when running ./configure:
Please try the source code from this archive. -> https://drive.google.com/file/d/1ZU5pvedWtAS9UaP4LrzdiJfAzeHshLVX/view?usp=sharing
It also contains binaries .
Run
./configure
make make install
Then you should be able to start lircd
Please provide feedback afterwards so that I can push it to the repo in case it works for you!.
Thanks and have a good weekend!
When I run the ./configure I get:
dialog not found! Please read the documentation!!!
Any help is appreciated.
you have to generate using ./setup.sh
On 5/13/2020 4:52 AM, ankarfeldt wrote:
When I run the ./configure I get:
dialog not found! Please read the documentation!!!
Any help is appreciated.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Irdroid/LIRC-port-for-Mac-OS-X/issues/1#issuecomment-627697054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFKYUOI23H7FQ5PXOTNYT3RRH4OBANCNFSM4JZARAEA.
I don't get it, what configuration am I supposed to use to compile? If I select USB driver: usb_irtoy it then asks me for tty, none that corresponds to the actual address of the dongle.
Make then fails
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
When I run the ./configure I get:
dialog not found! Please read the documentation!!!
Any help is appreciated.
It needs the libncurses thats why you cant configure
thanks but this doesn't help me with the make error, what configuration did you use?
@edwinallan were you able to resolve the error? I am getting the same error
ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [irrecord] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
@Irdroid I am using this: https://irdroid.com/irdroid-usb-ir-transceiver/ and selecting "ir-toy"
Hello, There is no exec ./configure, is it missing from github?