mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Compiling TeXmacs on macOS High Sierra


Chronological Thread 
  • From: "sadhen"<address@hidden>
  • To: "texmacs-users"<address@hidden>
  • Subject: Re: [TeXmacs] Compiling TeXmacs on macOS High Sierra
  • Date: Sun, 2 Sep 2018 00:24:01 +0800
  • Arc-authentication-results: i=1; mx.zoho.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=address@hidden; dmarc=pass header.from=<address@hidden> header.from=<address@hidden>
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1535819047; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To:ARC-Authentication-Results; bh=1qAR6DHWQ2bKKG4rtgms5PFB6GQMpkLT5cSqU0+JJ3U=; b=JtZi0zCfffBRP2IepkskM3yJTtK/FdErG4UEtWDoWXcybkca0SVGRBHJNjmvIXFoewLs71T1XB0iBTPJbJAZtQgi2ZGgcT1c7oZcuDrS0xF75GOrgeOWmU1EMibNXLgAlAItepm05cmtxrHl5Akgo9NRpiPDxop3ILnEpvWT8fw=
  • Arc-seal: i=1; a=rsa-sha256; t=1535819047; cv=none; d=zoho.com; s=zohoarc; b=PtXo79ctMomhP0QbbnZAs8dD+40FdYwZZTo832PplgYlIWI1uLfPI+lWOod4YSXTI/FMs0aV1BN0W3AvciBDX96/5Iam/vTX8jhDGOKocGErMG/lRJS38jNkrw1bpX6Xb/Th/0QIXnNtuMglOPO6ppgZJWbthXYlhboZGDNd+XM=
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:subject:mime-version:content-type:date:message-id; b=UQ/aMa3PJGXNqMXR4gZDdPOumWPf4jaPnYN0bA6KBId82+cVQ/+cr4ef6GPnK4AZ5VZgdvxi4BSK /m7a+WgpYhPNpkNEg31d1pO1tBv8xcYJZUHbcn8DrpAciSTX6+Vk

Notice, the CMake build is experimental . However, the snippet to install guile should work fine.


 原始邮件 
发件人: sadhen<address@hidden>
收件人: Juan Pablo Romero Méndez<address@hidden>
抄送: address@hidden
发送时间: 2018年9月2日(周日) 00:22
主题: Re: [TeXmacs] Compiling TeXmacs on macOS High Sierra

git clone address@hidden:sadhen/homebrew-sadhen.git
cd homebrew-sadhen
brew install address@hidden

From https://github.com/texmacs/texmacs/wiki/Build-with-CMake-on-MacOS
It should work, otherwise, notify me.

 原始邮件 
发件人: Juan Pablo Romero Méndez<address@hidden>
收件人: TeXmacs Users List<address@hidden>
发送时间: 2018年8月11日(周六) 23:35
主题: [TeXmacs] Compiling TeXmacs on macOS High Sierra

Hi,

I'm trying to compile TeXmacs on High Sierra but found an issue with Guile 1.8.8:

-----------------------------------------
libtool: compile:  gcc -DHAVE_CONFIG_H -I.. -I.. -I.. -D_THREAD_SAFE -I/usr/local/Cellar/libtool/2.4.6_1/include -Wall -Wmissing-prototypes -Werror -MT libguile_la-gc-freelist.lo -MD -MP -MF .deps/libguile_la-gc-freelist.Tpo -c gc-freelist.c  -fno-common -DPIC -o .libs/libguile_la-gc-freelist.o
gc-malloc.c:95:20: error: comparison of unsigned _expression_ < 0 is always false [-Werror,-Wtautological-compare]
  if (scm_mtrigger < 0)
      ~~~~~~~~~~~~ ^ ~
1 error generated.
-----------------------------------------

What kind of settings do people use to successfully compile Guile (and TeXmacs) on macOS?

Regards,

  Juan Pablo





Archive powered by MHonArc 2.6.19.

Top of page