Re: Compile error minilzo.cpp - XCC ForumRegister | Login | Search
History | Home | Messages

Compile error minilzo.cppmeplat06:25 24-12-2009
Re: Compile error minilzo.cppOlaf van der Spek12:00 24-12-2009
Re: Compile error minilzo.cppmeplat19:49 24-12-2009
Re: Compile error minilzo.cppOlaf van der Spek10:46 25-12-2009
Re: Compile error minilzo.cppmeplat22:06 25-12-2009
Re: Compile error minilzo.cppOlaf van der Spek22:59 25-12-2009
Re: Compile error minilzo.cppmeplat01:00 26-12-2009

> > > My guess is c:\Users\Dustin\Desktop\xccu\trunk\include\minilzo\

> > Ah, yes that solved that problem.

> > Unfortunately now I'm getting:
> > "1>------ Build started: Project: XCC Library, Configuration: Release Win32 ------
> > 1>Compiling...
> > 1>minilzo.cpp
> > 1>..\..\include\minilzo\minilzo.cpp(56) : warning C4627: '#include <config.h>': skipped when looking for precompiled header use
> > 1> Add directive to 'stdafx.h' or rebuild precompiled header"

> Put #include "stdafx.h" at the top of that file.

Excellent, that worked.

Now when I try to build, it gives me:
"msvcrt.lib(MSVCR90.dll) : error LNK2005: _malloc already defined in libcmt.lib(malloc.obj)" type of errors.

I looked around, and it seems that either one or more of my libraries need to be recompiled to be multi-threaded, or I need to fiddle with msvcrt.lib/libcmt.lib link order. If you know the solution offhand, I would much appreciate it. Otherwise I'm gonna take a break for a day or two.

If I ever get this thing built, I'll make some sort of guide that you can put up.


Re: Compile error minilzo.cppOlaf van der Spek10:32 26-12-2009


Home | Post | Users | Messages