Re: Problem when Installing PyML module modules with mingw32

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rich Healey

    #1

    Re: Problem when Installing PyML module modules with mingw32

    AON LAZIO wrote:
    On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey <healey.rich@gm ail.com
    <mailto:healey. rich@gmail.com> wrote:
    Why remove "###Bla bla bla bunch of errors###"
    >
    How do we help without the error messages!
    AON LAZIO wrote:
    Ah, sorry but the error was quite long in nature. here is the full one..
    >
    * c prompt>* python setup.py build --compiler=mingw3 2
    running build
    running build_py
    running build_ext
    building 'PyML/containers/ext/_csparsedataset ' extention
    writing
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\_csparsedatas et.def
    C:\tools\MinGW\ bin\g++.exe -mno-cygwin -shared -s
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\sparsedataset _wrap.o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\sparsedataset .o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\dataset.o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\sparsefeature vector.o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\_csparsedatas et.def
    -LC:\Python25\li bs -LC:\Python25\PC Build -lpython25 -lmsvcr71 -o
    build\lib.win32-2.5\PyML/containers/ext/_csparsedataset .pyd
    Cannot export initPyML/containers/ext/_csparsedataset : symbol not defined
    collect2: ld returned 1 exit status
    error: command 'g++' failed with exit status 1
    *c prompt>*
    Aon,

    Please keep these replies on list (I've CC'd the list now).

    This isn't actually a very long error message, but since email is a
    scrollable medium including long messages often isn't too bad. If you're
    worried, include a link to a pastebin.

    Regarding your actual error message, you will probably want to grep
    around for the missing symbol, I don't have time to look into this now.
    The other possibility is that you're missing some dependencies.

    Kind Regards


    Rich
    --
    Rich Healey - iTReign \ .''`. / healey.rich@gma il.com
    Developer / Systems Admin \ : :' : / healey.rich@itr eign.com
    AIM: richohealey33 \ `. `' / richo@psych0tik .net
    MSN: bitchohealey@ho tmail.com \ `- / richohealey@hel lboundhackers.o rg
    AON LAZIO wrote:
    On Tue, Nov 4, 2008 at 9:25 PM, Rich Healey <healey.rich@gm ail.com
    <mailto:healey. rich@gmail.com> wrote:
    Why remove "###Bla bla bla bunch of errors###"
    >
    How do we help without the error messages!
    AON LAZIO wrote:
    Ah, sorry but the error was quite long in nature. here is the full one..
    >
    * c prompt>* python setup.py build --compiler=mingw3 2
    running build
    running build_py
    running build_ext
    building 'PyML/containers/ext/_csparsedataset ' extention
    writing
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\_csparsedatas et.def
    C:\tools\MinGW\ bin\g++.exe -mno-cygwin -shared -s
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\sparsedataset _wrap.o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\sparsedataset .o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\dataset.o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\sparsefeature vector.o
    build\temp.win3 2-2.5\Release\pym l\containers\ex t\_csparsedatas et.def
    -LC:\Python25\li bs -LC:\Python25\PC Build -lpython25 -lmsvcr71 -o
    build\lib.win32-2.5\PyML/containers/ext/_csparsedataset .pyd
    Cannot export initPyML/containers/ext/_csparsedataset : symbol not defined
    collect2: ld returned 1 exit status
    error: command 'g++' failed with exit status 1
    *c prompt>*
    Aon,

    Please keep these replies on list (I've CC'd the list now).

    This isn't actually a very long error message, but since email is a
    scrollable medium including long messages often isn't too bad. If you're
    worried, include a link to a pastebin.

    Regarding your actual error message, you will probably want to grep
    around for the missing symbol, I don't have time to look into this now.
    The other possibility is that you're missing some dependencies.

    Kind Regards


    Rich
    --
    Rich Healey - iTReign \ .''`. / healey.rich@gma il.com
    Developer / Systems Admin \ : :' : / healey.rich@itr eign.com
    AIM: richohealey33 \ `. `' / richo@psych0tik .net
    MSN: bitchohealey@ho tmail.com \ `- / richohealey@hel lboundhackers.o rg
Working...