Date: Sun, 10 Feb 2008 18:49:24 +0100 From: "Michael Ross" <michael.ross@gmx.net> To: "Garrett Cooper" <yanegomi@gmail.com>, watermelon@gmx.net Cc: freebsd-ports-mailinglist <freebsd-ports@freebsd.org> Subject: Re: TrueCrypt 5.0 Message-ID: <op.t6bk4md7halquq@localhost> In-Reply-To: <CE7F2AAE-07C9-4D13-852B-EA3E1564339D@u.washington.edu> References: <47AEB6C8.1070907@gmx.net> <CE7F2AAE-07C9-4D13-852B-EA3E1564339D@u.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 10.02.2008, 10:44 Uhr, schrieb Garrett Cooper <yanegomi@gmail.com>: > > On Feb 10, 2008, at 12:33 AM, Watermelon wrote: > >> i downloaded the source cause i thought if there is an osx support may >> be it works for freebsd too.... >> and i found in makefile a point for making in freebsd.... >> but there are errors so i couldnt make it... > > Actual errors may help, but the issue most likely lies in and of the > fact that OSX comes prepackaged with GNU make, not BSD make. Just for then fun of it, I tweaked the Makefile to use gmake, and it compiles up to Compiling FatalErrorHandler.cpp FatalErrorHandler.cpp: In function 'void TrueCrypt::OnFatalProgramErrorSignal(int, siginfo_t*, void*)': FatalErrorHandler.cpp:42: error: 'ucontext_t' was not declared in this scope FatalErrorHandler.cpp:42: error: 'context' was not declared in this scope FatalErrorHandler.cpp:42: error: expected primary-expression before ')' token FatalErrorHandler.cpp:42: error: expected `;' before 'contextArg' gmake[1]: *** [FatalErrorHandler.o] Fehler 1 gmake: *** [all] Fehler 2 Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.t6bk4md7halquq>