← Back to team overview

wonderjamstudios team mailing list archive

[Bug 847501] [NEW] Compilation of the source directories fail unless project has been compiled in Release mode first.

 

Public bug reported:

If you were to begin with a clean project and you compiled using the build script located in: 
- the top-level directory with the Debug target then it fails.  
- the top-level directory with the Release target then it succeeds.  
- a source directory that has  no dependencies with either the Debug or Release target then it succeeds.  
- a source directory that has dependencies with either the Debug or Release target then it fails.  

The second, third and fourth conditions are fine but the first case is
not.  This first case is caused by the compiler attempting to link to
libraries compiled in Release mode.  This should be changed so that
source code compiled in Debug mode should link to libraries compiled in
Debug mode.

This bug occurs in all Revisions of the datafileconversion trunk.  The
most current build is Revision 2.

** Affects: datafileconversion
     Importance: Medium
     Assignee: James Wong (jwong01)
         Status: New

-- 
You received this bug notification because you are a member of Wonder
Jam Studios, which is subscribed to DataFileConversion.
https://bugs.launchpad.net/bugs/847501

Title:
  Compilation of the source directories fail unless project has been
  compiled in Release mode first.

Status in Data File Conversion:
  New

Bug description:
  If you were to begin with a clean project and you compiled using the build script located in: 
  - the top-level directory with the Debug target then it fails.  
  - the top-level directory with the Release target then it succeeds.  
  - a source directory that has  no dependencies with either the Debug or Release target then it succeeds.  
  - a source directory that has dependencies with either the Debug or Release target then it fails.  

  The second, third and fourth conditions are fine but the first case is
  not.  This first case is caused by the compiler attempting to link to
  libraries compiled in Release mode.  This should be changed so that
  source code compiled in Debug mode should link to libraries compiled
  in Debug mode.

  This bug occurs in all Revisions of the datafileconversion trunk.  The
  most current build is Revision 2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/datafileconversion/+bug/847501/+subscriptions


Follow ups

References