Displaying 20 results from an estimated 507 matches for "iinclud".
Did you mean:
iinclude
2017 May 18
1
[PATCH v3 00/16] gpu/drm: remove -Iinclude/drm compiler flags from Makefile
Many Makefiles needed to add -Iinclude/drm as an include path,
but the right thing to do is to include headers in the form
#include <drm/.../*.h>
This series fixes the source files, then rip off -Iinclude/drm flags.
V3: rebased on commit bb2af9bda33 (drm-misc-next)
Masahiro Yamada (16):
drm/vc4: fix include notation and r...
2017 May 18
1
[PATCH v3 00/16] gpu/drm: remove -Iinclude/drm compiler flags from Makefile
Many Makefiles needed to add -Iinclude/drm as an include path,
but the right thing to do is to include headers in the form
#include <drm/.../*.h>
This series fixes the source files, then rip off -Iinclude/drm flags.
V3: rebased on commit bb2af9bda33 (drm-misc-next)
Masahiro Yamada (16):
drm/vc4: fix include notation and r...
2004 Jan 23
3
Problem installing Asterisk with Mandrake 9.1
Hi All,
I am trying to get Asterisk up and running on my new Mandrake 9.1 install.
I've installed Linux in the "standard" mandrake security mode, and "su" to do
my attempts at install.
I managed to obtain the source from CVS, and have been able to compile Zaptel.
I then ran insmod zaptel, and also make config.
I think I have compiled and loaded Zaptel successfully as
2008 Apr 13
3
fxruby gem install problem
...in -lGL... yes
checking for gluNewQuadric() in -lGLU... yes
creating Makefile
make
cc -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I. -DHAVE_SYS_TIME_H
-DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla
-I/usr/local/include/fox-1.6 -I/usr/include/fox-1.6 -fPIC
-fno-strict-aliasing -g -O2 -fPIC -O0 -Iinclude -c librb.c
g++ -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I. -DHAVE_SYS_TIME_H
-DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla
-I/usr/local/include/fox-1.6 -I/usr/include/fox-1.6 -fPIC
-fno-strict-aliasing -g -O2 -fPIC -O0 -Iinclude -c mdi_wrap.cpp
g++ -I. -I. -I/usr/lib/ruby/1.8/i486-linux...
2009 May 22
1
Cannot Install Cairo Library
.... no
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/cconfig.h
** libs
gcc -std=gnu99 -I/usr/share/R/include -D_REENTRANT -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb
-I/usr/include/libpng12 -I. -Iinclude -g -O2 -fpic -g -O2 -c cairobem.c
-o cairobem.o
gcc -std=gnu99 -I/usr/share/R/include -D_REENTRANT -I/usr/include/cairo
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb
-I/usr/include/libpng12 -I. -Iinclude -g -O2 -fpic -g -O2 -c cairogd.c
-o cairogd.o
gcc -std=gnu99 -I...
2004 Jun 21
1
Problem compiling fax applications
...so" ; fi)
+ APPS+=$(shell if [ -f /usr/local/include/spandsp.h ]; then echo
"app_rxfax.so app_txfax.so app_dtmftotext.so" ; fi)
+
CFLAGS+=-fPIC
ifeq ($(USE_POSTGRES_VM_INTERFACE),1)
CFLAGS+=-DUSEPOSTGRESVM
endif
***************
*** 65,74 ****
gcc -pipe -O6 -g -Iinclude -I../include -D_REENTRANT
-march=i586 -DDO_CRASH -c -o app_todd.o app_todd.c
app_todd.so: app_todd.o
$(CC) $(SOLINK) -o $@ $< -L/usr/local/ssl/lib -lssl -lcrypto
app_voicemail.so : app_voicemail.o
ifeq ($(USE_MYSQL_VM_INTERFACE),1)
$(CC) $(SOLINK) -o $@ $(MLFLAGS)...
2005 Jul 25
0
Fw: /bin/sh: build_tools/make_version_h: not found
...sterisk on solaris because of this
> error
> > >>>
> > >>>
> > >>>
> > >>>
> >
>
>gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declara
> t
> > >
> > >
> >
>
>ions -g -Iinclude -I../include -Iinclude/solaris-compat -I/usr/local/ssl/i
> n
> > >
> > >
> > >-D_REENTRANT -D_GNU_SOURCE -O6 -Wcast-align -DSOLARIS -DBUSYD
> > >
> > >
> > >>>ETECT_MARTIN -fomit-frame-pointer -c -o cli.o cli.c
> >...
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
...built fine however asterisk, returns -
------------------------------------------------------------------------
----------------------------------------------
make[1]: Entering directory `/usr/src/asterisk/pbx'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT
-D_GNU_SOURCE -O6 -march=i586 -DZAPTEL_OPTIMIZATIONS
-fomit-frame-pointer -fPIC -c -o pbx_config.o pbx_config.c
gcc -shared -Xlinker -x -o pbx_config.so pbx_config.o
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include...
2017 May 18
0
[PATCH v3 02/16] drm/virtio: fix include notation and remove -Iinclude/drm flag
Include <drm/*.h> instead of relative path from include/drm, then
remove the -Iinclude/drm compiler flag.
Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---
Changes in v3: None
drivers/gpu/drm/virtio/Makefile | 2 --
drivers/gpu/drm/virtio/virtgpu_debugfs.c | 2 +-
drivers/gpu/drm/virtio/virtgpu_drv.c | 4 ++--
drivers/gpu/drm/virtio/virt...
2005 Jan 05
1
CVS Compile problem on Solaris
...er
prerequisite package that I'm missing, or a linker path that I should
add? A transcript of the problem is below.
Thanks for any pointers!
--Max
...
make[1]: Entering directory `/ext2/asterisk/utils'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include
-Iinclude/solaris-compat -I/usr/local/ssl/include -D_REENTRANT
-D_GNU_SOURCE -O6 -Wcast-align -DSOLARIS -DASTERISK_VERSION=
\"CVS-HEAD-01/05/05-16:40:01\" -DASTERISK_VERSION_NUM=999999
-DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=...
2011 Aug 10
0
3.6.0 cross-compile error (reg_format.c)
...#39;blksize_t'
The following command failed:
/opt/Sourcery_G++_Lite/bin/mips-linux-gnu-gcc -O2 -I../lib/zlib -EL
-O2 -I. -I/home/martin/EM7075/work/samba-3.6.0/source3
-I/home/martin/EM7075/work/samba-3.6.0/source3/../lib/popt
-I/home/martin/EM7075/work/samba-3.6.0/source3/../lib/iniparser/src
-Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent
-I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include
-DHAVE_CONFIG_H -Iinclude -I./include -I. -I. -I./../lib/replace
-I./../lib/tevent -I./librpc -I./.. -I./../lib/popt
-I/home/martin/EM7075/work/samba-3.6.0/source3/lib -I..
-D_SAMBA_...
2004 May 28
2
spandsp wont compile.
...function)
make: *** [app_rxfax.o] Error 1
I chamged the Makefile to include
app_rxfax.so : app_rxfax.o
$(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
app_rxfax.so : app_rxfax.c
gcc -D_GNU_SOURCE -O2 -g -Iinclude -l../include -c -o
app_rxfax. o app_rxfax.c
app_txfax.so : app_txfax.o
$(CC) $(SOLINK) -o $@ $< -lspandsp -ltiff
app_txfa...
2017 Dec 30
2
Issues with omp simd
...ar **argv)
{
const int size = 1000000;
float a[size], b[size],c[size];
#pragma omp simd
for (int i=0; i<size; ++i)
{
c[i]= a[i] + b[i];
}
return 0;
}
i run it using the following command;
g++ -O0 --std=c++14 -fopenmp-simd lab.cpp -Iinclude -S -o lab.s
when i compared it with code as follows without simd
int main(int argc, char **argv)
{
const int size = 1000000;
float a[size], b[size],c[size];
for (int i=0; i<size; ++i)
{
c[i]= a[i] + b[i];
}
return 0;
}
using following c...
2005 Nov 05
1
iinclude/excludes and symbolic links
I'm trying to rsync a directory structure and it's contents to another
machine. I want to make sure that the entire toplevel part of the
directory structure is created at the remote site, since it may not exist.
top: A/ B/ C/
under B/: 1/ 2/ 3/
under 2/: x/ y/ z/
all of this is located in /top/level/dir on the source system.
I want to send "B/1/y" and it's contents to
2003 Jul 23
1
Newbie Help
...as follows... (I tried to post the
whole make up to this point but it was too big for the list)
make[1]: Leaving directory `/usr/src/asterisk/channels'
make[1]: Entering directory `/usr/src/asterisk/pbx'
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarat
ions -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
-DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-07/22/03-22:29:39\" -DINSTA
LL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk
\" -DASTVARLIBDIR=\"/var/lib/asterisk\&qu...
2017 Dec 30
3
Issues with omp simd
...simd
>> for (int i=0; i<size; ++i)
>> {
>> c[i]= a[i] + b[i];
>> }
>>
>>
>> return 0;
>> }
>>
>> i run it using the following command;
>>
>> g++ -O0 --std=c++14 -fopenmp-simd lab.cpp -Iinclude -S -o lab.s
>>
>> when i compared it with code as follows without simd
>>
>>
>> int main(int argc, char **argv)
>> {
>> const int size = 1000000;
>>
>>
>> float a[size], b[size],c[size];
>>
>>
>>
>>...
2010 Dec 15
1
Problem compiling Samba from source
...es from source. I then ran make and within
a few short compilations the samba3 make fails with the following
errors:
~/samba-3.5.5/source3> make
Using CFLAGS = -I../lib/zlib -I/app/utils//include -O -I.
-I/app/builduser/samba-3.5.5/source3
-I/app/builduser/samba-3.5.5/source3/iniparser/src -Iinclude
-I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns
-I./librpc -I./.. -I./../lib/talloc -I../lib/tdb/include
-DHAVE_CONFIG_H -I/app/utils//include -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/app/utils/include
-I/app/builduser/e2fsprogs-1.41.12/lib/ -Iinclude -...
2006 Aug 29
10
mini-os: gnttab.c does not compile
Hello,
sorry to bother you with this: while trying to compile mini-os from
xen-unstable.hg, I noticed that compilation failed like this:
gcc -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format
-Wstrict-prototypes -Wnested-externs -Wpointer-arith -Winline -m32
-march=i686 -g -Iinclude -Iinclude/x86 -Iinclude/x86/x86_32 -c gnttab.c
-o gnttab.o
gnttab.c: In Funktion »init_gnttab«:
gnttab.c:165: error: request for member `p'' in something not a structure or
union
make: *** [gnttab.o] Error 1
Looking at the source code, I''m not surprised that this happens,...
2003 Dec 14
11
Cisco Gateway Integration
Has anyone succesfully integrated * with a cisco voice gateway ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/3b1ba7b3/attachment.htm
2004 Jan 20
3
Still problems at compiling
...-C stdtime clean
make[1]: Entering directory `/usr/src/asterisk/stdtime'
rm -f libtime.a *.o test .depend
make[1]: Leaving directory `/usr/src/asterisk/stdtime'
linux:/usr/src/asterisk # make install
./mkdep -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE
-O6 -march=i686 -DZAPTEL_OPTIMIZATIONS
-DASTERISK_VERSION=\"CVS-01/20/04-10:14:14\" -DINSTALL_PREFIX=\"\"
-DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\"
-DASTVARLIBDIR=\"/var/lib/asterisk\"...