当前位置:  技术问答>linux和unix

写了一个Makefile,make时老报错,大家帮解决下啊,急~~

    来源: 互联网  发布时间:2016-12-10

    本文导语:  ################################# # # NEW MAKEFILE # ################################# PINDIR=/opt/ttadmin/TimesTen/tt1121 INCDIR=$(PINDIR)/include LIBDIR=$(PINDIR)/lib TINCDIR=$(INCDIR)/ttclasses ################################ INCFILES= $(INCDIR)/sql.h $(INCDIR)/sqlext.h $(IN...

#################################
#
# NEW MAKEFILE
#
#################################
PINDIR=/opt/ttadmin/TimesTen/tt1121
INCDIR=$(PINDIR)/include
LIBDIR=$(PINDIR)/lib
TINCDIR=$(INCDIR)/ttclasses
################################
INCFILES= $(INCDIR)/sql.h $(INCDIR)/sqlext.h $(INCDIR)/sqltypes.h $(INCDIR)/sqlunix.h
$(INCDIR)/timesten.h $(INCDIR)/tt_errCode.h $(INCDIR)/tt_xa.h $(INCDIR)/tt_xla.h
$(INCDIR)/ttutil.h $(INCDIR)/ttutillib.h $(INCDIR)/xa.h $(TINCDIR)/TTInclude.h
$(TINCDIR)/TTConnection.h $(TINCDIR)/TT__Header.h
OBJECTS= basics.o bulkcp.o bulktest.o catalog.o
plsqlTTCLASSES.o pooltest.o portable_thread_unix.o
testprog_utils.o ttSizeAll.o typetest.o

ttclasses_test:$(OBJECTS)
CC -o $(OBJECTS)
basics.o:basics.cpp $(INCFILES)
CC -c basics.cpp
bulkcp.o:bulkcp.cpp $(INCFILES)
CC -c bulkcp.cpp
bulktest.o:bulktest.cpp $(INCFILES)
CC -c bulktest.cpp
catalog.o:catalog.cpp $(INCFILES)
CC -c catalog.cpp
plsqlTTCLASSES.o:plsqlTTCLASSES.cpp $(INCFILES)
CC -c plsqlTTCLASSES.cpp
pooltest.o:pooltest.cpp $(INCFILES)
CC -c pooltest.cpp
portable_thread_unix.o:portable_thread_unix.c $(INCFILES)
cc -c portable_thread_unix.c
testprog_utils.o:testprog_utils.cpp $(INCFILES)
CC -c testprog_utils.cpp
ttSizeAll.o:ttSizeAll.cpp $(INCFILES)
CC -c ttSizeAll.cpp
typetest.o:typetest.cpp $(INCFILES)
CC -c typetest.cpp
clean:
rm ttclasses_test:$(OBJECTS)
############
报的错误为:
$ make
CC -c basics.cpp
"basics.cpp", line 32: Error: Could not open include file.
"testprog_utils.h", line 19: Error: Could not open include file.
"testprog_utils.h", line 26: Error: Could not open include file.
"testprog_utils.h", line 27: Error: Could not open include file.
"basics.cpp", line 34: Error: Could not open include file "tt_version.h".
"basics.cpp", line 38: Error: TTConnection is not defined.
"basics.cpp", line 40: Error: TTConnection is not defined.
"basics.cpp", line 40: Error: Connect is not defined.
"basics.cpp", line 43: Error: Type name expected instead of "TTCmd".
"basics.cpp", line 44: Error: Type name expected instead of "TTCmd".
"basics.cpp", line 45: Error: Type name expected instead of "TTCmd".
"basics.cpp", line 46: Error: Type name expected instead of "TTCmd".
"basics.cpp", line 53: Error: TTConnection is not defined.
"basics.cpp", line 53: Error: DRIVER_COMPLETION_ENUM is not defined.
"basics.cpp", line 75: Error: TTError is not defined.
"basics.cpp", line 76: Error: cerr is not defined.
"basics.cpp", line 76: Error: st is not defined.
"basics.cpp", line 76: Error: endl is not defined.
"basics.cpp", line 85: Error: int is not a structure type.
"basics.cpp", line 86: Error: int is not a structure type.
"basics.cpp", line 87: Error: int is not a structure type.
"basics.cpp", line 89: Error: TTConnection is not defined.
"basics.cpp", line 95: Error: SampleConnection::Connect(const char*, int) is not a static data member.
"basics.cpp", line 95: Error: There is no matching ")".
"basics.cpp", line 95: Error: TTConnection is not defined.
Compilation aborted, too many Error messages.
*** Error code 2
make: Fatal error: Command failed for target `basics.o'

|
CC -c -I$(PINDIR) -I$(INCDIR) -I$(LIBDIR) -I$(TINCDIR) basics.cpp

|
你的头文件指定的不对吧,参考一个标准的

    
 
 

您可能感兴趣的文章:

  • 亟待解决的问题!Makefile问题
  • makefile:1: *** 遗漏分隔符 。 停止.怎么解决?
  • 急问:这个问题怎么解决(makefile相关的)?
  • xmkmf,在自动生成Makefile的时候,能不能够指定用gcc编译?请大虾解决
  • 跪求makefile高手帮我解决问题:
  • makefile 当有c++/c的头文件时如何解决
  • make -f makefile 时提示 Make: Must be a separator on rules line 5. Stop. 为什么,makefile 如下
  • 如何写出兼容于BSD MAKE、GNU MAKE、SOLARIS MAKE的条件编译Makefile?
  • 第一次写make文件,报makefile:2: *** missing separator. Stop.错,make文件只有两行
  • unix下面make makefile文件,提示“makefile is up-to-date",怎么办呀?
  • [Makefile]make
  • linux 安装问题make: *** 没有指明目标并且找不到makefile。 停止
  • 如何通过修改makefile.am或configure.ac追加make命令呢??
  • make如果没有makefile文件将如何重建?
  • 关于 make makefile 的简单问题
  • make -f 多个makefile 怎么做
  • 请问:make, makefile, configure,分别是什么啊,它们之间有什么关系啊
  • 各位大侠,如何在makefile里面读取make后面的参数.
  • 请问linux下的make和makefile指令有什么用?
  • make命令可以在命令行中重新定义一个macro,用来覆盖makefile中的macro吗?
  • 关于Makefile中的make install
  • QT程序通过Qmake生成的makefile能不能做make install?
  • 编写内核模块程序的makefile文件make错误
  • Makefile写好了,但是make出错
  • 如何制作具有make menuconfig功能的Makefile?
  • 请问一个Makefile的错误(我现在用不了make,请高手救救我)
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Makefile.in,Makefile.am,Makefile.bor应该怎么用?
  • makefile.am和makefile.in是什么文件,与makefile有什么联系吗?
  • 最近在学习linux C 看到了makefile部分,觉得makefile的语法很难理解,Makefile 的语法是不是shell语法?
  • 求解makefile问题,makefile.conf的作用?
  • 从网上载了个C++程序的源代码,包含38个.cpp和.h,还有makefile.in和makefile.am两个文件,但无configure和makefile.请问怎么编译?谢谢!
  • 有makefile.am,有 makefine.in 为什么就是没有Makefile?
  • makefile如何调用文件目录下的makefile
  • 请教根据Makefile.am自动生成Makefile的问题
  • 怎麼樣使Makefile.in生成Makefile?
  • 【急!】一个程序里有好多文件夹里都有Makefile,如何找到最管用的makefile
  • 【makefile使用】请问怎样在shell中获取makefile的最终目标?
  • Makefile使用遇到的问题!"Makefile:3:missing the separator.stop"在线等待.......
  • Makefile是如何输出执行的路径的,表示执行的是那个Makefile
  • 下的tar.gz源码里只有makefile.in和makefile.am
  • 一句 makefile 的解释 -- makefile 与 shel 结合
  • linux makefile error :Makefile:335: *** commands commence before first target。
  • [test@localhost ~]$ cat <makefile >catfile 跟cat > catfile <makefile是一样的吧?
  • 关于makfile,makefile.in, makefile.am. configure之间的关系
  • win32下编译Linux 下的项目(makefile.am和makefile.in)
  • 关于makefile的问题。一个makefile如何生成两个可执行文件。


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3