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

Reply via email to