You can subscribe to this list here.
| 2002 | 
          Jan
           | 
        
        
        
        
          Feb
           | 
        
        
        
        
          Mar
           | 
        
        
        
        
          Apr
           | 
        
        
        
        
          May
           | 
        
        
        
        
          Jun
           | 
        
        
        
        
          Jul
           | 
        
        
        
        
          Aug
           | 
        
        
        
        
          Sep
           (1)  | 
        
        
        
        
          Oct
           | 
        
        
        
        
          Nov
           (1)  | 
        
        
        
        
          Dec
           | 
        
      
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 | 
          Jan
           | 
        
        
        
        
          Feb
           | 
        
        
        
        
          Mar
           (4)  | 
        
        
        
        
          Apr
           (1)  | 
        
        
        
        
          May
           | 
        
        
        
        
          Jun
           | 
        
        
        
        
          Jul
           | 
        
        
        
        
          Aug
           | 
        
        
        
        
          Sep
           | 
        
        
        
        
          Oct
           | 
        
        
        
        
          Nov
           | 
        
        
        
        
          Dec
           | 
        
      
| 
     
      
      
      From: Dirk v. R. <Dir...@ie...> - 2004-04-02 13:50:49
      
     
   | 
On Tue, 30 Mar 2004 12:20:50 +0100, Jos=E9 Miguel Monz=F3n Verona <jm...@di...> wrote: Hi, > Hello. > We have installed Debian Woody, with the packages listed in the > INSTALL file. > We are not use the parallel solver. > We are intented with the iMOOSE-0.94. (in other old version we > have > other problems too) > But at the TRINITY section we have a problem with some undefined > references. > We send you a capture of the CONFIGURE and the last part of the > compilation where is the problems and > the make brake out. > We are thank you by any help. the problems seem to refer to a Qt-Library without thread support. Try adding the switch --with-Qt-lib=3D"qt-mt -lqt-gl" to the configure run (i.e. ./configure --with-Qt-lib=3D"qt-mt -lqt-gl") This should solve the problem. Just for your info, these are the qt packages installed at our site on a Debian woody system: ii libqt-dev 2.3.1-22 =20 ii libqt-gl-dev 2.3.1-22 =20 ii libqt-mt-dev 2.3.1-22 =20 ii libqt2 2.3.1-22 =20 ii libqt2-gl 2.3.1-22 =20 ii libqt2-mt 2.3.1-22 =20 Regards, Dirk n.b.: I've kept this in english, so other users can search the archive if they have a similar problem. But you can ask in spanish, if you have further questions. --=20 Dipl.-Ing. Dirk van Riesen, Wissenschaftlicher Assistent Institut fuer Elektrische Maschinen Lehrstuhl fuer Elektromagnetische Energiewandlung RWTH Aachen, Schinkelstr. 4, 52056 Aachen Tel. +49 241 80 97644, Fax +49 241 80 92270  | 
| 
     
      
      
      From: L.S.R. <ls...@pa...> - 2004-03-31 08:17:37
      
     
   | 
      Hello.
      We have installed Debian Woody, with the packages listed in the
 INSTALL file.
      We are not use the parallel solver.
      We are intented with the iMOOSE-0.94. (in other old version we have
 other problems too)
      But at the TRINITY section we have a problem with some undefined
 references.
      We send you a capture of the CONFIGURE and the last part of the
 compilation where is the problems and
         the make brake out.
      We are thank you by any help.
(configure)
----------------------------------------------------------
Summary for iMOOSE features:
  release
  version                       0.94
  c++ compiler			g++
  heavy optimizations		yes
  profiling			no
  shared libraries		yes
  static libraries		yes
  nonfree & private dirs
  special IMOOSE defines	-D_REENTRANT  -DNORANGE_CHECK
  CPPFLAGS			-I/usr/local/include -DITL_USING_MTL -I/usr/local/include  -I/usr/include -DHAVE_ZLIB
  CXXFLAGS			-g -O2 -Wall -W -ftemplate-depth-25 -Wno-non-template-friend -fexceptions -fsjlj-exceptions -O3 -fomit-frame-pointer -funroll-loops -fstrict-aliasing -mpentiumpro
  CFLAGS			-g -O2
 Required for parallel solvers:
  Metis graph partitioning	no
  MPI/MPI++			no / no
  PETSc(Arch/double/complex)	no (linux/no/no)
  -------------------------
  Build parallel targets	no
 Required for iMOOSE.trinity (postprocessing/visualization):
  pthread library		yes
  Qt GUI library                yes
  readline library		-lreadline
  python & extensions(=>2.2)	yes
  OpenGL			yes
  GLU				yes
  Mesa Offscreen lib.		
  --------------------------
  Build iMOOSE.trinity		yes
  Build documentation           yes
----------------------------------------------------------
(make)
...
In file included from nview.cc:28:
qtstuff.h: In method `void QtInterface::setSwapBuffers(bool)':
qtstuff.h:340: warning: unused parameter `bool b'
In file included from moc_qtstuff.cc:11:
qtstuff.h: In method `void QtInterface::setSwapBuffers(bool)':
qtstuff.h:340: warning: unused parameter `bool b'
libtool: link: warning: library `/usr/lib/libmng.la' was moved.
libtool: link: warning: library `/usr/lib/libmng.la' was moved.
qtstuff.o: In function `QVMWindow::QVMWindow(QWidget *, char const *, unsigned int)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:287: undefined reference to `QWaitCondition::QWaitCondition(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:362: undefined reference to `QWaitCondition::~QWaitCondition(void)'
qtstuff.o: In function `QVMWindow::customEvent(QCustomEvent *)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:430: undefined reference to `QWaitCondition::wakeAll(void)'
qtstuff.o: In function `GLBox::threadPaint(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:476: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:478: undefined reference to `QApplication::unlock(bool)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:482: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:484: undefined reference to `QApplication::unlock(bool)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:491: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:494: undefined reference to `QApplication::unlock(bool)'
qtstuff.o: In function `GLBox::threadStatusmessage(QString const &)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:613: undefined reference to `QThread::postEvent(QObject *, QEvent *)'
qtstuff.o: In function `QtInterface::setWindowSize(int, int)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:728: undefined reference to `QThread::postEvent(QObject *, QEvent *)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:730: undefined reference to `QWaitCondition::wait(unsigned long)'
qtstuff.o: In function `QtInterface::repaint(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:749: undefined reference to `QThread::postEvent(QObject *, QEvent *)'
qtstuff.o: In function `QVMWindow::~QVMWindow(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:369: undefined reference to `QWaitCondition::~QWaitCondition(void)'
qtstuff.o: In function `GLBox::threadResize(int, int)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:506: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:508: undefined reference to `QApplication::unlock(bool)'
qtstuff.o: In function `GLBox::initializeGL(void)':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:531: undefined reference to `QApplication::lock(void)'
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:533: undefined reference to `QApplication::unlock(bool)'
qtstuff.o: In function `QtInterface::lock(void) const':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:839: undefined reference to `QApplication::lock(void)'
qtstuff.o: In function `QtInterface::unlock(void) const':
/root/iMOOSE-0.94/source/trinity/base/qtstuff.cc:845: undefined reference to `QApplication::unlock(bool)'
collect2: ld returned 1 exit status
make[5]: *** [iMOOSE.trinity.real] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 | 
| 
     
      
      
      From: L.S.R. <ls...@pa...> - 2004-03-30 14:03:15
      
     
   | 
      Hello.
      We have installed Debian Woody, with the packages listed in the
  INSTALL file.
      We are not use the parallel solver.
      We are intented with the iMOOSE-0.94. (in other old version we have
  other problems too)
      But at the TRINITY section we have a problem with some undefined
  references.
      We send you a capture of the CONFIGURE and the last part of the
  compilation where is the problems and
         the make brake out.
      We are thank you by any help.
 | 
| 
     
      
      
      From:  <jm...@di...> - 2004-03-30 11:20:58
      
     
   | 
--
     Hello.
     We have installed Debian Woody, with the packages listed in the
INSTALL file.
     We are not use the parallel solver.
     We are intented with the iMOOSE-0.94. (in other old version we have
other problems too)
     But at the TRINITY section we have a problem with some undefined
references.
     We send you a capture of the CONFIGURE and the last part of the
compilation where is the problems and
        the make brake out.
     We are thank you by any help.
----- Fin del mensaje reenviado -----
--=20
 | 
| 
     
      
      
      From: L.S.R. <ls...@pa...> - 2004-03-30 09:04:52
      
     
   | 
    Hello.
    We have installed Debian Woody, with the packages listed in the 
INSTALL file.
    We are not use the parallel solver.
    We are intented with the iMOOSE-0.94. (in other old version we have 
other problems too)
    But at the TRINITY section we have a problem with some undefined 
references.
    We send you a capture of the CONFIGURE and the last part of the 
compilation where is the problems and
       the make brake out.
    We are thank you by any help.
 | 
| 
     
      
      
      From: Christian K. <Chr...@ep...> - 2002-11-21 06:37:23
      
     
   | 
Hi, I downloaded and tried to install iMoose on a redhat 7.3 box. compiler is gcc 2.96 itl 4.0.0-1 mtl 2.1.2-20 qt 3.0 I don't have the parralel processing stuff installed. It takes forever to compile (it's OK) and then stops with stat2d_new.cc (among others: make -k stops later on) It also seems than qt is also causing problems later in the compile process. Could you provide a configuration that actually works (gcc, itl, mtl, qt) ? I am considering the upgrade to rehat 8.0 I also noticed that the package requires Ansys for designing the geometry and meshing. Is there an non-commercial alternative to it ? Thanks in advance, Christian BTW: I understand german (and french) if it helps  | 
| 
     
      
      
      From: Christoph M. <mo...@ie...> - 2002-09-19 15:49:28
      
     
   | 
Yes, you can.
--=20
Christoph Monzel=20
              =20
-------------------------------------------------    =20
Institut fuer Elektrische Maschinen, RWTH-Aachen =20
Tel : +49-241-8093962  Fax: +49-241-8092270
Schinkelstr. 4, D-52062 Aachen
--------------------------------------------------
Accelerate Windows: 9.81 m/sec^2 would be adequate
 |