Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GCC 4.7.1 (MinGW) を使用して Windows で Qt 4.8.4 をコンパイルしようとしています。mkspec を編集して C++11 機能 (-std=c++11フラグを追加) を含め、Java Script をコンパイルしました (このモジュールは、この質問putenv()で説明されているいくつかの tr1 機能を使用します) 。 .
-std=c++11
putenv()
Windows では、名前は_putenv. 先頭のアンダースコアは、それが標準 C 関数ではなく実装拡張であることを正しく示しています。あなたは逃げることができるかもしれません/Dputenv=_putenv
_putenv
/Dputenv=_putenv