Hello,
Today after I have copied the ecere directory to another Windows computer, I thought I have enough to use ecere. But I got
Linker Error: cannot find -lecere
when trying to build.
What am I missing? The ecere directory contains bin, doc and mingw subdirectories from the the binary standard distribution.
Linker Error: cannot find -lecere
Re: Linker Error: cannot find -lecere
You need to setup the paths in File / Global Settings, Compilers
Libraries should contain: C:\Program Files (x86)\ECERE SDK\bin
And executable files should contain:
C:\Program Files (x86)\ECERE SDK\bin
C:\Program Files (x86)\ECERE SDK\mingw\bin
Ecere is spreading from computer to computer
Cheers,
Jerome
Libraries should contain: C:\Program Files (x86)\ECERE SDK\bin
And executable files should contain:
C:\Program Files (x86)\ECERE SDK\bin
C:\Program Files (x86)\ECERE SDK\mingw\bin
Ecere is spreading from computer to computer
Cheers,
Jerome
Re: Linker Error: cannot find -lecere
Thank you, Jerome.
That helped! Now It is very easy to take ecere along with me.
That helped! Now It is very easy to take ecere along with me.