Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
54 user(s) are online (28 user(s) are browsing Forums)

Members: 0
Guests: 54

more...

Support us!

Headlines

 
  Register To Post  

Feedback for make 4.4.1
Site Builder
Site Builder


See User information
A few days ago I shared with you all an experimental newer version of make v4.4.1. If you would like to test it with your projects and give me your feedback, that would be great. You may find it at https://git.walkero.gr/walkero/make/releases/tag/4.4.1-beta3

Make sure to backup the older make and gmake executables from the SDK:C/ folder.

Please, use this topic for it and if you provide me with repositories I could reproduce the issues, that would help me fix the problems.

Follow me on
Ko-fi, Twitter, YouTube, Twitch
Go to top
Re: Feedback for make 4.4.1
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.


https://github.com/kaffeine1/telegram- ... 6#issuecomment-4922137747

Go to top
Re: Feedback for make 4.4.1
Not too shy to talk
Not too shy to talk


See User information
My question for @jabirulo is this - why use arcane overcomplicated features of the latest make for a greenfield project? Sure, having the latest gnu make for cross compiling webkit and such is important, but surely the solution to your Telegram problem is 'don't use features in your Amiga only target makefile not supported by Amiga versions of make'

Go to top
Re: Feedback for make 4.4.1
Just can't stay away
Just can't stay away


See User information
@NinjaCyborg
Not sure I understand your reply, sorry.
I'm not the author of TelegramAmiga, just testing building "nightly builds" and reported my issues to its author and walkero.

Walkero already explained such beta isn't based on "old" v53.3, as he couldn't find proper sources and some "features" are missing on make beta.

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