Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Cygwin Errors: Yaml Configuration issues Post 302880437 by Corona688 on Thursday 19th of December 2013 02:18:18 PM
Old 12-19-2013
Quote:
Originally Posted by imdalucky1
However, I noticed that "Visual Studio 6, Visual Studio 2003, and Visual Studio 2008 projects" already exist in the folder "win32" [which is under yaml-0.1.4 directory].
You would use these instead of ./configure and make.

Quote:
So according to my observation, the reason could be some formatting issues in "configure" file which is originally in "dos" format but I want to use it with cygwin (which you know provides unix/linux like environment in windows).
./configure was never in "dos" format. The .tar.gz is for all architectures and "converting" it will ruin it even more.
 

10 More Discussions You Might Find Interesting

1. Linux

postfix configuration issues...specifically masquerading (lack of )

postfix configuration issues...specifically masquerading (lack of ) Mail sent to our intranet arrives correctly (me@domain.com). Mail sent to our intranet arrives correctly (me@domain.com). Anything going outside does not, so my tests get rejected (me@hostname.com) :( any assistance... (5 Replies)
Discussion started by: mr_manny
5 Replies

2. UNIX for Dummies Questions & Answers

Cygwin/X11 issues on Windows 7

Hi All, I recently upgraded to windows 7 and am therefore reinstalling cygwin/x11 after a long time. On XP I would start xterm from the startxwin.bat file. I am experiencing trouble starting with the startxwin executable which is the new recommended startup method as well as afew other... (2 Replies)
Discussion started by: ScKaSx
2 Replies

3. Solaris

issues with Veritas volume manager configuration

hi all i am a newbie to solaris and i am doing some R&D in veritas volume manager. This is my first day with veritas. I downloaded and installed Veritas storage foundation 5.1 package in my sun solaris 5.10 sparc machine. When i try to create disk group in vxvm, it giving one error message. I am... (6 Replies)
Discussion started by: kingston
6 Replies

4. Solaris

Errors in postfix configuration on solaris 10

Hi Geeks, I am trying to configure 'postfix' for sending mail only instead of 'sendmail'. I am getting following error when I try to send mail using mailx command. #echo "test" | mailx -s "test mail" <username> -- command executed from server --/var/log/syslog output : Jul 8 12:55:44... (0 Replies)
Discussion started by: abhkadam
0 Replies

5. Linux

squid + AD configuration issues

Hi, I am new in squid. We need to make our squid users to be authenticated by Windows AD. The squid proxy is installed on SuSE linux. Here are AD related settings: auth_param basic program /usr/sbin/squid_ldap_auth -P -R -v 3 \ -b "dc=mydomain,dc=com" \ -D cn=squid.bind,ou=service... (1 Reply)
Discussion started by: aixlover
1 Replies

6. UNIX for Dummies Questions & Answers

Cygwin errors

I'm not sure if this is the right place to post this or should I even be posting this here but here is my problem. I've recently installed Cygwin on my windows laptop so that I can run shell scripts. However I'm getting lots of errors with most lines of code in my scripts although the syntax is... (9 Replies)
Discussion started by: millsy5
9 Replies

7. Shell Programming and Scripting

YAML file update

removing post since it got fix (1 Reply)
Discussion started by: kishore150
1 Replies

8. Linux

Apache httpd configuration - Issues with APR

Hi I have tried setting up of Apache http server - httpd-2.4.25. During configuration, I understand it needs APR to be setup. Hence I have downloaded APR & APR-Util. Performed, tar xvfC apr-1.5.2.tar /root/httpd-2.4.25/srclib/apr What is happening is there is another directory... (1 Reply)
Discussion started by: videsh77
1 Replies

9. What is on Your Mind?

Google Search Console - Mobile Usability - No Errors or Issues - New Milestone

For the first time in the history of the site Google Search Console (GSC) has unix.com showing "no mobile viewability errors". This is no small achievement considering the hundreds of thousand of lines of legacy code we run at a site which has been around much longer than Facebook or LinkedIn: ... (0 Replies)
Discussion started by: Neo
0 Replies

10. Shell Programming and Scripting

[TIP] Processing YAML files with yq

After the success of the jq - tool for parsing and manipulating JSON-Data someone wrote a tool called yq, which aims to be the same for YAML, what jq is for JSON. Seems to work fine. I'll definitely give it a chance in future. Example YAML-File: --- !ruby/object:Puppet::Node::Facts ... (1 Reply)
Discussion started by: stomp
1 Replies
Gtk2::Gdk::Visual(3pm)					User Contributed Perl Documentation				    Gtk2::Gdk::Visual(3pm)

NAME
Gtk2::Gdk::Visual - wrapper for GdkVisual HIERARCHY
Glib::Object +----Gtk2::Gdk::Visual METHODS
integer = Gtk2::Gdk::Visual->get_best_depth visual = Gtk2::Gdk::Visual->get_best visualtype = Gtk2::Gdk::Visual->get_best_type visual or undef = Gtk2::Gdk::Visual->get_best_with_both ($depth, $visual_type) o $depth (integer) o $visual_type (Gtk2::Gdk::VisualType) visual or undef = Gtk2::Gdk::Visual->get_best_with_depth ($depth) o $depth (integer) visual or undef = Gtk2::Gdk::Visual->get_best_with_type ($visual_type) o $visual_type (Gtk2::Gdk::VisualType) integer = $visual->bits_per_rgb integer = $visual->get_bits_per_rgb Since: gtk+ 2.22 unsigned = $visual->blue_mask (mask, shift, precision) = $visual->get_blue_pixel_details Since: gtk+ 2.22 integer = $visual->blue_prec integer = $visual->blue_shift byteorder = $visual->byte_order byteorder = $visual->get_byte_order Since: gtk+ 2.22 integer = $visual->colormap_size integer = $visual->get_colormap_size Since: gtk+ 2.22 integer = $visual->depth integer = $visual->get_depth Since: gtk+ 2.22 unsigned = $visual->green_mask (mask, shift, precision) = $visual->get_green_pixel_details Since: gtk+ 2.22 integer = $visual->green_prec integer = $visual->green_shift unsigned = $visual->red_mask (mask, shift, precision) = $visual->get_red_pixel_details Since: gtk+ 2.22 integer = $visual->red_prec integer = $visual->red_shift screen = $visual->get_screen Since: gtk+ 2.2 visual = Gtk2::Gdk::Visual->get_system visualtype = $visual->type visualtype = $visual->get_visual_type Since: gtk+ 2.22 ENUMS AND FLAGS
enum Gtk2::Gdk::ByteOrder o 'lsb-first' / 'GDK_LSB_FIRST' o 'msb-first' / 'GDK_MSB_FIRST' enum Gtk2::Gdk::VisualType o 'static-gray' / 'GDK_VISUAL_STATIC_GRAY' o 'grayscale' / 'GDK_VISUAL_GRAYSCALE' o 'static-color' / 'GDK_VISUAL_STATIC_COLOR' o 'pseudo-color' / 'GDK_VISUAL_PSEUDO_COLOR' o 'true-color' / 'GDK_VISUAL_TRUE_COLOR' o 'direct-color' / 'GDK_VISUAL_DIRECT_COLOR' SEE ALSO
Gtk2, Glib::Object COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::Gdk::Visual(3pm)
All times are GMT -4. The time now is 10:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy