X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=IJYHWzZJzaR4lhscFp8asUo+8IR/F ggWojRyAnK7ohGK0osjF32Wl1v1/1WH4J+XRPVUQWmT7ONFRJnAQIahoe7F4hqSc pALJaEXX6rJCAgV5K8cbNC1XdspK+rFRh7+T5RrpfQ6R7TZ3CHBVdIUePnmg92ZC PDPZ3rxVx8aMdQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=HxCmMYSC/02jziB1/ZWVkgbJ4fM=; b=uoB VzPE2MIA4QZzHdmBFNQqK21isCBk9ADOiHJgZqf4/tczjYs1STbTBRgLT3XRaMn6 PNVV+BVZV/0HAi5q9WMV/P80rF11aGK/K+XArf3awWx+TewXLKZEmE+sCIm0eNzM tuV1xYkyTY5oYSmQA4TGkpdJ8PTzCw9644lxbbnY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=grace, year, graphics, OpenGL X-HELO: mail-wm0-f45.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=JC/0+6RwHY4b/Uqj3p4yggtb6a+qwEkV0lRrKO0K+N4=; b=U9qIH5VwabnzHquYIdLSee9W/j03w2GtLfHXnYaeHwO5Ss0t4nyFmsSllIMZUVbz3T 4SGvwCPZgL2N7d9Z3gVfULGzcM+MDdGVn2qEORAhzIGeFvsl9ziIovjpknr0hLeoPSvf H3XuivhVeAqEwnID1CUxFri97z0WgNtZHwxLbcUbjj06T5CNsoDl8/zWunn4ZhgdkAEZ Vui0bBesI/unPHJ/H0XXIJ4Nnw8AlCeT6fZiv8B+mIFgozo/o2c+h59Ls2S9DLvnhQig IDNtZBlncR7kOwoukVsfMVdk42rDc5MMhMuCf7R5qtL0bcgUxHn1XZjIzGyVHGFA2JCg tiww== MIME-Version: 1.0 From: William Mitchell Date: Tue, 26 Jun 2018 15:27:29 -0400 Message-ID: Subject: octave says WGL_ARB_multisample is missing To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes When I run octave on a fresh installation of cygwin64 on a Windows 7 machine, I get the error: libGL error: required WGL extension WGL_ARB_multisample is missing Insufficient GL support error: unable to plot due to insufficient OpenGL support octave begins running fine. The error occurs when it encounters a plot statement. I have had this problem with an old installation of cygwin for at least a year. I finally decided to wipe out cygwin and try a fresh installation. This installation contains the "minimal" default packages plus Devel: gcc-core, gcc-gfortran, gcc-g++, gdb, mingw64-x86_64-gcc-core, mingw64-x86_64-gfortran, mingw64-x86_64-g++; Graphics: gnuplot, ImageMagick; Math: bc, grace, octave; Shells: tcsh; X11: everything. I notice that libGLEW is included in the packages that it installs, which is where I would expect to find the WGL extensions. This contains /usr/bin/cygGLEW-2-1.dll, but I don't know how to find out what functions are in a dll to see if it contains WGL_ARB_multisample. Any suggestions on what is wrong with this installation are greatly appreciated. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple