afarhan / sbitx

168 stars 58 forks source link

oled.h missing in farhandev branch #97

Open drexjj opened 5 months ago

drexjj commented 5 months ago

compiling sbitx version v3.021 in /home/pi/sbitx sbitx_gtk.c:45:10: fatal error: oled.h: No such file or directory 45 | #include "oled.h" | ^~~~ compilation terminated. cc1: fatal error: oled.c: No such file or directory compilation terminated.

jsdriskill commented 3 months ago

Also missing from the main branch now :-D

afarhan commented 3 months ago

Crap, I am all over. I will fix it.

On Tue, Jul 9, 2024, 4:23 AM jsdriskill @.***> wrote:

Also missing from the main branch now :-D

— Reply to this email directly, view it on GitHub https://github.com/afarhan/sbitx/issues/97#issuecomment-2215483029, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFYXODU7CGRWAVQQZF2C43ZLMJ7LAVCNFSM6AAAAABIIUSTWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJVGQ4DGMBSHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jeremymturner commented 3 months ago

I backed up a couple of commits on main, and I was able to get it to compile and run until it's fixed

jsdriskill commented 3 months ago

Hi Afarhan,

I'm guessing you forgot about this? Could you please push that header file? I'd love to try out the new CW keying. Thank you!

afarhan commented 3 months ago

Can you try the farhandev branch? Most stuff is fixed now.

On Tue, Jul 16, 2024, 12:41 AM jsdriskill @.***> wrote:

Hi Afarhan,

I'm guessing you forgot about this? Could you please push that header file? I'd love to try out the new CW keying. Thank you!

— Reply to this email directly, view it on GitHub https://github.com/afarhan/sbitx/issues/97#issuecomment-2229201585, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFYXOD4QJH4L2XPDS3MMRDZMQNFRAVCNFSM6AAAAABIIUSTWGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZGIYDCNJYGU . You are receiving this because you commented.Message ID: @.***>

jsdriskill commented 3 months ago

The file oled.h is missing in both the farhandev and main branches still. It won't build without that file.

jsdriskill commented 3 months ago

Hi again Asshar,

Someone here is confused - maybe it's me?

There is a header file - oled.h - that is missing from the main and farhandev branches. It won't compile without this file. Someone has this file just sitting on their hard drive wanting to get out into the world and make radios happy. If that person would please just push that file to the repository that would be amazing. Can't try out these great new things without that file pushed! Thank you

jeremymturner commented 3 months ago

Agreed. Main would only compile and execute if I dropped back 2 or 3 commits.On Jul 19, 2024, at 14:08, jsdriskill @.***> wrote: Hi again Asshar, Someone here is confused - maybe it's me? There is a header file - oled.h - that is missing from the main and farhandev branches. It won't compile without this file. Someone has this file just sitting on their hard drive wanting to get out into the world and make radios happy. If that person would please just push that file to the repository that would be amazing. Can't try out these great new things without that file pushed! Thank you

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

alibenpeng commented 2 months ago

oled.h is still missing from main on 8/16/2024.

Felix-Quehl commented 1 month ago

I have opened a pull-request to add the missing oled.h back to the main branch. This seems to work fine, as the build completes and the resulting sbitx version seems to run fine. Please review and approve the merge request to fix this issue. @afarhan