You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observed on a Windows XP system: the prog_x package in the rossum_example_ws has an includes entry in its manifest, which exports the prog_x/include directory (here). That directory is empty (ie: prog_x doesn't actually have any includes).
This causes ktransw to crash while setting up the temporary build directory.
The text was updated successfully, but these errors were encountered:
Had nothing to do with Windows XP / Windows 7: the manifest of prog_x exports the prog_x/include directory, but as that directory is empty, it doesn't actually exist in the git repository. This caused os.listdir(..) to fail, resulting in the observed error.
The change in a8e24a3 makes ktransw ignore any non-existing include paths, avoiding the crash.
As per subject.
Observed on a Windows XP system: the
prog_x
package in the rossum_example_ws has anincludes
entry in its manifest, which exports theprog_x/include
directory (here). That directory is empty (ie:prog_x
doesn't actually have any includes).This causes
ktransw
to crash while setting up the temporary build directory.The text was updated successfully, but these errors were encountered: