Pedro Aguilar schrieb: > Hi, > > I had a problem when executing the "testrun" sample in SaWMan: > > I started "./testman" successfuly through a DFBTerm, then when running > "./testrun Penguins" I had the following error in execvp(): > > $ ./testrun Penguins > > (*) SaWMan/TestMan: Process added (6593) [3]! > (*) SaWMan/TestMan: Start request for 'Penguins'! > (*) ---> program: df_andi, args[0]: --dfb:mode=640x480,force-windowed > execvp: No such file or directory > (*) SaWMan/TestRun: New process has pid 6610. > (*) SaWMan/TestRun: Shutting down... > (*) SaWMan/TestMan: Process removed (6593) [3]! > > Obviously, execvp is not finding "df_andi" (I add the ---> line as > debugging info). I'm not sure what I'm doing wrong... > However, SaWMan seems to work fine because I added an app to testman: > > AddApplication( &tm, "pedro", "/usr/local/directfb/bin/dfbterm", NULL );
Is "/usr/local/directfb/bin" not in your $PATH? Or df_andi not in there? -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
