This is Python / cython version dependent situatuion. Its not Cmake or Autotools issue per say. OSX outputs the same file name (w.so), where several other *Nix distro's will see something along the lines of: w.cython-32mu.so or for Python33/34 you will see w.cython34m.so being produced.

The F2py command allows control over the prefix using the (m flag), in this case (w), but Python/cython add in the middle portion before the .so suffix. If there is a test to predict what that will be, It could be added to configure to account for it.

I've been working on WSPR, fixing the input input side,when complete, I was going to look at WSJT. I would be interested in seeing how the Cmake module handles the variation between Python/cython versions, specifically, when dealing with F2py invocations.

73's
Greg, KI7MT







On 05/16/2014 11:14 AM, Richard Shaw wrote:

On Friday, May 16, 2014, Claude Frantz <claude.fra...@bayern-mail.de <mailto:claude.fra...@bayern-mail.de>> wrote:

    While tying to compile on 32 bit Fedora 19, I encounter the following
    situation:

    running scons
    Removing build directory /tmp/tmp3nbwxy
    /usr/bin/mv w.*.so WsprMod/w.so
    /usr/bin/mv: cannot stat 'w.*.so': No such file or directory
    make: *** [WsprMod/w.so] Error 1


    #####

    In fact there is only a file named "w.so" in this directory.
    Moving this
    file using "mv w.so WsprMod/w.so" results in an non operational
    executable.

    Best 88 de Claude


Use cmake instead... I can build packages for you if you like. Maybe I should setup a Fedora COPR repository for Joe's programs?

Richard


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to