similar to: Compiling On OpenBSD 3.6

Displaying 20 results from an estimated 20000 matches similar to: "Compiling On OpenBSD 3.6"

2005 Mar 24
0
Install on OpenBSD 3.6
I am using wine-20050310. I extracted it into its own directory. I couldn't get wineinstall to run. I successfully configured, and make depend worked. When I typed make, I got the error message: kthread.c: In function `wine_pthread_create_thread': kthread.c:275: `RFTHREAD' undeclared (first use in this function) kthread.c:275: Each undeclared identifier is reported only once for
2002 Mar 07
0
[Bug 142] New: OpenSSH 3.1 with patch will not build on OpenBSD 2.8
http://bugzilla.mindrot.org/show_bug.cgi?id=142 Summary: OpenSSH 3.1 with patch will not build on OpenBSD 2.8 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-unix-dev at
2012 Apr 24
1
Error compiling pigeonhole 0.3.0 with dovecot-2.1.5 in openbsd 5.0
Hi, I've just tried to compile dovecot & pigeonhole in my openbsd box, and got this: gcc -DHAVE_CONFIG_H -I. -I../.. -I/home/seajob/build/dovecot-2.1.5 -I/home/seajob/build/dovecot-2.1.5/src/lib -I/home/seajob/build/dovecot-2.1.5/src/lib-dict -I/home/seajob/build/dovecot-2.1.5/src/lib-dns -I/home/seajob/build/dovecot-2.1.5/src/lib-mail
2002 May 02
0
[Bug 234] New: OpenSSH does not compile on OpenBSD 3.1
http://bugzilla.mindrot.org/show_bug.cgi?id=234 Summary: OpenSSH does not compile on OpenBSD 3.1 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: normal Priority: P1 Component: Build system AssignedTo: openssh-unix-dev at mindrot.org
1998 Jun 08
1
IBM AIX problems
Heiner Schwarte has helped me with the AIX problem that I and Janusz Kawczak recently reported here. Heiner had found out earlier that there was a problem with the 'finite' c-library function [Heiner's test code see below] when gcc (and older versions of xlc) is used. He also found that instead, AIX defines a FINITE(.) macro itself in fp.h and that this would work in any case.
2001 May 11
2
artifact bug status? / compiling under OpenBSD 2.8
Hi! On March 17th I posted a message on this list concerning an artifact bug in beta4 that is audible in all available bitrates. It was this rumbling sound in the bass area. I made a demo clip, which still is available at http://www.stud.uni-karlsruhe.de/~us87/ogg/vorbis_bassrumble_demo.rar and that contains both the original .WAV and an .OGG @ 350kbps. This archive is 2.1 MB large. Today, I
2003 Sep 19
2
[Bug 692] Can't make OpenSSH-3.7.1p1 on OpenBSD 3.0
http://bugzilla.mindrot.org/show_bug.cgi?id=692 Summary: Can't make OpenSSH-3.7.1p1 on OpenBSD 3.0 Product: Portable OpenSSH Version: 3.7.1p1 Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org
2003 Sep 19
2
[Bug 692] Can't make OpenSSH-3.7.1p1 on OpenBSD 3.0
http://bugzilla.mindrot.org/show_bug.cgi?id=692 Summary: Can't make OpenSSH-3.7.1p1 on OpenBSD 3.0 Product: Portable OpenSSH Version: 3.7.1p1 Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org
2004 Aug 06
2
My turn to have issues with compiling libshout
Hi: WARNING: This is long. Just updated libshout and configured. Configure didn't bomb so I guess it went OK and found what it wanted. But when I ran make I got this: gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -g -O2 -Wp,-MD,.deps/avl.pp -c avl.c -fPIC -DPIC -o .libs/avl.lo In file included from ../stream.h:20, from ../config.h:17, from avl.c:33:
2000 Jun 16
2
R and OpenBSD
Howdy! Has anybody successfully installed R under OpenBSD? I just tried to install the latest R-release under OpenBSD 2.7 and got the following errors in the make step: pnorm.c:62 'ML_ERR_return_NAN' undeclared pnorm.c:62 'ML_NAN' undeclared pnorm.c:62 'ML_NEGINF' undeclared --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2000 Jun 16
2
R and OpenBSD
Howdy! Has anybody successfully installed R under OpenBSD? I just tried to install the latest R-release under OpenBSD 2.7 and got the following errors in the make step: pnorm.c:62 'ML_ERR_return_NAN' undeclared pnorm.c:62 'ML_NAN' undeclared pnorm.c:62 'ML_NEGINF' undeclared --Ragnar -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2011 Jan 21
1
Building nut 2.6.0 on OpenBSD 4.8 - compile issue
Trying to build nut 2.6.0 on OpenBSD 4.8, I get a compiler error. Here's my configure: ./configure --with-user=_ups --with-group=_ups \ --sysconfdir=/etc/ups --with-usb=no ... and the result: -e Configuration summary: ====================== build serial drivers: yes build USB drivers: no build SNMP drivers: no build neon based XML driver: no build Powerman PDU client driver:
2009 Jul 16
1
Compilation error
Hi all I'm trying to install asteris 1.4.22.1 on Solaris 10...the server is V120 SUN spark...During compilation (gmake) I got the following error /vis.c -o np/vis.o_a np/vis.c: In function `svis': np/vis.c:205: error: `u_int32_t' undeclared (first use in this function) np/vis.c:205: error: (Each undeclared identifier is reported only once np/vis.c:205: error: for each function it
2005 Jan 12
3
syslinux build fails with 2.6 linux headers
As the subject says, building syslinux fails when built against 2.6.8.1 kernel headers. Anybody out there have a patch? The compile errors are below. set -e ; for i in memdisk dos win32 mtools unix extlinux sample com32 ; do make DATE=0x41e470ae HEXDATE=0x41e470ae -C $i all ; done make[1]: Entering directory `/usr/src/syslinux-3.07-pre1/memdisk' make[1]: Nothing to be done for `all'.
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
Thank you for the feedback. This is cross-compiling for mingw-w64-x86_64 using gcc-5.3.0 and mingw-w64-4.0.4 on GNU/Linux. Upon attempting to compile now, a large number of errors occur in flac/decode.c which I have placed at the end of this email. They are eased by adding this to decode.c: #if _WIN32 #include <windows.h> #include <shlobj.h> #endif ...among the headers. Then, this
2004 Aug 24
1
building 3.0.6 on AIX
Firstly configure has a slight boo boo at line 9373 checking for cups-config... no ./configure[9373]: ==: unknown test operator checking for library containing dlopen... none required However getting past that trying to make always fails with: Compiling nsswitch/winbind_nss_aix.c with -O2 "nsswitch/winbind_nss_aix.c", line 747.8: 1506-166 (S) Definition of function attrlist_t
2001 Sep 27
0
error
Solaris 8 using forte, I have this error, If anyone has a suggestion, I would apprecaite it. In file included from /usr/include/fcntl.h:23, from ../../src/include/Rinternals.h:34, from ../../src/include/Defn.h:41, from platform.c:25: /usr/include/sys/types.h:149: warning: empty declaration platform.c: In function `do_listfiles':
2003 Sep 16
1
[Bug 642] Can't build build OpenSSH 3.7 on OpenBSD 3.0
http://bugzilla.mindrot.org/show_bug.cgi?id=642 Summary: Can't build build OpenSSH 3.7 on OpenBSD 3.0 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: OpenBSD Status: NEW Severity: critical Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org
2009 Jul 06
1
libsieve compilation error on AIX 5.3
Dovecot revision: 9186:f70192e7ff3c libsieve revision: 958:e86a81f4bf28 Using IBM c compiler version 8. Trying to compile libsieve(64 bit mode if it matters): "sieve-ast.c", line 302.9: 1506-045 (S) Undeclared identifier last. "sieve-ast.c", line 302.9: 1506-045 (S) Undeclared identifier result. "sieve-ast.c", line 320.9: 1506-275 (S) Unexpected text node
2003 Nov 26
1
new user
hello everybody! i'm new to this ml.. just one question i try to complie wine on my linuxbox (slack8.1 - 2.4.22) but I take an error .. something like this : gcc -c -I. -I. -I../../include -I../../include -D_REENTRANT -fPIC -D__WINESRC__ -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -g -O2 -o tokenize.o tokenize.c tokenize.c:46: `TK_ABORT' undeclared here (not