Hi, 
trying with debug enabled.

E:\dll\iup\iup>make --debug
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-pc-mingw32
Reading makefiles...
Updating goal targets....
 File `do_all' does not exist.
   File `iup' does not exist.
  Must remake target `iup'.
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-pc-mingw32
Reading makefiles...
Updating goal targets....
 File `iup' does not exist.
Must remake target `iup'.
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-pc-mingw32
Reading makefiles...
Updating goal targets....
 File `build' does not exist.
   File `tecmake' does not exist.
     File `print-start' does not exist.
    Must remake target `print-start'.
''; echo 'Tecmake: Starting [ iup:dll15 ]'
    Successfully remade target file `print-start'.
     File `system-check' does not exist.
    Must remake target `system-check'.
    Successfully remade target file `system-check'.
     File `directories' does not exist.
       File `../obj/dll15' does not exist.
      Must remake target `../obj/dll15'.
if [ ! -d ../obj/dll15 ] ; then mkdir -p ../obj/dll15 ; fi
! foi inesperado neste momento.
make[2]: *** [../obj/dll15] Error 255
make[1]: *** [iup] Error 2
make: *** [iup] Error 2

E:\dll\iup\iup>

________________________________________
De: Ranier VF <ranier_...@hotmail.com>
Enviado: segunda-feira, 4 de novembro de 2019 11:22
Para: IUP discussion list.
Assunto: [Iup-users] IUP Compilation with msvc 2017

Hi Scuri,
Windows 64 bits
msvc 2017

set TEC_UNAME=dll15
set VC15=c:/progra~2/micros~2/2017/community/vc
set NO_DEPEND=Yes

''; echo 'Tecmake: Starting [ iup:dll15 ]'
if [ ! -d ../obj/dll15 ] ; then mkdir -p ../obj/dll15 ; fi
! foi inesperado neste momento.
../tecmakewin.mak:1662: recipe for target '../obj/dll15' failed
win-make[2]: *** [../obj/dll15] Error 255
makefile:12: recipe for target 'iup' failed
win-make[1]: *** [iup] Error 2
makefile:9: recipe for target 'iup' failed
win-make: *** [iup] Error 2

I will start from beginning.
mkdir -p does not work on windows shell, the parameter -p is invalid.
Meantime, creating manually ../obj/dll15 the expression
"if [ ! -d ../obj/dll15 ]" also fails!

Can you take a look?
Thanks.
Ranier Vilela

_______________________________________________
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