Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conceals failures from cl #20

Open
rdp opened this issue Aug 15, 2016 · 0 comments
Open

conceals failures from cl #20

rdp opened this issue Aug 15, 2016 · 0 comments

Comments

@rdp
Copy link

rdp commented Aug 15, 2016

Would be nice if it output to the screen failures from its sub process (ex: cl).
at least it didn't for me just now, FWIW (msys).

$ c99wrap cl ...   -c -o libavdevice/alldevices.o libavdevice/alldevices.c

rdp@roger-win10 MSYS /c/dev/ffmpeg/ffmpeg_git_msvc
$ echo $?
1

rdp@roger-win10 MSYS /c/dev/ffmpeg/ffmpeg_git_msvc
$ cl...   -c -o libavdevice/alldevices.o libavdevice/alldevices.c
cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release
alldevices.c
c:\dev\ffmpeg\ffmpeg_git_msvc\libavutil\common.h(34) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory

(the latter said what the error was)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant