You see I set '-v' to make pip3 more verbose.
So I see more pip-related messages. Nice.
But I miss Phoenix-build-related messages. I want to see each file that
is currently compiled or liked, etc.
In the past there where this informations but now they are missing.
Could you modify the essential build-call inside the scripts to be more
verbose please?
I think pip is now redirecting most output to a log file, so the output from Phoenix's build is probably going there. I'm not sure where the log is located by default, but from the help text it looks like you can give it an explicit location with the --log parameter.
Or, you can always grab the source tarball and build it using standard setup.py commands, and then you'll see all the build output. You'll see that there is quite a lot of output that way
···
c.buhtz@posteo.jp wrote:
I am building wxPhoenix with that command on a unixoid system
You see I set '-v' to make pip3 more verbose.
So I see more pip-related messages. Nice.
But I miss Phoenix-build-related messages. I want to see each file that
is currently compiled or liked, etc.
In the past there where this informations but now they are missing.
Could you modify the essential build-call inside the scripts to be more
verbose please?