Existiría la posibilidad si dependiera de mi esa elección, pero es mandato de la universidad.
Aun así por simple curiosidad, y aunque no conocía codeblocks, supongo que buscando con San Google encontraré rápidamente de donde bajarlo.
Aqui tienes el codigo del log de errores:
Aun así por simple curiosidad, y aunque no conocía codeblocks, supongo que buscando con San Google encontraré rápidamente de donde bajarlo.
Aqui tienes el codigo del log de errores:
Código (dos) [Seleccionar]
Compilador: Default compiler
Building Makefile: "C:\Users\...........\Documents\...............\Makefile.win"
Ejecutando make clean
rm -f inout.o marnet.o prac.o prac3_private.res prac3.exe
gcc.exe -D__DEBUG__ -c inout.c -o inout.o -I"C:/Dev-Cpp/include" -ansi -O2 -pg -g3
gcc.exe -D__DEBUG__ -c marnet.c -o marnet.o -I"C:/Dev-Cpp/include" -ansi -O2 -pg -g3
marnet.c: In function `sup_del_furniture':
marnet.c:399: error: syntax error before '/' token
marnet.c:399: error: missing terminating ' character
marnet.c:404: error: `current' undeclared (first use in this function)
marnet.c:404: error: (Each undeclared identifier is reported only once
marnet.c:404: error: for each function it appears in.)
marnet.c:409: error: syntax error before '/' token
marnet.c:413: error: missing terminating ' character
marnet.c: At top level:
marnet.c:418: error: missing terminating ' character
marnet.c:425: error: missing terminating ' character
marnet.c:430: error: missing terminating ' character
marnet.c: In function `sup_set_profitMargin':
marnet.c:453: error: syntax error before '/' token
marnet.c: At top level:
marnet.c:465: error: syntax error before '/' token
marnet.c:471: error: syntax error before '/' token
marnet.c:473: error: `aux' undeclared here (not in a function)
marnet.c:473: error: initializer element is not constant
marnet.c:473: warning: data definition has no type or storage class
marnet.c:475: error: syntax error before "return"
marnet.c: In function `supOrder_create':
marnet.c:483: error: syntax error before '/' token
marnet.c:489: error: syntax error before '/' token
marnet.c:496: error: syntax error before '/' token
marnet.c: At top level:
marnet.c:510: error: syntax error before "else"
marnet.c:515: error: invalid type argument of `->'
marnet.c:515: warning: data definition has no type or storage class
marnet.c:516: error: syntax error before '->' token
marnet.c:518: error: syntax error before '&' token
marnet.c:518: error: conflicting types for 'get_current_date'
marnet.c:28: error: previous definition of 'get_current_date' was here
marnet.c:518: warning: data definition has no type or storage class
marnet.c:519: error: syntax error before '->' token
marnet.c:524: error: invalid type argument of `->'
marnet.c:524: warning: data definition has no type or storage class
marnet.c:525: error: syntax error before '}' token
marnet.c: In function `get_furniture':
marnet.c:538: error: syntax error before '/' token
marnet.c:548: error: syntax error before '/' token
marnet.c:552: error: syntax error before '/' token
marnet.c: In function `delivery_time':
marnet.c:569: error: syntax error before '/' token
marnet.c:573: error: syntax error before '/' token
marnet.c:577: error: syntax error before '/' token
marnet.c: In function `warehouse_stock':
marnet.c:600: error: syntax error before '/' token
marnet.c: At top level:
marnet.c:610: error: syntax error before '}' token
marnet.c: In function `sort_supOrder':
marnet.c:691: error: syntax error before '/' token
marnet.c:699: error: syntax error before '/' token
marnet.c:705: error: `supOrders' undeclared (first use in this function)
marnet.c:711: error: syntax error before '/' token
marnet.c:715: error: syntax error before '/' token
marnet.c:716: error: syntax error before ')' token
marnet.c: At top level:
marnet.c:727: error: invalid type argument of `->'
marnet.c:727: warning: data definition has no type or storage class
marnet.c:728: error: syntax error before '}' token
marnet.c:729: error: conflicting types for 'aux'
marnet.c:727: error: previous definition of 'aux' was here
marnet.c:729: error: conflicting types for 'aux'
marnet.c:727: error: previous definition of 'aux' was here
marnet.c:729: error: `supOrders' undeclared here (not in a function)
marnet.c:729: error: `i' undeclared here (not in a function)
marnet.c:729: warning: data definition has no type or storage class
marnet.c:730: error: syntax error before '->' token
make.exe: *** [marnet.o] Error 1
Ejecución Terminada