| By: johnleelp ( John Lee ) 2008-Sep-09 20:57 |
|
I am trying to build OA Timer but I am having trouble. The self-tests fail, and when I debug the analyzeTiming tool, it crashes when it tries to load the liberty file. I am guessing that these problems are related to my gcc version. Is OA Timer known to run with gcc v. 3.4.6? Thanks! |
| By: simone ( Medardoni SImone ) 2007-Jan-31 04:29 |
|
I can\'t compile Bazaar. (ver 96a) I\'m using Mepis 6.0 (repository Ubuntu) g++ -v Reading specs from /usr/lib/gcc-lib/i486-linux-gnu/3.3.6/specs Configured with: ../src/configure -v --enable-languages=c,c++,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug i486-linux-gnu Thread model: posix gcc version 3.3.6 (Ubuntu 1:3.3.6-10) ./../OA-2.2/bin/oaGetVersion 02.02-p044 tcl/tk 8.4 Qt 3 qmake --version Qmake version: 1.07a (Qt 3.3.6) Qmake is free software from Trolltech AS. The top portion of my compile error message is: make[4]: Entering directory `/home/clean/OA/OAGear-0.96a/Bazaar\' g++ -c -pipe -Wall -W -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I/home/clean/OA/OAGear-0.96a/../OA-2.2/include/oa -fPIC -W -Wall -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I../CapoWrapper -I/usr/include/tcl8.4 -I.. -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -I/usr/X11R6/include -I/usr/X11R6/include -o controller.o Controller/controller.cpp In file included from Controller/controller.cpp:12: Controller/controller.h:104: error: syntax error before `;\' token In file included from mainwindow.h:22, from Controller/controller.cpp:14: LayoutView/LayoutViewWnd.h:48: error: type specifier omitted for parameter ` oagConnection\' LayoutView/LayoutViewWnd.h:48: error: syntax error before `*\' token LayoutView/LayoutViewWnd.h:99: error: syntax error before `*\' token LayoutView/LayoutViewWnd.h:106: error: syntax error before `*\' token In file included from QoagCommon/QoagCommon.h:25, from SchemInstView/SchemTerm.h:20, from SchemInstView/SchemInstRect.h:29, from SchemInstView/SchemInstView.h:41, from SchemInstView/SchemInstViewWnd.h:20, from mainwindow.h:23, from Controller/controller.cpp:14: QoagCommon/QoagCommonTempl.h:47: error: `getNameFromOA\' is not a function template In file included from SchemInstView/SchemTerm.h:20, from SchemInstView/SchemInstRect.h:29, from SchemInstView/SchemInstView.h:41, from SchemInstView/SchemInstViewWnd.h:20, from mainwindow.h:23, from Controller/controller.cpp:14: QoagCommon/QoagCommon.h:80: error: `internalInstIndexT\' was not declared in this scope QoagCommon/QoagCommon.h:80: error: `internalInstIndexT\' was not declared in this scope QoagCommon/QoagCommon.h:80: error: template argument 1 is invalid QoagCommon/QoagCommon.h:80: error: template argument 2 is invalid QoagCommon/QoagCommon.h:81: error: `internalInstIndexT\' was not declared in this scope QoagCommon/QoagCommon.h:81: error: `internalInstIndexT\' was not declared in this scope QoagCommon/QoagCommon.h:81: error: template argument 1 is invalid QoagCommon/QoagCommon.h:81: error: template argument 2 is invalid QoagCommon/QoagCommon.h:81: error: ISO C++ forbids declaration of `a\' with no type QoagCommon/QoagCommon.h:81: error: ISO C++ forbids declaration of `b\' with no type Can any one help me? |
| By: dmay ( Derek May ) 2006-Jul-27 10:57 |
|
I am unable to get Bazaar to compile. Looking at the other threads, it was suggested that \'thread\' be added to the config line in the Bazaar/Qmake.pro. However, that is already there in the 0.96 and 0.96a releases. I have tried to compile both 0.96 releases but have the same problem. I am using: g++ (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-54) GNU Make 3.81 uname -a returns: Linux sparrow 2.4.21-40.EL #1 Thu Feb 2 22:32:00 EST 2006 i686 i686 i386 GNU/Linux I am trying to compile with OA 02.02-p040. The top portion of my compile error message is: Making all in Bazaar /cad/oa/OAGear-0.96a/Bazaar make[2]: Entering directory `/cad/oa/OAGear-0.96a/Bazaar\' Making all in . make[3]: Entering directory `/cad/oa/OAGear-0.96a/Bazaar\' /usr/local/qt/bin/qmake -o Makefile.qmake qmake.pro Project MESSAGE: qmake is using opt QGDict::hashKeyString: Invalid null key make -f Makefile.qmake make[4]: Entering directory `/cad/oa/OAGear-0.96a/Bazaar\' make[4]: *** Warning: File `Makefile.qmake\' has modification time in the future (2006-07-27 09:50:38 > 2006-07-27 09:50:37.854663) /usr/local/qt/bin/uic openDesignForm.ui -o openDesignForm.h /usr/local/qt/bin/uic openSchemForm.ui -o openSchemForm.h /usr/local/qt/bin/uic runCapoOptions.ui -o runCapoOptions.h /usr/local/qt/bin/uic saveDesignAsForm.ui -o saveDesignAsForm.h g++ -c -pipe -Wall -W -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I/cad/oa/prod32/include/oa -fPIC -W -Wall -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I../CapoWrapper -I/usr/local/include -I.. -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -o main.o main.cpp g++ -c -pipe -Wall -W -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I/cad/oa/prod32/include/oa -fPIC -W -Wall -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I../CapoWrapper -I/usr/local/include -I.. -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -o mainwindow.o mainwindow.cpp g++ -c -pipe -Wall -W -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I/cad/oa/prod32/include/oa -fPIC -W -Wall -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I../CapoWrapper -I/usr/local/include -I.. -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -o oagConnect.o oagConnect.cpp g++ -c -pipe -Wall -W -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I/cad/oa/prod32/include/oa -fPIC -W -Wall -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I../CapoWrapper -I/usr/local/include -I.. -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/local/qt/mkspecs/default -I. -I/usr/local/qt/include -I/usr/X11R6/include -I/usr/X11R6/include -o controller.o Controller/controller.cpp In file included from Controller/controller.cpp:12: Controller/controller.h:104: syntax error before `;\' token In file included from mainwindow.h:22, from Controller/controller.cpp:14: LayoutView/LayoutViewWnd.h:48: type specifier omitted for parameter ` oagConnection\' LayoutView/LayoutViewWnd.h:48: syntax error before `*\' token LayoutView/LayoutViewWnd.h:99: syntax error before `*\' token LayoutView/LayoutViewWnd.h:106: syntax error before `*\' token In file included from QoagCommon/QoagCommon.h:25, from SchemInstView/SchemTerm.h:20, from SchemInstView/SchemInstRect.h:29, from SchemInstView/SchemInstView.h:41, from SchemInstView/SchemInstViewWnd.h:20, from mainwindow.h:23, from Controller/controller.cpp:14: |
| By: dmay ( Derek May ) 2006-Aug-03 15:35 |
|
Is there anyone monitoring this forum that can help me?? -Derek |
| By: pchong ( Philip Chong ) 2006-Aug-03 15:51 |
|
Sorry, it seems email monitoring of the forums does not completely work, so I did not get a notice of your previous post. I\'d just like to verify your version of QT. Could you tell me what "/usr/local/qt/bin/qmake --version" shows? |
| By: dmay ( Derek May ) 2006-Aug-03 15:55 |
|
Qmake version: 1.07a (Qt 3.3.4) Qmake is free software from Trolltech AS. |
| By: pchong ( Philip Chong ) 2006-Aug-03 16:13 |
|
Please send these files to me by email (my address is in the AUTHORS file): config.log Bazaar/Makefile.qmake Bazaar/Controller/controller.h Bazaar/oagConnect.h |
| By: takekmk ( Kimiko Takenaka ) 2006-May-09 00:49 |
|
I\'ve been trying to build OAGear0.95 on Linux.(gcc:3.2.2) But I\'m getting error messages. Can anyone help? Here is the error message: Making all in Bazaar make[2]: Entering directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95/Bazaa r\' Making all in . make[3]: Entering directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95/Bazaa r\' make -f Makefile.qmake make[4]: Entering directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95/Bazaa r\' g++ -c -pipe -Wall -W -Wno-non-virtual-dtor -Wno-ctor-dtor-privacy -I/ssv/6md/HY OKA/SETSUGI/OpenAccess/OA2.2.3/include/oa -fPIC -W -Wall -Wno-non-virtual-dtor - Wno-ctor-dtor-privacy -I../CapoWrapper -I/ssv/6md/HYOKA/SETSUGI/OpenAccess/UMpac k/UMpack-43-051202 -I/ssv/6md/HYOKA/SETSUGI/OpenAccess/tcl8.4.12.0/include/tcl8. 4 -I.. -O2 -DQT_NO_DEBUG -DQT_SHARED -I/ssv/6md/HYOKA/SETSUGI/OpenAccess/qt-X11 _3.3.4/qt-x11-free-3.3.4/mkspecs/default -I/ssv/6md/HYOKA/SETSUGI/OpenAccess/qt- X11_3.3.4/qt-x11-free-3.3.4/include -I. -I/usr/X11R6/include -I/usr/X11R6/includ e -o tclCommands.o Controller/tclCommands.cpp In file included from Controller/tclCommands.cpp:15: placeThread.h:23: parse error before `{\' token placeThread.h:27: virtual outside class declaration placeThread.h:27: non-member function `void oagBazaar::print()\' cannot have ` const\' method qualifier placeThread.h:32: parse error before `{\' token placeThread.h:39: destructors must be member functions placeThread.h:41: virtual outside class declaration placeThread.h:43: virtual outside class declaration placeThread.h:45: virtual outside class declaration placeThread.h:45: non-member function `void print()\' cannot have `const\' method qualifier placeThread.h:47: non-member function `std::string getLib()\' cannot have `const \' method qualifier placeThread.h: In function `std::string getLib()\': placeThread.h:47: `_lib\' undeclared (first use this function) placeThread.h:47: (Each undeclared identifier is reported only once for each function it appears in.) placeThread.h: At global scope: placeThread.h:48: non-member function `std::string getCell()\' cannot have ` const\' method qualifier placeThread.h: In function `std::string getCell()\': placeThread.h:48: `_cell\' undeclared (first use this function) placeThread.h: At global scope: placeThread.h:49: non-member function `std::string getView()\' cannot have ` const\' method qualifier placeThread.h: In function `std::string getView()\': placeThread.h:49: `_view\' undeclared (first use this function) placeThread.h: At global scope: placeThread.h:51: parse error before `private\' placeThread.h:54: `std::string _cell\' used prior to declaration placeThread.h:55: `std::string _view\' used prior to declaration placeThread.h:60: syntax error before `*\' token Controller/tclCommands.cpp: In function `int oagBazaar::capo(void*, Tcl_Interp*, int, const char**)\': Controller/tclCommands.cpp:195: `placer\' undeclared (first use this function) Controller/tclCommands.cpp:195: parse error before `(\' token make[4]: *** [tclCommands.o] Error 1 make[4]: Leaving directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95/Bazaar \' make[3]: *** [bazaar] Error 2 make[3]: Leaving directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95/Bazaar \' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95/Bazaar \' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/ssv/6md/HYOKA/SETSUGI/OpenAccess/OAGear-0.95\' make: *** [all] Error 2 Any help will be greatly appreciated. Kim |
| By: pchong ( Philip Chong ) 2006-May-11 17:16 |
| Please try adding the keyword "thread" to the CONFIG line in Bazaar/qmake.pro and recompiling. You may have to "make clean" in the Bazaar directory to ensure any old files are removed. Please let me know if this works or if you are still having problems. |
| By: takekmk ( Kimiko Takenaka ) 2006-May-14 21:57 |
|
I was able to build OAGear with no problem. Thank you for your help! |
| By: abayrakci ( alp bayrakci ) 2006-Apr-13 13:51 |
|
As I could not build Bazaar and CapoWrapper and as I need the Timer most, I built OAGear by disabling Bazaar and CapoWrapper. and then I ran "make install" in OAGear/Examples , and after that I ran "make check" in OAGear/RegressionTest but it returned the below lines of errors: test_01 0a1,5 > G0 > i_12/A > i_12/O > i_1/D > i_1/C FAILED *** test_02 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_8/A > i_8/O > G4 FAILED *** test_03 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_3/A > i_3/O > i_6/A > i_6/O > G2 FAILED *** test_04 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_4/A > i_4/O > i_7/A > i_7/O > G3 FAILED *** test_05 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_8/A > i_8/O > G4 FAILED *** test_06 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_10/A > i_10/O > G6 FAILED *** test_07 0a1,5 > G0 > i_12/A > i_12/O > i_1/D > i_1/C FAILED *** test_08 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_4/A > i_4/O > i_7/A > i_7/O > G3 FAILED *** test_09 not enough number of matches: 0 / 39 FAILED *** test_10 not enough number of matches: 0 / 6 FAILED *** test_11 not enough number of matches: 0 / 49 FAILED *** test_12 not enough number of matches: 0 / 209 FAILED *** test_13 not enough number of matches: 0 / 338 FAILED *** test_14 not enough number of matches: 0 / 466 FAILED *** test_15 not enough number of matches: 0 / 456 FAILED *** test_16 not enough number of matches: 0 / 547 FAILED *** test_17 not enough number of matches: 0 / 487 FAILED *** test_18 not enough number of matches: 0 / 570 FAILED *** test_19 not enough number of matches: 0 / 440 FAILED *** test_20 not enough number of matches: 0 / 601 FAILED *** test_21 not enough number of matches: 0 / 724 FAILED *** test_22 not enough number of matches: 0 / 700 FAILED *** test_23 not enough number of matches: 0 / 683 FAILED *** test_24 not enough number of matches: 0 / 721 FAILED *** test_25 not enough number of matches: 0 / 733 FAILED *** test_26 not enough number of matches: 0 / 1095 FAILED *** test_27 not enough number of matches: 0 / 1115 FAILED *** test_28 not enough number of matches: 0 / 1099 FAILED *** test_29 not enough number of matches: 0 / 2323 FAILED *** test_30 not enough number of matches: 0 / 2555 FAILED *** test_31 not enough number of matches: 0 / 2521 FAILED *** test_32 not enough number of matches: 0 / 1901 FAILED *** test_33 not enough number of matches: 0 / 1965 FAILED *** test_34 not enough number of matches: 0 / 4796 FAILED *** test_35 not enough number of matches: 0 / 4319 FAILED ***test_01 0a1,5 > G0 > i_12/A > i_12/O > i_1/D > i_1/C FAILED *** test_02 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_8/A > i_8/O > G4 FAILED *** test_03 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_3/A > i_3/O > i_6/A > i_6/O > G2 FAILED *** test_04 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_4/A > i_4/O > i_7/A > i_7/O > G3 FAILED *** test_05 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_8/A > i_8/O > G4 FAILED *** test_06 0a1,7 > i_1/C > i_1/Qtest_01 0a1,5 > G0 > i_12/A > i_12/O > i_1/D > i_1/C FAILED *** test_02 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_8/A > i_8/O > G4 FAILED *** test_03 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_3/A > i_3/O > i_6/A > i_6/O > G2 FAILED *** test_04 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_4/A > i_4/O > i_7/A > i_7/O > G3 FAILED *** test_05 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_8/A > i_8/O > G4 FAILED *** test_06 0a1,7 > i_1/C > i_1/Q > i_2/A > i_2/O > i_10/A > i_10/O > G6 FAILED *** test_07 0a1,5 > G0 > i_12/A > i_12/O > i_1/D > i_1/C FAILED *** test_08 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_4/A > i_4/O > i_7/A > i_7/O > G3 FAILED *** test_09 not enough number of matches: 0 / 39 FAILED *** test_10 not enough number of matches: 0 / 6 FAILED *** test_11 not enough number of matches: 0 / 49 FAILED *** test_12 not enough number of matches: 0 / 209 FAILED *** test_13 not enough number of matches: 0 / 338 FAILED *** test_14 not enough number of matches: 0 / 466 FAILED *** test_15 not enough number of matches: 0 / 456 FAILED *** test_16 not enough number of matches: 0 / 547 FAILED *** test_17 not enough number of matches: 0 / 487 FAILED *** test_18 not enough number of matches: 0 / 570 FAILED *** test_19 not enough number of matches: 0 / 440 FAILED *** test_20 not enough number of matches: 0 / 601 FAILED *** test_21 not enough number of matches: 0 / 724 FAILED *** test_22 not enough number of matches: 0 / 700 FAILED *** test_23 not enough number of matches: 0 / 683 FAILED *** test_24 not enough number of matches: 0 / 721 FAILED *** test_25 not enough number of matches: 0 / 733 FAILED *** test_26 not enough number of matches: 0 / 1095 FAILED *** test_27 not enough number of matches: 0 / 1115 FAILED *** test_28 not enough number of matches: 0 / 1099 FAILED *** test_29 not enough number of matches: 0 / 2323 FAILED *** test_30 not enough number of matches: 0 / 2555 FAILED *** test_31 not enough number of matches: 0 / 2521 FAILED *** test_32 not enough number of matches: 0 / 1901 FAILED *** test_33 not enough number of matches: 0 / 1965 FAILED *** test_34 not enough number of matches: 0 / 4796 FAILED *** test_35 not enough number of matches: 0 / 4319 FAILED *** test_36 not enough number of matches: 0 / 8674 FAILED *** test_37 not enough number of matches: 0 / 14570 FAILED *** test_38 not enough number of matches: 0 / 35247 FAILED *** test_39 not enough number of matches: 0 / 46263 FAILED *** test_40 not enough number of matches: 0 / 39442 FAILED *** test_41 not enough number of matches: 0 / 35248 FAILED *** test_42 not enough number of matches: 0 / 39442 FAILED *** FAIL: check-timer =================================== 1 of 1 tests failed Please report to pchong@cadence.com =================================== make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear/OAGear/Timer/RegressionTest\' make: *** [check-am] Error 2 > i_2/A > i_2/O > i_10/A > i_10/O > G6 FAILED *** test_07 0a1,5 > G0 > i_12/A > i_12/O > i_1/D > i_1/C FAILED *** test_08 0a1,9 > i_1/C > i_1/Q > i_2/A > i_2/O > i_4/A > i_4/O > i_7/A > i_7/O > G3 FAILED *** test_09 not enough number of matches: 0 / 39 FAILED *** test_10 not enough number of matches: 0 / 6 FAILED *** test_11 not enough number of matches: 0 / 49 FAILED *** test_12 not enough number of matches: 0 / 209 FAILED *** test_13 not enough number of matches: 0 / 338 FAILED *** test_14 not enough number of matches: 0 / 466 FAILED *** test_15 not enough number of matches: 0 / 456 FAILED *** test_16 not enough number of matches: 0 / 547 FAILED *** test_17 not enough number of matches: 0 / 487 FAILED *** test_18 not enough number of matches: 0 / 570 FAILED *** test_19 not enough number of matches: 0 / 440 FAILED *** test_20 not enough number of matches: 0 / 601 FAILED *** test_21 not enough number of matches: 0 / 724 FAILED *** test_22 not enough number of matches: 0 / 700 FAILED *** test_23 not enough number of matches: 0 / 683 FAILED *** test_24 not enough number of matches: 0 / 721 FAILED *** test_25 not enough number of matches: 0 / 733 FAILED *** test_26 not enough number of matches: 0 / 1095 FAILED *** test_27 not enough number of matches: 0 / 1115 FAILED *** test_28 not enough number of matches: 0 / 1099 FAILED *** test_29 not enough number of matches: 0 / 2323 FAILED *** test_30 not enough number of matches: 0 / 2555 FAILED *** test_31 not enough number of matches: 0 / 2521 FAILED *** test_32 not enough number of matches: 0 / 1901 FAILED *** test_33 not enough number of matches: 0 / 1965 FAILED *** test_34 not enough number of matches: 0 / 4796 FAILED *** test_35 not enough number of matches: 0 / 4319 FAILED *** test_36 not enough number of matches: 0 / 8674 FAILED *** test_37 not enough number of matches: 0 / 14570 FAILED *** test_38 not enough number of matches: 0 / 35247 FAILED *** test_39 not enough number of matches: 0 / 46263 FAILED *** test_40 not enough number of matches: 0 / 39442 FAILED *** test_41 not enough number of matches: 0 / 35248 FAILED *** test_42 not enough number of matches: 0 / 39442 FAILED *** FAIL: check-timer =================================== 1 of 1 tests failed Please report to pchong@cadence.com =================================== make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear/OAGear/Timer/RegressionTest\' make: *** [check-am] Error 2 test_36 not enough number of matches: 0 / 8674 FAILED *** test_37 not enough number of matches: 0 / 14570 FAILED *** test_38 not enough number of matches: 0 / 35247 FAILED *** test_39 not enough number of matches: 0 / 46263 FAILED *** test_40 not enough number of matches: 0 / 39442 FAILED *** test_41 not enough number of matches: 0 / 35248 FAILED *** test_42 not enough number of matches: 0 / 39442 FAILED *** FAIL: check-timer =================================== 1 of 1 tests failed Please report to pchong@cadence.com =================================== make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear/OAGear/Timer/RegressionTest\' make: *** [check-am] Error 2 |
| By: pchong ( Philip Chong ) 2006-Apr-13 22:49 |
| For reference here, this problem was resolved through email. Using gcc-3.2 instead of gcc-4.0 fixed the issue. |
| By: takekmk ( Kimiko Takenaka ) 2006-May-12 04:07 |
|
Thank you for your help! I was able to build OAGear with no problem. |
| By: abayrakci ( alp bayrakci ) 2006-Apr-12 03:29 |
|
> > Hello > > I have all the requirements and adjustments for OAGear. > > But while building OAGear with UMPACK-0.43 I get the following errors when I do not disable Bazaar and Capo Wrapper: > > > > oaSlicingTree.cpp: In constructor ‘oaSlicingTree::oaSlicingTree(const RBPlace::SlicingTree&)’: > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:90: error: ‘std::map<std::string, RBPlace::slicingTreeIdxT, std::less<std::string>, std::allocator<std::pair<const std::string, unsigned int> > > RBPlace::SlicingTree::_nameToIdx’ is private > > oaSlicingTree.cpp:77: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:92: error: ‘std::vector<unsigned int, std::allocator<unsigned int> > RBPlace::SlicingTree::_parent’ is private > > oaSlicingTree.cpp:78: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:93: error: ‘std::vector<unsigned int, std::allocator<unsigned int> > RBPlace::SlicingTree::_leftOrBottom’ is private > > oaSlicingTree.cpp:79: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:94: error: ‘std::vector<unsigned int, std::allocator<unsigned int> > RBPlace::SlicingTree::_rightOrTop’ is private > > oaSlicingTree.cpp:80: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:95: error: ‘std::vector<bool, std::allocator<bool> > RBPlace::SlicingTree::_leftIsNull’ is private > > oaSlicingTree.cpp:81: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:96: error: ‘std::vector<bool, std::allocator<bool> > RBPlace::SlicingTree::_rightIsNull’ is private > > oaSlicingTree.cpp:82: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:91: error: ‘std::deque<BBox, std::allocator<BBox> > RBPlace::SlicingTree::_idxToRect’ is private > > oaSlicingTree.cpp:84: error: within this context > > //root/Desktop/ecoe560/oa/UMpack-43-051202/RBPlace/slicingTree.h:91: error: ‘std::deque<BBox, std::allocator<BBox> > RBPlace::SlicingTree::_idxToRect’ is private > > oaSlicingTree.cpp:84: error: within this context > > make[4]: *** [oaSlicingTree.o] Error 1 > > make[4]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear/CapoWrapper\' > > make[3]: *** [all-recursive] Error 1 > > make[3]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear/CapoWrapper\' > > make[2]: *** [all] Error 2 > > make[2]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear/CapoWrapper\' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/root/Desktop/ecoe560/oa/OAGear\' > > make: *** [all] Error 2 > > > > > > I am trying to build OAGear with Bazaar for more than a week. If you can help I will be very happy. Thanks for your attention. > > > > Alp Bayrakci > > Ph. D. Computer Engineering > > Koc University |
| By: pchong ( Philip Chong ) 2006-Apr-12 13:43 |
|
Please let me know your compiler version and operating system details (for Linux please specify your distribution and version). Could you send me the files CapoWrapper/oaSlicingTree.cpp and CapoWrapper/oaSlicingTree.h as well? Please email these to my email address as listed in the AUTHORS file. |
| By: pchong ( Philip Chong ) 2006-Apr-13 22:51 |
| For reference in the discussion forum, this problem was resolved through email. Using gcc-3.2 instead of gcc-4.0 fixed the issue. |
| By: gss ( Akhilesh ) 2005-Nov-24 03:03 |
|
i\'m trying to build OAGEAR-0.93 on redhat GNU/Linux -9.0 using gcc/g++-3.2.2 with cudd, tcl, umpack, qt properly installed. it compiles all other files but it giving error for Func files the error is in bison files as following: Entering directory `/net/pc125/local/oa/repository/tech/workspace/akhilesh/OAGear-0.93/Func\' ../Build/ylwrap oagFuncLibParser.yxx y.tab.c oagFuncLib.tab.c y.tab.h oagFuncLib.tab.h -- bison -y -d /net/pc125/local/oa/repository/tech/workspace/akhilesh/OAGear-0.93/Func/oagFuncLibParser.yxx:543: type clash (`\' `stringData\') on default action /net/pc125/local/oa/repository/tech/workspace/akhilesh/OAGear-0.93/Func/oagFuncLibParser.yxx:729: type clash (`\' `intData\') on default action /net/pc125/local/oa/repository/tech/workspace/akhilesh/OAGear-0.93/Func/oagFuncLibParser.yxx:730: type clash (`\' `doubleData\') on default action Can any one help how to compile these files what should be removed or added. |
| By: pchong ( Philip Chong ) 2005-Dec-05 15:32 |
| Please try the new 0.94 release. |
| By: dkutagulla ( DIvyanand M. Kutagulla ) 2005-Jan-20 22:24 |
|
Per the README, Developer needs OpenAccess database v2.2 to work with OpenGear. Is Open Access2.2 avalable for general download? if so how does one go about getting the sources/binaries? Any help in this regard is greatly appreciated... |
| By: admin ( admin ) 2005-Jan-25 15:15 |
| Please read the web sites... http://openeda.si2.org/ http://openeda.si2.org/help/newaccount.php These sites will tell you if and how you can download which version of OpenAccess you are looking for. |
| By: pchong ( Philip Chong ) 2005-Jan-25 15:18 |
|
OA 2.2 is currently a "member release". You will need to obtain appropriate membership access in order to be able to download this release. Please see https://openeda.si2.org/ for more details. I was told a while ago that there might be certain changes to the way academic memberships are handled. I will try to get back to you with more details if I can find out more information. |
| By: None ( 0 ) 2004-Dec-15 18:24 |
| Welcome to Help |