I followed Tecmake installation
instructions, but I'm confused about config.mak vs tecmakewin.mak. Is
the user supposed to paste a copy of tecmakewin.mak into a source
folder and rename it to config.mak?

   No. Neither, actually, to build IUP.

   IUP already has inside its source the .mak files ready.

   If you are not building IUP from sources, Tecmake is not a very user
friendly tool. Especially in Windows.

   Tecmake is actually a gnu Makefile.

   I will send more details in the latest message you sent.

Best,
Scuri

Em dom., 27 de mar. de 2022 às 02:54, Kaz Foxsen <kaz.fox...@gmail.com>
escreveu:

> Hello,
>
> I'm trying to get Tecmake to work so I can attach an iuplua51 console
> to an .exe, but Tecmake is giving me errors when trying to use it on a
> simple pair of test files. I followed Tecmake installation
> instructions, but I'm confused about config.mak vs tecmakewin.mak. Is
> the user supposed to paste a copy of tecmakewin.mak into a source
> folder and rename it to config.mak?
>
> If I have tecmakewin.mak in my app's directory and run "tecmake
> mingw4_64" (with "Location of this file" set to "TECMAKE =
> $(TECMAKE_HOME)/tecmakewin.mak") I get this error:
> "mingw32-make: *** No rule to make target 'config.mak', needed by
> '.wdep'.  Stop."
>
> If I change the name to config.mak, then I get  these two lines repeating:
> "config.mak:60: warning: overriding recipe for target 'sysinfo'
> config.mak:60: warning: ignoring old recipe for target 'sysinfo'" then
> "config.mak:138: *** Too many open files.  Stop."  It doesn't matter
> if I keep "TECMAKE = $(TECMAKE_HOME)/tecmakewin.mak" or change it to
> "TECMAKE = D:/Programming/Misc_Lua/embed/config.mak".
>
> How can I get Tecmake to work?
>
>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to