De: Kaz Foxsen <kaz.fox...@gmail.com>
Enviado: quinta-feira, 31 de março de 2022 02:05
Para: IUP discussion list.
Assunto: [Iup-users] Tecmake Not Working (update)


>I tried working out my problem getting Tecmake to work, but now I have
>a different problem from the one I sent an email to this list about
>the other day.

>I tried downloading the IUP 3.30 source files to see what its
>config.mak looked like. I copied it into my folder where my test files
>are and added "NO_DEPEND = YES" to it to get rid of an error about
>dependency, having seen that suggested in the mailing list archive for
>other Tecmake problems. I'm trying to compile IUP as a test to try and
>figure out the problem.  Now when I type "tecmake mingw4-64", the
>console gives me:

>''; echo 'Tecmake: Starting [ test:mingw4_64 ]'
>if [ ! -d ../obj/mingw4_64 ] ; then mkdir -p ../obj/mingw4_64 ; fi
>! was unexpected at this time.
>mingw32-make: *** [d:\Apps\Programming\Tecmake\tecmakewin.mak:1706:
>../obj/mingw4_64] Error 255

>In that file, line 1706 is:
>  if [ ! -d $@ ] ; then mkdir -p $@ ; fi

You need create manually all the paths, because mkdir fails
with current tecmake scritpt (msvc and mingw).

Once created, tecmake can be called repeatedly.

You can create each directory one by one after each tecmake failure.

regards,
Ranier Vilela



_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to