How to use gnome_print_job_set_file(...)
Mohit Kumar <[email protected]> Thu, 17 Mar 2005 20:07:35 +0530
| Newsgroups | gmane.comp.gnome.print |
|---|---|
| Message-ID | <[email protected]> |
I need to use gnome_print_job_set_file(...) in my code but at compilation the compiler gives an error saying: gnome_print_job_set_file' undeclared (first use this function) So then I compiled using -DGNOME_PRINT_UNSTABLE_API. At that time, ./a.out gave a relocation error saying undefined symbol gnome_print_job_set_file.... What should I do? Thanks, Mohit