Build rule for pswrite in src/devs.mak misses gdevdcrdm, patch attached.
Created attachment 3157 [details] Add missing CRD depoendency
I don't see this dependency. Can you provide an example where the build fails?
The only external in gdevdcrd.c is sample_device_crd_get_params which is only used in these modules: src/gdevbit.c src/gdevdcrd.c src/gdevdcrd.h src/gdevdevn.c src/gdevrinkj.c src/gdevxcf.c All of these devices _should_ include the gdevdcrd.$(OBJ) in the dependency list The psd device has gdevcrd.h, but we don't know why (as well as some other modules that include it as well).
I think Ray in comment 3 was right - the only external in gdevdcrd.c is sample_device_crd_get_params and it is not used by any of the pswrite or epswrite bits, so it is hard to see why the new dependency is needed.