Very simple application fails with “multiple target patterns” from Eclipse

前端 未结 9 945
-上瘾入骨i
-上瘾入骨i 2020-12-01 21:33

Since I\'m more comfortable using Eclipse, I thought I\'d try converting my project from Visual Studio. Yesterday I tried a very simple little test. No matter what I try,

9条回答
  •  猫巷女王i
    2020-12-01 22:09

    I'm working in the Cygwin environment, on Windows 7 (64bit), using Eclipse Kepler CDT for C++.

    In Eclipse, goto

    Project --> Properties --> C++ Builder --> Settings --> Tool Settings Tab

    Cygwin C++ Compiler --> Includes

    In the Include paths (-I) add 2 paths: "C:\cygwin64\usr\include\libxml2"

    and "/cygdrive/c\cygwin64\usr\include\libxml2"

提交回复
热议问题