CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Apr 2005
    Posts
    1,828

    Compilation Unit Empty

    What could be the reason for this error?

    Code:
    /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/BLOCKSORT.C, 1097.66: CZM0356(10)
      Compilation unit is empty.
    /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/BZCOMPRESS.C, 675.66: CZM0356(10)
     /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/BZLIB.C, 1574.66: CZM0356(10) Compilation
       unit is empty.
     /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/CRCTABLE.C, 107.66: CZM0356(10)
     /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/DECOMPRESS.C, 648.66: CZM0356(10)
       Compilation unit is empty.
    /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/HUFFMAN.C, 208.66: CZM0356(10) Compilation
    /DEVELOP/LIBXL/ZIPARCHIVE/BZIP2/RANDTABLE.C, 86.66: CZM0356(10)
      Compilation unit is empty.
    I have uploaded one of the file in which this error is encountered
    Attached Files Attached Files
    • File Type: c bl.c (30.0 KB, 100 views)

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Compilation Unit Empty

    What compiler do you use?
    Did you make a Google search for this message?
    Victor Nijegorodov

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Compilation Unit Empty

    And BTW, is _ZIP_BZIP2_INTERNAL defined?
    Victor Nijegorodov

  4. #4
    Join Date
    Apr 2005
    Posts
    1,828

    Re: Compilation Unit Empty

    Quote Originally Posted by VictorN View Post
    And BTW, is _ZIP_BZIP2_INTERNAL defined?
    So what does it implies?

    The compiler used is the one used in AS400.

  5. #5
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,395

    Re: Compilation Unit Empty

    Quote Originally Posted by maverick786us View Post
    Quote Originally Posted by VictorN View Post
    And BTW, is _ZIP_BZIP2_INTERNAL defined?
    So what does it implies?
    Just have a look at your bl.c‎ file!
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured