Ask a Question related to PERL Modules, Design and Development.
-
Chris Keller #1
Filesys::SmbClient Build Errors
I've tried building Filesys::SmbClient through CPAN on my workstation
and two development servers (running ubuntu and suse) to no avail.
Tried some patches/workarounds I found on google but those didn't work.
Any suggestions?
Relevant Output:
cpan> install Filesys::SmbClient
[...]
cc -c -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
-fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
-fsigned-char -fmessage-length=0 -Wall -Wall -pipe -DVERSION=\"3.0\"
-DXS_VERSION=\"3.0\" -fPIC
"-I/usr/lib/perl5/5.8.3/s390x-linux-thread-multi/CORE" SmbClient.c
SmbClient.c: In function `XS_Filesys__SmbClient__set_flags':
SmbClient.c:85: warning: unused variable `flag'
SmbClient.xs:191:60: macro "readdir" passed 2 arguments, but takes just
1
make: *** [SmbClient.o] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Failed during this command:
ALIAN/Filesys-SmbClient-3.0.tar.gz : make NO
Chris Keller Guest
-
New module Filesys::DfPortable & new version Filesys::Df
Hey, I created a new module called Filesys::DfPortable. It is similar to ye olde Filesys::Df but it also supports all versions of Windows (95 and... -
supress errors at the page level? Undefined index errors.
I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in... -
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.create
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.createTextFile. How to pop up the dialog box option... -
newbie webservices question - build errors in WeatherService sample app
Greetings. I'm trying to build the WeatherService sample for .Net Web Services, and can't get it to build correctly. I keep getting the following... -
How to use mget with Filesys::SmbClientParser module ?
Hi, Im trying to get some files using Filesys::SmbClientParser module but, I got this error when i run the script, sh: -c: line 1: unexpected... -
Sisyphus #2
Re: Filesys::SmbClient Build Errors
"Chris Keller" <netfiber@gmail.com> wrote in message
news:1152898573.670107.324910@h48g2000cwc.googlegr oups.com...Did you try the fix at [url]http://rt.cpan.org/Public/Bug/Display.html?id=12221[/url] .> I've tried building Filesys::SmbClient through CPAN on my workstation
> and two development servers (running ubuntu and suse) to no avail.
> Tried some patches/workarounds I found on google but those didn't work.
> Any suggestions?
>
You'll need to rebuild from scratch after you make any changes to
SmbClient.xs.
Cheers,
Rob
Sisyphus Guest



Reply With Quote

