I would like to run a Virtual Print Server for Solaris, Windows, Linux and Mac
clients.
Currently our Windows and Mac clients print directly to the network printers
and we have no control over the print jobs that are submitted.
The plan is to move all of our printers to a new VLAN that the clien
niv wrote:
> Hi,
>
> Thanks for the reply.
>
> There is actually seems to be 2 declarations for Printer model .
> foomaticrip.c file has
> char printer_model[128] = "";
>
> options.c has
> char printer_model [256];
>
> I removed char printer_model [256]; from options.c file.
>
or you can put d
On 01/23/09 10:14, niv wrote:
> I was able to solve the error by changing file process.c.
>
> but again I am getting some errors. Below is the one I am not able to solve.
> Please help.
>
> bash-3.00# make
> make all-am
> source='process.c' object='process.o' libtool=no \
> DEPDIR=.deps depmode=no
Ghee Teo wrote:
> niv wrote:
>
>> Hi,
>>
>> Thanks for the reply.
>>
>> There is actually seems to be 2 declarations for Printer model .
>> foomaticrip.c file has
>> char printer_model[128] = "";
>>
>> options.c has
>> char printer_model [256];
>>
>> I removed char printer_model [256]; from op
Hi,
Thanks for the reply.
There is actually seems to be 2 declarations for Printer model .
foomaticrip.c file has
char printer_model[128] = "";
options.c has
char printer_model [256];
I removed char printer_model [256]; from options.c file.
It is giving below errors.
bash-3.2# make
m
I was able to solve the error by changing file process.c.
but again I am getting some errors. Below is the one I am not able to solve.
Please help.
bash-3.00# make
make all-am
source='process.c' object='process.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ./depcomp \
gcc -DHAVE_CONFIG_H -
Hi,
I am trying to install foomatic-rip 4.0.
It is giving following error wen i do...
./configure ? ran successfully
Make ? (to install)
bash-3.00# make
make all-am
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DCONFIG_PATH='"/usr/local/etc/foomatic"'
-g -O2 -MT process.o -MD -MP -MF ".deps/proces