Menu

#3 trinity don't work

open
3
2003-10-22
2003-10-21
Anonymous
No

Hello the iMoose group
I'm interested in your project about
FEM,iMoose.I download their source code on sourceforge
site and try to install all of that,iMoose 0.92.At the
first, I used stable debian that have gcc 2.95,python
2.2 ,Qt2 and other requirements.after finished install
I can run Stat2d and Stat3D form your examples-0.92 but
only trinity does not work.it can map value of the
color range.I think the problem depended on "python" I
try to install all about python but that not work.
Now, I attemp to upgraded my debian to
unstable version ( It 's beautyful and easily used than
the stable) and I use gcc3.3 ,phthon2.2 ,Qt3 for
iMOOSE0.93.It have the same problem.The trinity not
response when I run all your examples .Then I think
this is the python problem I try install python modules
but it's not work.

Please, help me or suggest me to solve this
problem.

thank you
my email : tdach@nectec.or.th

Discussion

  • Christoph Monzel

    • priority: 5 --> 3
     
  • Christoph Monzel

    • assigned_to: nobody --> cmonzel
     
  • Christoph Monzel

    Logged In: YES
    user_id=575875

    Hi, thank you for trying iMOOSE !
    please clearify:
    - the configure-script told you at the end that iMOOSE.trinity
    will be build ?!
    - compilation and installation (make all && make install)
    were successful ?
    - iMOOSE.trinity starts up, but you get some errors:
    -- Pyhton like
    -- or the Mainwindow is empty ?
    - What kind of OpenGL implementation do you use ?
    NVidia, ATI, Mesa, XFree-Mesa ?
    Please send the output of "dpkg -l |grep mesa"

    Thanks
    Chris

     
  • Nobody/Anonymous

    Logged In: NO

    Hi Chris
    Thank you for your suggestion. I'm repeat to check
    following your comments.
    1.On the Configulation that is completely.It' told me that
    the trinity can be installed.
    2. My Installation is all sucessful
    3. After I start up the Trinity.they show me
    mainwindow(xterm in Python)and GUI user interface but not
    active for all function in trinity.
    4. my OpenGL is
    rc mesag3 5.0.0-5 A 3-D graphics library
    which implements the
    ii xlibmesa-gl-de 4.2.1-12.1 Mesa 3D graphics library
    development files [
    ii xlibmesa-glu-d 4.2.1-12.1 Mesa OpenGL utility
    library development file
    ii xlibmesa3-gl 4.2.1-12.1 Mesa 3D graphics library
    [XFree86]
    ii xlibmesa3-glu 4.2.1-12.1 Mesa OpenGL utility
    library [XFree86]
    ii xlibosmesa-dev 4.2.1-12.1 Mesa off-screen rendering
    library developmen
    ii xlibosmesa3 4.2.1-12.1 Mesa off-screen rendering
    library [XFree86]

    Thank for your kindness.
    Tdach

     
  • Christoph Monzel

    Logged In: YES
    user_id=575875

    Aah, i got it. You're are using a mix of the Xfree-Mesa, which
    is possible hardware accelerated, and the pure software
    mesa, which is NOT cleanly installed (see the "rc" flag of
    mesa3g). The best way to get out of the the mess is to
    compile and install a mesa of your choice in your home
    directory. Use configure like that (eg) to build it:
    ./configure --prefix $HOME/local
    make ; make install

    After that write a small shell script which sets the library
    search path with LD_LIBRARY_PATH to $HOME/local/lib.
    Now you should have at least a working iMOOSE.trinity.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.