Pelles C forum

Pelles C => Bug reports => Topic started by: TimoVJL on December 17, 2012, 02:20:45 PM

Title: pomake.exe 7.0 and $(*B)
Post by: TimoVJL on December 17, 2012, 02:20:45 PM
POMAKE: Build.mak(90): fatal error: Invalid meta symbol part: B.
 :(
pomake.exe 7.0 can't handle macro $(*B)

Code: [Select]
CFLAGS = -Ze

C_OBJS = t1.obj t2.obj

$(C_OBJS): $(*B).c
ECHO $(CFLAGS) $**
$(CC) $(CFLAGS) $**
In pomake.exe 6.5 =<
POMAKE: fatal error: Don't know how to make '.c'.
Title: Re: pomake.exe 7.0 and $(*B)
Post by: Vortex on December 17, 2012, 08:02:31 PM
Hi timovjl,

You should try Easy Build (http://forum.pellesc.de/index.php?topic=5013.0). It's a much more powerful tool compared to Pomake.
Title: Re: pomake.exe 7.0 and $(*B)
Post by: CommonTater on December 17, 2012, 08:43:52 PM
You should try Easy Build (http://forum.pellesc.de/index.php?topic=5013.0). It's a much more powerful tool compared to Pomake.

I agree :D  ... but I'll bet Timo is playing with that compression library and it's supplied makefiles.




Title: Re: pomake.exe 7.0 and $(*B)
Post by: frankie on December 18, 2012, 10:02:30 AM
I think Timovjl is just pointing-out a bug in a PellesC tool, that should be the aim of this forum.
Than everything can be used  ;D