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.
gcc4.7でqtCreator2.3をビルドしようとしていますが、次のエラーが発生します。
エラー:文字列リテラル演算子""が見つかりません
mingw32-make -ltoqtCreatorソースディレクトリとして使用しています。何かご意見は?
mingw32-make -lto
これをグーグルで検索したところ、このページに次のコメントがありました
件名のエラーが発生するのは、新しい c++11 では文字列連結間のスペースが必須であるためです
それはあなたが見ているものに関連しているかもしれません。