Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
46 user(s) are online (26 user(s) are browsing Forums)

Members: 1
Guests: 45

kas1e, more...

Support us!

Headlines

 
  Register To Post  

Telegram Amiga - client for OS4,
Just popping in
Just popping in


See User information
I have released the new version of Telegram Amiga, 0.0.5.

This release brings several improvements: real avatars in the chat list, @ mention autocomplete in groups, optional own-screen mode (for now it requires manual configuration: in the Telegram Amiga drawer, edit data/telegram-gui-win.txt; the line must use the format width height x y own), remembered window position and size between sessions, a fix for the right-click freeze, cleaner handling of data/ and avatars/, and better preservation of newlines and lists in messages.

Full article with details and links to the GitHub/Aminet packages:

https://androidlab.it/en/telegram-amig ... een-amigaos-morphos-aros/

As always, testing on real hardware or emulated setups is extremely valuable: bug reports, freezes, graphical issues, incompatibilities or any odd behaviour are very welcome. The more platforms and configurations we test, the more solid the client becomes.

Go to top
Re: Telegram Amiga - client for OS4,
Site Builder
Site Builder


See User information
@kaffeine

Thank you for the work you are doing and for supporting AmigaOS 4.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Telegram Amiga - client for OS4,
Just can't stay away
Just can't stay away


See User information
@walkero

BTW make beta fails building OS4 telegram:
#make -f Makefile.amigaos4 
make: *** No rule to make target 'build/TelegramAmiga.obj/core/tg_gui_window.o'needed by 'build/TelegramAmiga'.  Stop.

#version SDK:C/make file full
make 4.4.1 (23-06-2026)

#make533 -f Makefile.amigaos4 
make533[1]: Entering directory `/Devel/SDK/ejemplos/NETWORK/telegram-amiga-main_006'
mkdir -p build/TelegramAmiga.obj/core/
gcc -Wall -Wextra -O2 -Iinclude -gstabs -ISDK:include/include_h -ISDK:include/netinclude -DTG_ENABLE_GZIP_PUFF=1 -Ithird_party/puff -c core/tg_gui_window.c -o build/TelegramAmiga.obj/core/tg_gui_window.o


Seems the "faulty" line is:
HDRS_ALL := $(wildcard include/*.h) $(wildcard third_party/*/*.h)


with make v53.3 no problems.

Go to top
Re: Telegram Amiga - client for OS4,
Just popping in
Just popping in


See User information
Thanks, that matches the report I also got on GitHub.

For my release builds I don’t build directly on real AmigaOS 4 with the beta make. I build from my Mac using my os4-cross setup, which syncs the tree into the OS4 build environment and runs:

make -f Makefile.amigaos4 clean all

So the current OS4 binary was built that way, not with the new native make 4.4.1 beta.

From your test, make533 seems to get past that point, while the beta make appears to choke on the $(wildcard ...) header dependency line.

I don’t want to simply remove that dependency, because it helps incremental builds when headers/structs change. If native make needs it, I’ll probably replace it with compiler-generated deps (-MMD -MP).

Thanks again for testing it on real OS4.

Go to top
Re: Telegram Amiga - client for OS4,
Site Builder
Site Builder


See User information
The thing with make 4.4.1 is that it is not based on older versions of make for OS4, because I couldn't find any of them anywhere. So, it is a new implementation, partially inspired of the one for 68k. That's why some things seem not to be ready yet. But the more examples of failing issue I get the merrier.

@kaffeine

I would like to see that report of yours on github. Do you have a link for that?

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Telegram Amiga - client for OS4,
Just popping in
Just popping in


See User information
Sure, here is the GitHub comment:
https://github.com/kaffeine1/telegram- ... 6#issuecomment-4922137747

The failing case seems to be the $(wildcard ...) dependency line in Makefile.amigaos4. Hope it helps as a real-world test case for make 4.4.1 on OS4.

Go to top
Re: Telegram Amiga - client for OS4,
Site Builder
Site Builder


See User information
@kaffeine

Thank you for your reply.

@jabirulo

For anything that has to do with make, please use the following topic, so we do not derail this one.
https://www.amigans.net/modules/newbb/viewtopic.php?post_id=161298

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project