Hello, I'm attempting to install DeHydra on a debian squeeze system over ec2. I installed g++ version 4.5 via apt-get from the experimental repositories, but I'm still having trouble with the installation. Below I have my modifed installation script I got from the main page and the log file that results from running it.
LOG: destination directory: dehydra requesting all changes adding changesets adding manifests adding file changes added 520 changesets with 1351 changes to 225 files updating to branch default 195 files updated, 0 files merged, 0 files removed, 0 files unresolved Error: directory '/root/gcc-build' doesn't exist, specify correct directory with --gcc-build Checking js-libs: /usr/lib/xulrunner-1.9.1 Checking js-headers: /usr/include/xulrunner-1.9.1/unstable/ Disabling C testsuite Checking for a C++ compiler: /usr/bin/g++-4.5 Checking for /usr/bin/g++-4.5 plugin headers: No. Will rely on for Mozilla plugin API and build/src dirs Checking gcc-build: /root/gcc-build make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `check'. Stop. SCRIPT: #! /bin/bash #cd $HOME/gcc-dehydra hg clone http://hg.mozilla.org/rewriting-and-analysis/dehydra/ cd dehydra export CXX=/usr/bin/g++-4.5 # Adjust xulrunner development headers according to your distribution ./configure \ --js-headers=/usr/include/xulrunner-1.9.1/unstable/ \ --js-libs=/usr/lib/xulrunner-1.9.1 make # run dehydra-gcc tests make check Are there any special considerations I should be using to install on Debian? I did not notice any packages for gcc-4.5 in the Ubuntu repositories. Thanks! _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
