similar to: problems compiling zaptel X100P on Redhat Fedora 2.6.5-1.358

Displaying 20 results from an estimated 3000 matches similar to: "problems compiling zaptel X100P on Redhat Fedora 2.6.5-1.358"

2005 Jul 11
4
Zaptel won't compile under Fedora Core 4
I hope someone can offer me some help with this. Basically, the current CVS version of Zaptel will not compile under Fedora Core 4. I have closely followed the directions in http://www.voip-info.org/tiki-index.php?page=Asterisk+Fedora+Core+3 using the versions given in the FC4 distro with no luck. Here's the output when I run "make linux26". Any help would be great. TIA.
2004 Jan 15
1
Problem at compiling zaptel (again)
Hi all! Sorry, the error-log in my previous mail was disturbed. Can anybody please give me some advice, what is wrong at my first try to compile Asterisk. I have successfully downloaded the sources from CVS, but now the next step at zaptel " clean; make install" fails. Please have a look at the error-log below. There must be a fundamental mis-configuration I suppose, but I am
2004 Jan 15
1
Problem at compiling zaptel
Hi all! Can anybody please give me some advice, what is wrong at my first try to compile Asterisk. I have successfully downloaded the sources from CVS, but now the next step at zaptel " clean; make install" fails. Please have a look at the error-log below. There must be a fundamental mis-configuration I suppose, but I am unfortunately not an expert in this area. Franz ------ error
2004 Mar 12
0
for testing/examiniation: updated esfq patch for 2.6.4
Since I admin the gateway for a network of bandwidth-greedy machines, I figured that esfq with "hash src" would be a more fair allocation of bandwidth than sfq. Unfortunately, there didn''t seem to be a recent patch for 2.6, so I endeavored to build one. The three patches I made (described below) are available within the attached tar.bz2 or at: http://fatooh.org/esfq-2.6/ 1. I
2004 Aug 05
2
X100P Kernel Panic
Hi, I know this seems to be a hit topic at the moment but no matter where I look I can't find an answer. I have got a simple Linux fedora core 2 installation, asterisk running and 2 X100Ps' and 1 TDM400 with the FXS modules (thou I've taking this out to simplify things). Sometimes and not always after hanging up on the Zap channel the box will do a kernel panic, or just loading
2012 Apr 25
1
trouble installing SparseM
Dear R People: I am attempting to install SparseM on R 2.15.0 on a Linux 11.10 system. Here is the output > install.packages("SparseM",depen=TRUE) Installing package(s) into ?/home/erin/R/x86_64-pc-linux-gnu-library/2.15? (as ?lib? is unspecified) --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done trying URL
2013 Feb 06
0
Miscellaneous compiler warnings
Hi, On RHEL 6.3 with gcc 4.4.6, a number of compiler warnings are emitted when building recent snapshots: These all seem to be harmless, but annoying. readpassphrase.c:127: warning: ignoring return value of ?write?, declared with attribute warn_unused_result readpassphrase.c:146: warning: ignoring return value of ?write?, declared with attribute warn_unused_result make[1]: Leaving directory
2005 Jul 22
1
Re: zaptel make problems
On a different note using Fedora Core 3 I get CC [M] /usr/src/zaptel/zaptel.o /usr/src/zaptel/zaptel.c: In function `zt_chan_write': /usr/src/zaptel/zaptel.c:1745: warning: ignoring return value of `copy_from_user', declared with attribute warn_unused_result /usr/src/zaptel/zaptel.c: In function `ioctl_load_zone': /usr/src/zaptel/zaptel.c:2392: warning: ignoring return value of
2005 Jan 21
0
Problem compiling zaptel-1.0.3
I am having a problem compiling zaptel on my Arch Linux (linux 2.6.10) system: CC [M] /home/sbn/src/zaptel-1.0.3/wcfxs.o /home/sbn/src/zaptel-1.0.3/wcfxs.c: In function `wcfxs_interrupt': /home/sbn/src/zaptel-1.0.3/wcfxs.c:473: sorry, unimplemented: inlining failed in call to 'wcfxs_proslic_check_hook': function body not available /home/sbn/src/zaptel-1.0.3/wcfxs.c:810: sorry,
2005 Mar 08
2
problem in compiling openh323
hello all i am having a problem in compiling openh323. [root@kamran openh323]# ./configure checking for g++... g++ checking for C++ compiler default output... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes
2005 Mar 17
3
Compilation problem chan_capi and Eicon Diva 4Bri
Hi *, I want to integrate the Eicon Diva 4Bri Card to Asterisk. Eicon drivers and capi is installed. I use the latest dev version from eicon compiled and installed for my fedora 2 system. I found the chan_capi for asterisk from www.junghanns.net. Also loaded the patch and applied to the chan_capi source tree. I changed the Makefile to include the capi20.h from eicon:
2010 May 15
1
Unable to build tools/libxl for weeks
Hi, I am unable to build libxl from the tools. I am getting always the following error. Disabling Werror did not solve the problem: === PCI passthrough capability has been enabled === === PCI passthrough capability has been enabled === make[4]: Entering directory `/usr/src/xen-unstable.hg/tools/ioemu-remote/i386-dm'' /usr/src/xen-unstable.hg//tools/cross-install -d -m0755 -p
2016 Sep 04
6
Adding [[nodiscard]] to Compiler.h
My 2 cents: get rid of LLVM_UNUSED_RESULT, and move to LLVM_NODISCARD. For compilers that support it, it should be a strict superset of features and functionality. The standard feature was written directly based on the clang warn_unused_result stuff. I would just migrate us onto the spelling and usage pattern that got standardized. All we have to lose are warnings from compilers other than Clang
2004 Sep 17
3
FC2 zaptel compile failure
I've got a fresh FC2 install and I'm trying to get the symlinks right according to the /usr/src/zaptel/README.Linux26 instructions. I've created two symlinks: /usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358 /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 When I do a "make linux26", I get a million warnings and errors with the result being: make[2]: ***
2016 Sep 02
2
Adding [[nodiscard]] to Compiler.h
Sanjoy Das <sanjoy at playingwithpointers.com> writes: > Hi Justin, > > This SGTM generally, but please make the difference between > LLVM_NODISCARD and LLVM_UNUSED_RESULT clear in the code. :) Right, this is where it gets a little weird. LLVM_NODISCARD would be for types, whereas LLVM_UNUSED_RESULT would be for functions. Depending on your host compiler, using the wrong one
2004 May 20
2
Fedora Core 2 and Kernel 2.6
Hi All, I decided to have a go at installing Asterisk on FC2 which now runs on Kernel 2.6.. Unfortunately I didn't get very far.. When trying to build zaptel it required me to link /usr/scr/linux-2.6 to the default source dir which is /usr/src/linux-2.6.5-1.358.. I guess thats still the RH infulence.. :) After than I tried again but the page rolls with errors and finally ends with..
2016 Sep 02
2
Adding [[nodiscard]] to Compiler.h
I started to try to use llvm::Error recently. This has nice runtime checks for if you didn't check the result, but I thought it would be really nice to get a compiler warning for the obvious cases of this rather than having to wait for a runtime check. This, of course, is exactly what the C++17 [[nodiscard]] attribute is for - with new enough compilers in C++17 mode we can just declare the
2010 May 24
1
mISDN compiling error
Hi, I try to compile mISDN 1_1_9_2 (kernel: 2.6.32.13). I had the following compiling error: make[1]: Entering directory `/usr/src/linux-2.6.32.13' CC [M] /usr/src/mISDN-1_1_9_2/drivers/isdn/hardware/mISDN/sysfs_obj.o /usr/src/mISDN-1_1_9_2/drivers/isdn/hardware/mISDN/sysfs_obj.c: In function ?mISDN_register_sysfs_obj?:
2013 Feb 06
0
Printer issues with Samba 4.0.3 and compile time warnings
I have some issues with Samba 4, setting up printer shares and was wondering if they were due to compile time warnings, in particular I am getting errors like: ../source3/rpc_server/spoolss/srv_spoolss_nt.c:1734(_spoolss_OpenPrinterEx) Feb 06 13:00:42 linuxSBS smbd[647]: _spoolss_OpenPrinterEx: Cannot open a printer handle for printer \\server-name I have this on a new build Arch linux system,
2008 Apr 30
0
[Fwd: Re: openSUSE 11.0 - NUT]
Stanislav Brabec wrote: > Please note that 2.2.2-pre3 installs hald addons by default to / on > openSUSE 11.0 beta 2 x86_64. Not a big problem. Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64: --- m4/nut_check_libhal.m4 +++ m4/nut_check_libhal.m4 @@ -63,7 +63,7 @@ dnl As per HAL spec, ?5 Callouts and ?2 Device Information Files dnl - addon install path: $libdir/hal