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.
HPUXでRubyをコンパイルしようとしていますが、次のようになります。
cc: "transcode.c", line 1489: error 1588: "SIZE_MAX" undefined. cc: "transcode.c", line 1489: error 1563: Expression in if must be scalar.
HPUXとコンパイラのバージョンは何ですか?
私の記憶が正しければ、SIZE_MAXは、c99コンパイラを使用し、stdint.h(limits.hではない)をインクルードする場合にのみ使用できます。