kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #04472
KiCad.app release minor bug while compiling
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"jerryjacobsxor" <wafeliron@...>
-
Date:
Sat, 27 Feb 2010 21:07:39 -0000
-
User-agent:
eGroups-EW/0.82
When I don't set the string in the CMakeCache.txt then I think it jumps to Debug build and throws a error instead of a warning. But when I change the build to Release it gives at the same spot a warning.
Inside CMakeCache.txt:
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release
The error:
http://pastebin.com/raw.php?i=mjWUiN4J
The warning:
http://pastebin.com/raw.php?i=gcgEhZbP
This should not be hard to fix with a clean build, it is better that it noteven throws a error.
Kind Regards,
Jerry Jacobs