-
Notifications
You must be signed in to change notification settings - Fork 271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build with Kali 1.0.7 #40
Comments
My guess is you are not using a new enough version of itpp. Consult the Installation Guide |
Hello, @ubuntu 12.04 (Linux mainframe 3.2.0-65-generic #99-Ubuntu SMP Fri Jul 4 Regards On Fri, Jul 11, 2014 at 11:14 PM, Jared Szechy notifications@github.com
|
Thanks I have again reinstall lasted It++ (4.3.1) and working now fine . I did 4 or 5 times this reinstallation os is kali 1.0.6 . Running under WMWARE workstation . default sound card is virtual audio cable DSD says can(t open /dev/audio |
/dev/audio does not exist on newer distributions. Use portaudio instead. |
I tried to find the way to use portaudio on kali I retreive lastest portaudio.tgz I compiled succssfully but I don't know how to use it . portaudio web site is confusing thanks |
Provided dsd is compiled with port audio support it is quite easy. Run the following to get a list of devices on your system.
Then use the device numbers with the input and output parameters like so
|
I m so sorry !! dsd -a showing me : dsd -a what wrong did I do ? |
You are not using the current dsd. On Mon, Jul 14, 2014 at 5:14 PM, fe8769 notifications@github.com wrote:
|
I'm Using : Git clone https://github.com/LinuxSheeple-E/dsd I was thinking it was the latest up to date version |
I can't help you with that fork. It currently doesn't have any of the newer port audio features. I know it does have alsa support which should work. Consult #27 for more details. |
i copy pasted all the the commands and i still get errors.. apt-get update everything worked upto.. cd itpp-4.3.1 [ 1%] Building CXX object itpp/CMakeFiles/itpp.dir/base/random.cpp.o im running kali 2018. im sure im doing something wrong. ive never been able to get cmake make installs to work. im more of apt-get install guy. im still a NOOB to linux. PLEASE help me. |
Not sure if this was your askubuntu post as well, but see my answer, it should solve your issue. https://askubuntu.com/a/1050020/20730
https://github.com/szechyjs/dsd/wiki/Installation#dependency-installation-on-ubuntu-1404-and-newer |
hello
error in DSD make command
git clone https://github.com/LinuxSheeple-E/dsd
cd dsd
git checkout Feature/DMRECC
cd dsd
mkdir build
cd build
cmake ..
make
error
/usr/local/include/itpp/base/itassert.h:34:28: fatal error: itpp/itexports.h: Aucun fichier ou dossier de ce type
/usr/local/include/itpp/itbase.h:128:36: fatal error: itpp/base/base_exports.h: Aucun fichier ou dossier de ce type
/usr/local/include/itpp/itcomm.h:75:39: fatal error: itpp/comm/multilateration.h: Aucun fichier ou dossier de ce type
in french no file found : to resolve need to copy the specific file in the specific library
Second set of errors
/usr/local/lib/libitpp.so: undefined reference to
itpp::g711_details::MuLaw_Properties::expansion_table' /usr/local/lib/libitpp.so: undefined reference to
itpp::g711_details::G711_Base_Properties::compression_table'/usr/local/lib/libitpp.so: undefined reference to `itpp::g711_details::ALaw_Properties::expansion_table'
problem with g711.cpp ? but what
thanks for answer
The text was updated successfully, but these errors were encountered: