Hi,

  Tecmake depends on GNU make and some GNU tools to be able to be fully
functional.

  The dependencies and directory creation are directly examples of this
need. The regular mkdir does not accepts the -p parameter.

  You can try to install the missing tools or at least for the dependencies
there is a workaround, you can set the NO_DEPEND=Yes environment variable.

Best,
Scuri


2018-01-24 10:58 GMT-02:00 Ranier VF <ranier_...@hotmail.com>:

> Hi Scuri,
> I'm compiling IM, CD and IUP in Windows env.
> I have found issues with tecmakewin.mak
>
> 1) the files .wdep in IM and CD, are created with size of 5 and content ""
> or
> are not being created.
> solution: copy content file im.wdep with size of 1 byte to replace
> im_process.wdep,
> for example.So, compilation goes.
>
> 2) Directories in IM, CD and IUP are no being created.
> Wrong cmd and path: mkdir -p ../obj/im_process, for example
> solution create manually: mkdir obj\im_process
>
> 3) With IUP
> Stop compilation with file iupcd.wdep error.
> File with size 1 byte, same content as im.wdep, compilation stop!
>
> Can you guide me, to resolve? I'm not an expert in makefiles.
>
> Best,
> Ranier Vilela
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to