Hi,

I deeply apologize. You are right, one file was missing.
But then, I have a question that may be more cmake related: I don't understand
why cmake says "Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++
.hm .hpp .hxx .in .txx", because if so, it would have seen the file which I had
renamed from .c to .cc, haven't it? And, adding the correct extension (.cc
instead of c) in the CMakelist.txt, it worked wihtout incident... Am I missing
something?

Thank you!

.Yves.

On Fri, Aug 01, 2008 at 11:10:47AM +0200, Ana Guerrero wrote:
> On Fri, Aug 01, 2008 at 10:36:54AM +0200, Yves Caniou wrote:
> > Package: cmake
> > Version: 2.6.0-5
> > Severity: grave
> > Justification: renders package unusable
> >
> > When using cmake on a projet, got the following message:
> > cmake: /build/buildd/cmake-2.6.0/Source/cmLocalGenerator.cxx:2440:
std::string
> > cmLocalGenerator::GetObjectFileNameWithoutTarget(const cmSourceFile&,
size_t,
> > bool*): Assertion
> > `!relFromSource.empty()' failed.
> > make: *** [cmake_check_build_system] Abandon
> >
>
> Check your file, for experience this is likely a problem in your Cmake project
> and not a cmake's issue. What happens here is cmake error output is not very
> clear...
> And please, paste all the output, your bug reminders me to:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488508
>

Ah, forgot, this problem is because you are adding a source file that is not
there.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to