Ticket #40 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

cp zephyr_err.h instead of mv

Reported by: broder@… Owned by: kcr@…
Priority: major Milestone: 3.0 release
Component: zephyr.lib Version: 3.0~beta.2362
Keywords: Cc:
Platform: MacOS X

Description

Currently zephyr_err.h gets moved into h/zephyr/ after it's generated by compile_et. The compile_et on OS X, however, generates a .c file that includes the .h. Since the CFLAGS only include -I../h, it doesn't find zephyr_err.h when building.

The easy solution would be to cp zephyr_err.h instead of mving it.

Change History

comment:1 Changed 4 years ago by kcr@…

  • Owner set to kcr@…
  • Status changed from new to accepted
  • Version set to 3.0~beta.2362
  • Milestone set to 3.0 release

comment:2 Changed 4 years ago by kcr@…

  • Status changed from accepted to closed
  • Resolution set to fixed

should be fixed in [2373]

comment:3 Changed 4 years ago by kcr@…

  • Platform set to MacOS X
Note: See TracTickets for help on using tickets.