DragonFly BSD
DragonFly users List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: sysutils/cdrdao


From: Rum <rumko@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: 29 Sep 2004 20:30:07 GMT

On 2004-09-29, walt <wa1ter@xxxxxxxxxxxxx> wrote:
>
>
> On Wed, 29 Sep 2004, Rum wrote:
>
>> ...still cant compile cdrdao:
>>
>> c++ -DDRIVER_TABLE_FILE=\"/usr/local/share/cdrdao/drivers\" -O -pipe
>> -mtune=pentiumpro   -o cdrdao  main.o -L. -ldao -L../paranoia -lcdda_paranoia
>> -L../trackdb -ltrackdb -L../scsilib/export -lscg -lschily -lcam
>> /usr/libexec/binutils214/elf/ld: cannot find -lscg
>                                                 ^^^^
>
> I see this line in /usr/ports/sysutils/cdrdao/Makefile:
>
> #CONFIGURE_ARGS+=       --without-scglib
>
> I wonder if it would compile (and work) if you remove the comment mark?
>

em ... i vote for no ;P

if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I./../trackdb -I./../paranoia
-DDRIVER_TABLE_FILE=\"/usr/local/share/cdrdao/drivers\" -O -pipe
-mtune=pentiumpro -MT ScsiIf-freebsd-cam.o -MD -MP -MF
".deps/ScsiIf-freebsd-cam.Tpo" -c -o ScsiIf-freebsd-cam.o
ScsiIf-freebsd-cam.cc; \
then mv -f ".deps/ScsiIf-freebsd-cam.Tpo" ".deps/ScsiIf-freebsd-cam.Po"; else
rm -f ".deps/ScsiIf-freebsd-cam.Tpo"; exit 1; fi
ScsiIf-freebsd-cam.cc:227: error: prototype for `ScsiIf::ScanData*
ScsiIf::scan(int*)' does not match any in class `ScsiIf'
ScsiIf.h:103: error: candidate is: static ScsiIf::ScanData*
ScsiIf::scan(int*, char*)
gmake[2]: *** [ScsiIf-freebsd-cam.o] Error 1
gmake[2]: Leaving directory `/usr/dfports/sysutils/cdrdao/work/cdrdao-1.1.9/dao'



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]