search for: cppunit

Displaying 20 results from an estimated 21 matches for "cppunit".

2010 May 27
1
[PATCH matahari] Introduces a multiplexer for taking requests and mapping them to APIs.
...reate mode 100644 src/virtio/multiplexer.cpp create mode 100644 src/virtio/multiplexer.h diff --git a/configure.ac b/configure.ac index 42d319b..3481c09 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_HEADER_STDBOOL AC_TYPE_UINT32_T # Checks for libraries. +PKG_CHECK_MODULES(CPPUNIT, cppunit >= 1.12.1) PKG_CHECK_MODULES(LIBVIRT, libvirt >= 0.6.2) PKG_CHECK_MODULES(PCRE, libpcre >= 7.8) PKG_CHECK_MODULES(UDEV, libudev >= 145) @@ -28,4 +29,4 @@ PKG_CHECK_MODULES(UDEV, libudev >= 145) # Checks for library functions. AC_CHECK_FUNCS([gethostname inet_ntoa socket...
2013 Jul 31
2
Fw: infosec e4
...dedir=/usr/include --datadir=/usr/share/$name --with-statepath=/var/run/nut --with-altpidpath=/var/run/nut --with-drvpath=/lib/nut --with-pidpath=/var/run/$name --with-user=$name ?with-group=$name --without-ssl There was an error : ./configure: line 7079: syntax error near unexpected token `CPPUNIT,' ./configure: line 7079: `PKG_CHECK_MODULES(CPPUNIT, cppunit, have_cppunit=yes, have_cppunit=no)' I put in commentary the line PKG_CHECK_MODULES(CPPUNIT, cppunit, have_cppunit=yes, have_cppunit=no) then # make # make installI took the driver voltronic_ser then from my workst...
2013 Aug 01
0
infosec e4
...> --with-drvpath=/lib/nut --with-pidpath=/var/run/$name > --with-user=$name ?with-group=$name --without-ssl If these are the same parameters as are used to build the .deb, then that should owrk. > There was an error : > ./configure: line 7079: syntax error near unexpected token `CPPUNIT,' > ./configure: line 7079: `PKG_CHECK_MODULES(CPPUNIT, cppunit, > have_cppunit=yes, have_cppunit=no)' Do you have pkg-config installed? > I put in commentary the line PKG_CHECK_MODULES(CPPUNIT, cppunit, have_cppunit=yes, have_cppunit=no) then > # make > #...
2013 Aug 02
2
infosec e4
...> --with-drvpath=/lib/nut --with-pidpath=/var/run/$name > --with-user=$name ?with-group=$name --without-ssl If these are the same parameters as are used to build the .deb, then that should owrk. > There was an error : > ./configure: line 7079: syntax error near unexpected token `CPPUNIT,' > ./configure: line 7079: `PKG_CHECK_MODULES(CPPUNIT, cppunit, > have_cppunit=yes, have_cppunit=no)' Do you have pkg-config installed? > I put in commentary the line PKG_CHECK_MODULES(CPPUNIT, cppunit, > have_cppunit=yes, have_cppunit=no) then > # make > #...
2013 Aug 26
0
infosec e4
...t > --with-drvpath=/lib/nut --with-pidpath=/var/run/$name > --with-user=$name ?with-group=$name --without-ssl If these are the same parameters as are used to build the .deb, then that should owrk. > There was an error : > ./configure: line 7079: syntax error near unexpected token `CPPUNIT,' > ./configure: line 7079: `PKG_CHECK_MODULES(CPPUNIT, cppunit, > have_cppunit=yes, have_cppunit=no)' Do you have pkg-config installed? > I put in commentary the line PKG_CHECK_MODULES(CPPUNIT, cppunit, > have_cppunit=yes, have_cppunit=no) then > # make > #...
2008 Aug 30
1
[LLVMdev] Unit testing frameworks
In a recent conversation with Chris it was brought up that the LLVM project doesn't have a way to incorporate fine-grained unit tests (in other words, tests that exersize the members of a single C++ class). I was wondering what is the general feeling about adding this to LLVM. Let me discuss some of the details: First, there is the question of a test framework. One possibility is to
2016 Mar 07
2
Windows port
...I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows version. Does anybody know what the version of MinGW has been installed on eaton-win2003server-x86? And what versions of libraries such cppunit, libusb, regex, snmp should be used? Thanks, Denis
2015 Jan 03
0
Data stale error after short while
...usb passthrough will be a non-starter (not supported on my host). Dan - is your recommendation to build Nut from source or just the driver? I'm trying to build the whole project but am obviously missing dependencies... I've come across a configure error syntax error near unexpected token `CPPUNIT,' which I've seen in a previous discussion you (Charles) had with another user should be missing pkg-config dependency, but I do have pkg-config installed. I haven't been able to track down an idiot proof installation guide. Happy to continue to hack but if there is a guide it will spe...
2015 Apr 26
2
make environment for automated testcases
Hi, I'm trying to get the automated testcases in nut/tests/ working. But I just cant get a binary out of the build system. The nut/tests/ folder looks good% ls cpputest.cpp example.cpp Makefile Makefile.am Makefile.in and I also tried "autoreconf -i" which gave me an: autoreconf: 'configure.ac' or 'configure.in' is required Any ideas? Best
2015 Jan 03
4
Data stale error after short while
On Jan 2, 2015, at 4:27 PM, Mike Raath <raathm at gmail.com> wrote: > Maybe usbpassthrough is something I should look at? I'll do some reading. You may have found this already, but this (plus the followup KB item #1021345) seems to imply that you can bind the USB-to-serial adapter to the NUT VM:
2015 Apr 26
0
make environment for automated testcases
...d autoreconf has to be run from the top level directory. (Not related to this issue, but you might want to use the autogen.sh script to catch any other dependencies, then add --enable-maintainer-mode to the configure parameters so you don't need to manually re-run the auto-tools.) Do you have cppunit installed?
2016 Mar 22
0
Windows port
...ve that the Windows builds listed on the NUT homepage were all done on another system. > I couldn't find any info about proper environment to build Windows version. Does anybody know what the version of MinGW has been installed on eaton-win2003server-x86? And what versions of libraries such cppunit, libusb, regex, snmp should be used? Hopefully someone else can shed some light on that. -- Charles Lepple clepple at gmail
2015 Dec 02
2
-fno-rtti compilation option
...find any way to solve my issue... I have a project using LLVM APIs (3.7.0), so I compile it with options suggested by 'llvm-config -cxxflags', including -fno-rtti. Without this latter option, the build fails ("no reference to typeinfo..."). However, I also test my code thanks to CppUnit, which does not allow this compilation option (since it uses some functions such as 'typeid'). This sounds annoying... Has anyone already encountered such an issue? How did you manage with that? Thanks a lot in advance! Yours, sincerely, AD -------------- next part -------------- An HT...
2015 Apr 27
3
make environment for automated testcases
...top level directory. I did that too. > (Not related to this issue, but you might want to use the autogen.sh > script to catch any other dependencies, then add > --enable-maintainer-mode to the configure parameters so you don't need > to manually re-run the auto-tools.) Do you have cppunit installed? I tried now: %apt-get install libcppunit-dev ~/nut% ./autogen.sh ~/nut% ./configure --with-usb --with-dev --enable-maintainer-mode ~/nut% autoreconf -i ~/nut/tests% make clean;make rm -f cppunittest rm -rf .libs _libs rm -f *.o test -z "cppunittest.log" || rm -f cppunittest.lo...
2015 Sep 10
0
interix / xapian / bindings / Eric Lindblad
Report by Eric Lindblad 10-09-2015 http://www.ericlindblad.blogspot.com cf: http://comments.gmane.org/gmane.comp.search.xapian.general/9862 interix Yesterday I compiled cppunit-1.12.1 on the Interix g++ (3.3) compiler. xapian Subsequent to disabling the remote backend which caused gmake to skip over the /net/tcpclient.cc:77 error, resulting in xapian libs' compile, today I disabled the brass and chert backends, which caused gmake to skip over the 'ambiguous over...
2020 Nov 03
1
LibreOffice locking up
Mike McCarthy, W1NR <sysop at w1nr.net> ? 2020?11?3? ?? ??7:56??? > > > Can you reproduce the problem with this document? > > > > And, when the crash happened, could you still ping the computer from > > another device in the network? > > > > Crashing hard so that only a reset helps is usually only possible with a > > kernel bug or hardware issue,
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date set
...not the teenage music fans that are Ogg Frog's target audience. Thus I won't release Ogg Frog even for Alpha testing until I'm convinced that all of its supported platforms are completely ready for production use. My emphasis on quality, rigorous automated testing using tools like CPPUnit and Valgrind, and early squashing of bugs with complete implementation of features before any public release will ensure that incomplete or buggy development builds don't end up on the filesharing networks or shareware download sites where they would frustrate and confuse many people. I in...
2006 Jul 20
0
Ogg Frog 1.0 feature set, release date announced
...not the teenage music fans that are Ogg Frog's target audience. Thus I won't release Ogg Frog even for Alpha testing until I'm convinced that all of its supported platforms are completely ready for production use. My emphasis on quality, rigorous automated testing using tools like CPPUnit and Valgrind, and early squashing of bugs with complete implementation of features before any public release will ensure that incomplete or buggy development builds don't end up on the filesharing networks or shareware download sites where they would frustrate and confuse many people. I in...
2014 Oct 09
3
configure: error: "Net-SNMP Libraries not found, required for SNMP drivers"
...checking whether LOG_UPTO is declared... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for strerror... yes checking for atexit... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CPPUNIT... no configure: WARNING: libcppunit not found. checking whether optind is declared... yes checking for getopt.h... yes checking for getopt_long... yes checking whether uu_lock is declared... no checking whether __func__ is declared... yes checking for library containing gethostbyname... -lnsl chec...
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
...checking whether LOG_UPTO is declared... yes checking for vsnprintf... yes checking for snprintf... yes checking for setenv... yes checking for strerror... yes checking for atexit... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CPPUNIT... no configure: WARNING: libcppunit not found. checking whether optind is declared... yes checking for getopt.h... yes checking for getopt_long... yes checking whether uu_lock is declared... no checking whether __func__ is declared... yes checking for library containing gethostbyname... none requi...