Показано с 1 по 10 из 1278
Комбинированный просмотр
-
30.12.2022, 00:33 #1
- Регистрация
- 18.04.2018
- Адрес
- HP-Compaq DX2300 microtower PC
- Сообщений
- 269
- Сказал(а) спасибо
- 69
- Поблагодарили 1818 раз(а) в 397 сообщениях
Re: как ломануть 1C 8.3 for Linux
поискал в яндексе строку "error: ‘for’ loop initial declarations are only allowed in C99 mode", докладываю:
на stackoverflow.com есть хороший ответ
This happens because declaring variables inside a for loop wasn't valid C until C99(which is the standard of C published in 1999), you can either declare your counter outside the for as pointed out by others or use the -std=c99 flag to tell the compiler explicitly that you're using this standard and it should interpret it as such.
либо добавить опцию компилятору: "use option -std=c99 or -std=gnu99 to compile your code"
у меня CentOS 7, сборку пакета usbhasp_sil_.tar.gz планирую вскоре, но щас занят другой задачей (она поинтересней)."кинжал хорош для того, у кого он есть, и плохо тому у кого он не окажется в нужное время"
-
3 пользователя(ей) сказали cпасибо:
redhat2020 (12.02.2023), Timothy6551 (04.01.2023), vovashulga (08.05.2023)
Социальные закладки