Oops. If anyone tried to run pgorganizer and noticed a lack of modules, I know whats wrong. In the file main.c there are two lines that read...
pgoLoadModule("testmodule.so");
pgoLoadModule("pgoPeople.so");
they should read
pgoLoadModule("./testmodule.so");
pgoLoadModule("./pgoPeople.so");
Sorry about that...
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel
