similar to: Asterisk/Zaptel 1.2

Displaying 20 results from an estimated 4000 matches similar to: "Asterisk/Zaptel 1.2"

2004 Jan 11
1
cross compling openssh-3.5p1 for ppc
Greetings: ------------ BACKGROUND -------------------------- I am using the Monta Vista development kit on an Intel RedHat Linux platform... the target is PPC_405. The configure utility that comes with the openssh-3.5p1 code will not support cross compilation. It gives an error message about not being able to test its results and then exits before it creates a Makefile. To get around this
2007 Aug 08
1
[fdo] error on cross compiling libdbus
List, I want to cross compiling libdbus for arm processor with Montavista toolchain. But I went into error. Says, checking for posix getpwnam_r... configure: error: cannot run test program while cross compiling Commmand I use is configure --host=arm-linux --prefix=/root/Desktop/bluez-3.13/dbus-glib-0.72 CC=/opt/montavista/mobilinux/devkit/arm/v6_vfp_le/bin/arm_v6_vfp_le-gcc
2010 Oct 27
1
Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)
I need to generate a minimal Samba working in a SH4 cpu in a STLinux 2.3 environment. The goal is to have very very simple Samba server running in a STLinux environment. STLinux Kernel has included the CIFS support. Really I'm a newbie in Samba cross-compilation. And obviously I've problems :-( Any help will be appreciated. Thanks :-) 1) First of all I've set some env vars: export
2003 Dec 26
2
DevKitLite compiles but won't load modules or run asterisk
I'm trying to install on a 233Mz PII running RH7.1 kernel 2.4.2 The "astinstall" script pulled files from CVS ok and compiled with no warnings. When I try to run "modprobe wcfxo" and "modprobe wcusb" I get the following identical set of error messages: 15. Creating sample environment...SKIPPED ================= Installation Completed! ====================
2003 Mar 04
1
devkit gone?
I was considering buying a devkit, bit it looks like it's not longer available. Will there be a replacement devkit? If not, where to buy a reasonable priced channel bank? Which channel bank was included in the devkit and where can it be bought? (btw I live in Holland) Chris
2013 Feb 26
2
Will FXRuby be ready to use with Ruby 2.0.0 x64 and x32 on Windows?
Hi Lars, people. I''ve realized that currently the gem(version 1.6.26) doesn''t work with Ruby 2.0.0 in Windows 32 bits, neither the 64 bits version, I''m talking about the versions listed here: http://rubyinstaller.org/downloads/ . There you can see both versions of Ruby and also the both versions of the DevKit: mingw64-32 and mingw64-64. I''ve tested with both
2013 Feb 26
2
rails 4.0.0.beta1 installation error
I am getting the following error while installing on windows with ruby v 2.0. I have installed DevKit for 64 bit. Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension. d:/programs/Ruby200-x64/bin/ruby.exe extconf.rb creating Makefile make generating
2012 Aug 22
1
Getting Started problems - How can I get a report of errors
Hello all, I started trying to learn Ruby on Rails from a course on Lynda.com. Unfortunately, I got stuck early on after installing things. First, I got an error trying to install a first application called simple_cms. I read a bit about the error (after doing a web search) and found directions telling me to get DevKit and run about 3 commands. The config file only had one line in it
2012 Mar 04
1
JRuby devkit "gem install win32-api" fails. what to do?
2003 Sep 25
1
additional ports for devkit tdm400p(tdm10b) ?
I got the devkit tdm400P(tdm10b) + x100p bundle. Where does one buy more ports for the tdm400p? I couldnt find anywhere on digium site or resellers to buy them? -Dan
2011 Nov 03
4
JSON problem while installing rails
Hello all. I try to install ruby on rails and I am litle stuck now because of following error: http://pastebin.com/BmFyuRs6 Can someone help me? I using Windows 7 Ultimate, Ruby 1.9.2-p180 and RubyGems 1.8.11. What I did before run: gem install rails? 1. installing ruby through ruby installer 2. C:\Users\h4cky\Downloads\rubygems-1.8.10>ruby setup.rb 3.
2011 Aug 26
1
gem installation issues
hi all, This may seem trivial and stupid to the experts , but i have been at it for over 2 weeks and all answers got from forums did not help with resolving the issue. Even using cygwin didn''t help , i get the same errors. I''m working on a windows- rails combination and am trying trying to setup an existing application which uses a plethora of gems. I''m done with about
2012 Jun 07
0
Error in creation of new Rails Project
Hi, I have followed all the instructions to install the ruby on rails as said in the home page ( I think I have done ). But when I run the > rails new tickets after creating new files and sub-directories the following message appears Using rack-ssl (1.3.2) Installing json (1.7.3) Gem::InstallError: The ''json'' native gem requires installed build tools. Please update your
2008 Jun 27
0
Fwd: New DeviceKit mailing list
The arena is now opened ;-) -- Arnaud ---------- Forwarded message ---------- From: David Zeuthen <david at fubar.dk> Date: 2008/6/26 Subject: New DeviceKit mailing list To: devkit-devel at lists.freedesktop.org Cc : hal at lists.freedesktop.org Hi again! There's also now a DeviceKit development mailing list http://lists.freedesktop.org/mailman/listinfo/devkit-devel FWIW, this
2012 Jul 10
3
passenger not installing
C:\>gem install ''passenger'' ERROR: Error installing passenger: The ''fastthread'' native gem requires installed build tools. Please update your PATH to include build tools or download the DevKit from ''http://rubyinstaller.org/downloads'' and follow the instructions at
2010 Sep 06
1
[LLVMdev] DataTypes.h Header File
Hi This is a beginner's question. I’m trying to compile Kaleidoscope Ch3 example under MinGW. As I understand most errors result from header file DataTypes.h be missing. I was unable to find DataTypes.h header file in llvm/System folder. Instead, the folder contain DataTypes.h.in and DataTypes.h.cmake files. Shall I use them to create DataTypes.h header file? Any help would be much
2011 Feb 08
1
[LLVMdev] Question about linker error
Hello all, When extending the tutorial to support global variables I'm getting the following linker error: glob.o:glob.cpp:(.text+0x12241): undefined reference to `vtable for GlobalExprAST' collect2: ld returned 1 exit status GlobalExprAST class is: /// GlobalExprAST - Expression class for globals class GlobalExprAST : public ExprAST { std::string Name; ExprAST *Init; public:
2008 May 07
1
use of sequence on ridge regression
Dear R users. I have a doubt about the use of the sequence option on Ridge regression. I'm trying to understand the use of this option when variables are highly linear correlated. I'm running a model where the variables HtShoes and Ht have high VIF values. My program is written below, but I'm not sure about the correct way of using the sequence option: library (faraway) data (seatpos)
2011 May 21
1
DocumentTermMatrix error
Hi all, I have tried to create a DocumentTermMatrix with a tm package, but i get this error : Error in tolower(txt) : invalid input 'PROD Z LAHKO GNETNO MELJNO GLINO, ... in 'utf8towcs' I tried doing this as it is showed in : http://www.r-project.org/doc/Rnews/Rnews_2008-2.pdf (An Introduction to Text Mining), with this R code :
2004 Sep 09
1
DevKit TDM400P module won't load
Hi all, I have just purchased the DevKit from Digium and received a X100P and a TDM400P (it has one FXS module). The problem is that I can't get the kernel module (wcfxs) to load and run. I have searched the archives and can't find anything about this. Do the messages below ring any bells with anyone ? There is no interrupt clash (see pci list below). I am running on a AMD 1.2G