作者SentoS (HI~)
看板LinuxDev
标题[问题] 在ubuntu上执行make发生错误
时间Fri Aug 26 14:04:12 2011
大家好,我最近在ubuntu的终端机上执行./configure *-> make -> makefile
./configure的部份没有问题,顺利通过,但是在make的部份却出现以下错误
g++ -DHAVE_CONFIG_H -I. -I.. -I../CommonLibs -I../Control -I../GSM -I../SIP
-I../SMS -I../TRXManager -I../Globals -I../CLI -I../HLR -O3 -g -lpthread -g
-O2 -MT F16Test.o -MD -MP -MF .deps/F16Test.Tpo -c -o F16Test.o F16Test.cpp
In file included from F16Test.cpp:25:
F16.h:35:error: 'int32_t'does not name a type
F16.h:50:error: 'int32_t'does not name a type
F16.h:61:error: ISO C++ forbids declaration of 'int32_t' with no type
F16.h:61:error: expect';'before '&' token
.....
....
..
..
接下来都是F16.h的错误,大概有100行都是显示类似的错误
请问有高手能告诉我这该怎麽解决吗 ˊoˋ
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.127.205.250
1F:→ stanely5:g++不认识int32_t..... 08/26 15:03
2F:→ uranusjr:加一行 #include <stdint.h> 08/26 15:22