[ros-bugs] [Bug 3031] Undefined symbolic constant in dc.c
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sun Feb 3 11:16:05 CET 2008
http://www.reactos.org/bugzilla/show_bug.cgi?id=3031
Carlo Bramix <carlo.bramix at libero.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carlo.bramix at libero.it
--- Comment #1 from Carlo Bramix <carlo.bramix at libero.it> 2008-02-03 11:16:05 CET ---
In the past I had this problem too.
This trouble happens because you compile from an old source tree without a good
clean, because some include files are autogenerated at compile time.
The mistake comes if you update your build tree and *then* you do the "make
clean". If this happens, some files may not be deleted if they are relocated
into different directories in a newer revision.
Solution is simple: delete your "include" directory in the reactos build tree
and do a new checkout for refreshing its content.
As general rule, follow these steps:
1) FIRST launch "make clean" for removing all objects.
2) launch "svn up" for upgrading your sources to the latest revision.
3) launch "make" for building reactos.
and everything will work fine.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list