Menu

#2 Errors when building with generator "Unix Makefiles"

2018.1
closed
nobody
None
5
2018-06-27
2013-02-08
No

Hi,
when I was building from source code, for readesm-2011.12pre1-Source, with generator "Unix Makefiles" I found some header files that don't match the existing header names.

The referenced header files start with a uppercase letter instead of a lowercase letter.

To achieve a good build I had to change the following files:
- (...)/readesm-2011.12pre1-Source/fileformat/DataTypes/block11Record.cpp // changed to block11Record.h
- (...)/readesm-2011.12pre1-Source/fileformat/VuBlocks/block11.cpp // changed to block11.h
- (...)/readesm-2011.12pre1-Source/fileformat/VuBlocks/block11.h // changed to block11Record.h
- (...)/readesm-2011.12pre1-Source/fileformat/VuBlocks/block13.cpp // changed to block13.h
- (...)/readesm-2011.12pre1-Source/fileformat/VuBlocks/block13.h // changed block11Record.h
- (...)/readesm-2011.12pre1-Source/fileformat/VuBlocks/vuBlockFactory.cpp // changed to block13.h and to block11.h

Best regards,
Vítor

Discussion

  • mranderson2007

    mranderson2007 - 2015-12-03

    As far as I can tell, those are leftovers that should not have shipped with the tarball. Everything should be fine if you delete the mentioned files and regenerate them with

    cd fileformat
    python generate.py

    Next release will hopefully not contain any such cruft.

    Closing bug. Feel free to reopen if it still fails for you after removing and regenerating the files.

     
  • mranderson2007

    mranderson2007 - 2015-12-03
    • status: open --> closed
    • Group: -->
     
  • mranderson2007

    mranderson2007 - 2015-12-03
    • Group: --> 2015-12
     
  • mranderson2007

    mranderson2007 - 2018-06-27
    • Group: 2018-1 --> 2018.1
     

Log in to post a comment.