RE: rpc/types.h: No such file or directory

2015-05-19 Thread Gery .
You need to set CFLAGS. And CXXFLAGS, too These ones didn't work: $CPPFLAGS=-I/usr/include/tirpc; $CFLAGS=-Wall -g -I/usr/X11R6/include; $CXXFLAGS=-g -O2 -I/usr/X11R6/include -Wall -Wno-sign-compare -Wno-unknown-pragmas -Wno-format -D_GNU_SOURCE; Which ones do you suggest?

RE: rpc/types.h: No such file or directory

2015-05-19 Thread Gery .
due to compilation errors. for .bashrc, I used export CFLAGS=..., so with or without export it is the same, I get this after running install_makefiles and make: Gery@gery /opt/mb/mbsystem-5.4.2220 $ make cd src; make all make[1]: Entering directory '/opt/mb/mbsystem-5.4.2220/src' cd gsf; make

RE: rpc/types.h: No such file or directory

2015-05-19 Thread Gery .
Setting CFLAGS/CPPFLAGS/CXXFLAGS in the bash shell before invoking make should just work. This has always worked when using the GNU autoconf too lchain paradigm of building projects. So there may be something about your particular build system that is not picking up these changes. So

rpc/types.h: No such file or directory

2015-05-19 Thread Gery .
Thanks, however it didn't work if I put it in the install_makefiles or .bashrc: # Required parameters: $MBSYSTEM_HOME = /usr/local/mbsystem;  $OS = LINUX; $CFLAGS = -Wall -g -I/usr/X11/include ; $LFLAGS = -Wall -g -lm -L/usr/lib -lgdal; $CPPFLAGS=-I/usr/include/tirpc; # NETCDF $NETCDFLIBDIR =

Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Gery .
Hello, I received a SUNRPC error after running ./configure on version 5.4.2220 in Cygwin (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin), here it is:     configure: error: Required header rpc/types.h not found, check include path and intsalled devel packages SUNRPC

RE: Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Gery .
Add CPPFLAGS=-I/usr/include/tirpc to your configure flags. now found it, thanks for the tip again. Gery -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com

RE: Cygwin - configure: error: Required header rpc/types.h not found

2015-05-18 Thread Gery .
/usr/local/bin/ apt-cyg install PACKAGE-NAME-HERE would these steps correctly update specific packages? Thanks again, Gery -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http

rpc/types.h: No such file or directory

2015-05-18 Thread Gery .
. Any clues to solve this? I will appreciate your support, thanks in advance Gery ps. uname -a CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin libgssrpc4                                   1.12.2-1                         OK libtirpc-common

Quanta Plus in cygwin?

2015-03-10 Thread Gery .
Hello all, Has anyone successfully installed Quanta Plus in cygwin? I downloaded the bz2 source file from sourceforge.net/projects/quanta and tried to install in my cygwin system with no success (CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin). It would be great some

RE: Quanta Plus in cygwin?

2015-03-10 Thread Gery .
/x86/release/kde-workspace/kdebase-startkde/ and I imagine that only newer versions has it already installed. Gery To: cygwin@cygwin.com From: dbo...@mmm.com Subject: Re: Quanta Plus in cygwin? Date: Tue, 10 Mar 2015 17:20:19 -0400 Gery . gameji

RE: Quanta Plus in cygwin?

2015-03-10 Thread Gery .
don't hesitate to give me further details. All the best, Gery Date: Tue, 10 Mar 2015 18:48:15 -0400 From: m...@cs.umass.edu To: cygwin@cygwin.com Subject: Re: Quanta Plus in cygwin? On 3/10/2015 5:08 PM, Gery . wrote: Has anyone successfully

RE: Quanta Plus in cygwin?

2015-03-10 Thread Gery .
. Date: Tue, 10 Mar 2015 19:12:36 -0400 From: m...@cs.umass.edu To: cygwin@cygwin.com Subject: Re: Quanta Plus in cygwin? On 3/10/2015 6:59 PM, Gery . wrote: Thanks Dave for the reply, I get the same here, is it possible to install KDE? it seems that it is according

Re: compiling error core.c in mapcache with cygwin

2015-01-11 Thread Gery .
Thanks Marco, is it possible to enable THREAD in that apr library? Sent from my iRon On Jan 11, 2015, at 2:58, Marco Atzeri marco.atz...@gmail.com wrote: On 1/11/2015 5:20 AM, Gery . wrote: Hello Marco, After getting some replies about mapcache in the mapserver forum (http://osgeo-org

Re: compiling error core.c in mapcache with cygwin

2015-01-11 Thread Gery .
Thanks David but I don't have either the expertise to do so, I'll try to get mapcache working without threads enabled. Sent from my iRon On Jan 11, 2015, at 14:23, David Rothenberger daver...@acm.org wrote: On 1/11/2015 6:14 AM, Gery . wrote: Thanks Marco, is it possible to enable THREAD

RE: compiling error core.c in mapcache with cygwin

2015-01-10 Thread Gery .
with no problems in some linux environments like slackware linux. Thanks in advance, Gery cygwin details: $ uname -a CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin $ cygcheck -c | grep apr  apr1                                         1.4.8-1

compiling error core.c in mapcache with cygwin

2015-01-03 Thread Gery .
**threads;                       ^ I searched for some hints about this error but didn't find anything. Looking for `apr_thread_t` and cywgin, I found some pages pointing to an error with apache, but not really sure if apache has something to do here. thanks for any hints on this, Gery

RE: compiling error core.c in mapcache with cygwin

2015-01-03 Thread Gery .
a ton for your reply as always, yeah I have that dev installed: Gery@gery /opt/mapcache/mapcache-rel-1-2-1/build $ cygcheck -c | grep libapr libapr1                                               1.4.8-1                          OK libapr1-debuginfo                             1.4.8-1

Re: problems with apache2 and postgres after Pc in sleep mode

2014-12-12 Thread Gery .
...@gmail.com writes: On 12/11/2014 3:17 PM, Gery . wrote: Hi, So far things have been nicely working in my cygwin with postgres and apache, thanks guys for the excellent job you're doing in cygwin. The only thing is that when I stop apache2 and postgres, or put in sleep mode my laptop

Re: problems with apache2 and postgres after Pc in sleep mode

2014-12-12 Thread Gery .
PM, Gery . wrote: So far things have been nicely working in my cygwin with postgres and apache, thanks guys for the excellent job you're doing in cygwin. The only thing is that when I stop apache2 and postgres, or put in sleep mode my laptop, then I cannot start again both. I found that I had

problems with apache2 and postgres after Pc in sleep mode

2014-12-11 Thread Gery .
to restart apache and postgres with no problems. I'd appreciate if anyone can confirm that this is the right way, thanks in advance for any hints, Gery $ uname -a CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin -- Problem reports

Re: problems with apache2 and postgres after Pc in sleep mode

2014-12-11 Thread Gery .
Thanks Marco, nice to know that. Sent from my iRon On Dec 11, 2014, at 17:42, Marco Atzeri marco.atz...@gmail.com wrote: On 12/11/2014 3:17 PM, Gery . wrote: Hi, So far things have been nicely working in my cygwin with postgres and apache, thanks guys for the excellent job you're doing

6 times httpd2 6 times postgres

2014-10-27 Thread Gery .
a similar call with httpd2 and postgres? is that the normal behavior? Thanks, Gery OS: win8.1 i5 (1.6GHz,8GB RAM), mapserver under cygwin $ uname -a CYGWIN_NT-6.3-WOW64 gery 1.7.32(0.274/5/3) 2014-08-13 23:03 i686 Cygwin -- Problem reports: http

Re: 6 times httpd2 6 times postgres

2014-10-27 Thread Gery .
Thanks Andrey and Marco, how can I solve seg fault or similar nasty error detected in the parent process error? Sent from my iRon On Oct 27, 2014, at 14:38, Marco Atzeri marco.atz...@gmail.com wrote: On 10/27/2014 12:44 PM, Gery . wrote: When I start apache2 ('apachectl2 start'), this appears

installing mapserver in cygwin - regex.c problem

2014-10-20 Thread Gery .
-6.4.1.tar.gz, etc, etc). My cygwin installation meets all the requirements afaik to build mapserver. I'm not sure, though, if regex.h is causing a problem. This is what I get after running cmake: -- Gery@gery /opt/mapserver/mapserver-6.4.1/build $ cmake .. -DWITH_CLIENT_WMS=1 -DWITH_CLIENT_WFS=1

RE: installing mapserver in cygwin - regex.c problem

2014-10-20 Thread Gery .
the requirements afaik to build mapserver. I'm not sure, though, if regex.h is causing a problem. This is what I get after running cmake: -- Gery@gery /opt/mapserver/mapserver-6.4.1/build $ cmake .. -DWITH_CLIENT_WMS=1 -DWITH_CLIENT_WFS=1 -DWITH_SOS=1 -DWITH_KML=1 -DWITH_PHP=1 -DWITH_PERL=1

Re: ctrl-c not working

2014-09-19 Thread Gery .
ctrl-d doesn't work? Sent from my iRon On Sep 19, 2014, at 17:51, Thomas Schweikle tschwei...@gmail.com wrote: Having following scripts: bin/tc: --- snip #!/usr/bin/bash host= loop=0 conf=default port=22 user=$USERNAME cssh=1 cping=1 recon=0 while [ -n $1 ]; do case $1 in -f)

freopen failed, core dumped

2014-09-01 Thread Gery .
persists. Any idea how to solve this USING cygwin (ie. without moving to linux)? Thanks for any pointers, Gery PS. Some details of my installation: $ uname -a CYGWIN_NT-6.3-WOW64 gery 1.7.31(0.272/5/3) 2014-07-25 11:08 i686 Cygwin $ cygcheck -s Cygwin Configuration Diagnostics Current System

RE: freopen failed, core dumped

2014-09-01 Thread Gery .
I forgot to add the stack trace, here it is: $ cat suradon.exe.stackdump Stack trace: Frame     Function  Args 0028A618  61030562 (00D4, EA60, 00A4, 0028A678) 0028A738  610DAEDD (, , 0003, ) Any ideas? -- Problem

Question about apache2

2014-08-19 Thread Gery .
:3f57:ff97%7]:546  *:*   UDP    [fe80::f418:15ef:b5b9:a1df%3]:1900  *:* I think the last row is related to the message above pointing to fe80::f418:15ef:b5b9:a1df. Would that be a problem? if so, how could I solve that? Thanks in advance for any suggestions, Gery

RE: Question about apache2

2014-08-19 Thread Gery .
and that message disappeared, so that was the missing part. Thanks again for your suggestions, cheers, Gery PS. Btw, your English is not terrible 8-) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation

cygwin now supports shared libraries?

2014-08-16 Thread Gery .
Hello, I though that Cygwin did not support shared libraries, I read it somewhere in the past, but now I am installing GEOS 3.4.2 (http://trac.osgeo.org/geos/) and I noticed this after the configure (it's just part of the long list of messages): checking whether the gcc linker

i686-pc-cygwin/bin/ld: cannot find -lpostgres

2014-08-16 Thread Gery .
/makefiles/../../src/Makefile.shlib:377: recipe for target 'postgis-2.2.dll' failed make[1]: *** [postgis-2.2.dll] Error 1 In my cygwin (latest version, 32-bit), postgres.exe is in /usr/sbin and this path is already in $LD_LIBRARY_PATH in my .bashrc. How can I solve that? Thanks for any hints, Gery

RE: [postgis-users] FW: json/json.h: No such file or directory

2014-08-16 Thread Gery .
, etc, so, nicely installed. I'll ask if some other open-source software can also be added in the Science package, such as gmt, gdal, geos, su, mb, etc. Thanks again, Cheers, Gery __ Piensa en el medio

Re: i686-pc-cygwin/bin/ld: cannot find -lpostgres

2014-08-16 Thread Gery .
in the PostGIS mailing list also, perhaps someone else can find the solution there. Thanks again, Gery On 16/08/2014 20:39, Gery . wrote: Hello, I'm trying to install postgis 2.2.0dev (http://postgis.net/stuff/postgis-2.2.0dev.tar.gz), but I got an error saying: /usr/lib/gcc/i686-pc-cygwin/4.8.3

Re: OpenMPI Fails to Run

2014-08-16 Thread Gery .
, Gery Sent from my iRon On Aug 17, 2014, at 1:10, Altman, Eric eric.alt...@yale.edu wrote: I am trying to run MPI programs under Cygwin64 version 1.15.1-4 with OpenMPI version 1.7.5-1. The computer is an i7 running Windows 8.0. I do not have any issues compiling programs, but I get

Re: Same mirror data with both Cygwin setup.exe?

2014-08-12 Thread Gery
, they did not worked properly either. Why? I have no clue. That's why I'll try cygwin32 now. I'll download everything again, so I can test this from a fresh installation. Thank again for your answers, Cheers, Gery Sent from my iRon On Aug 11, 2014, at 23:54, David Stacey drsta...@tiscali.co.uk wrote

Same mirror data with both Cygwin setup.exe?

2014-08-11 Thread Gery .
32-bit (so, use the setup 32-bit) but with the same data mirror. Thanks for any pointers, Gery

Same mirror data with both Cygwin setup.exe?

2014-08-11 Thread Gery .
32-bit (so, use the setup 32-bit) but with the same data mirror. Thanks for any pointers, Gery Sent from my iRon -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http

TinyXML problem

2011-08-24 Thread Gery .
=== I have: CYGWIN_NT-5.1 gery 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin So, please, is there a way to solve this problem without uninstalling my current cygwin version and upgrading to the current 1.7 version of Cygwin? Any hints are very welcome, thanks in advance. Best

Fortran program error message

2011-02-28 Thread Gery Herbozo Jimenez
grateful for you time and attention, Gery -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml

Re: selection to clipboard in xterm

2010-09-24 Thread Gery
Hallo Sven Did you use the middle button of the mouse to paste the highligthed text? Sent from my iPod. On Sep 24, 2010, at 2:29, Sven Severus s.seve...@hima.com wrote: Hello, a couple of weeks ago I installed cygwin (1.7.5) on my new Win7-PC. On my old XP-PC the xterm-selection was a

Re: Can't use Alt- Commands in xterm

2010-02-18 Thread Gery
Instead of the Alt key, you have to use the Alt Gr key, then you'll get all symbols you need in the xterm. Sent from my iPod. On Feb 18, 2010, at 4:25, Thomas Dickey dic...@his.com wrote: On Thu, 18 Feb 2010, Craig Moore wrote: Hi, I cannot execute commands using the Alt key. For

Re: Cut Paste problem between X windows

2009-11-12 Thread Gery
Sounds weird, perhaps you've tried already but did you just highlight the word in the xterm (without clicking) to copy it and then (in some other place) press the middle (button 2) to paste it?I saw some friends having this little problem time ago. Sent from my iPod On Nov 12, 2009, at

RE: 'run xterm' fails to open a window

2009-11-03 Thread Gery Herbozo Jimenez
Have you tried just starting the XWin server first and the the xterm? it looks like the X server doesn't recognize that line command. Date: Tue, 3 Nov 2009 09:27:23 -0500 From: kbr...@cornell.edu To: cygwin-xfree@cygwin.com Subject: 'run xterm' fails to open a window I don't know if

RE: 'run xterm' fails to open a window

2009-11-03 Thread Gery Herbozo Jimenez
the xterm icon.= Simple like that. I don't write run or something like that in anycase. =20 Hope this helps=2C =20 Cheers=2C=20 Gery =20 Date: Tue=2C 3 Nov 2009 11:12:36 -0800 From: cyg...@tlinx.org To: mail...@fievel.be CC: cygwin-xf...@cygwin.com=3b gameji...@hotmail.com Subject: Re: 'run xterm

RE: Cut Paste problem between X windows

2009-09-15 Thread Gery Herbozo Jimenez
term is different, you have to change the properties and put quick mode, then highlight a text, press return and paste with the right button (this last directions just work under the bash term!). Hope this helps, Gery

RE: C++ script doesn't work using g++

2009-09-14 Thread Gery Herbozo Jimenez
Thanks for your answer Larry. I'll try in the same way you did. It's a pity cygwin doesn't support borland c++. Cheers, Gery Date: Fri, 11 Sep 2009 15:57:22 -0400 From: reply-to-list-only...@cygwin.com To: gameji...@hotmail.com Subject: Re: C

RE: C++ script doesn't work using g++

2009-09-14 Thread Gery Herbozo Jimenez
:). Gery Herbozo Jimenez wrote: I have a simple script: #include #include int main() { clrscr(); coutHallo; getch(); } It looks like your include statements are missing what they are supposed to include. I made a guess that they should be as follows: #include #include However

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
identifier is reported only once for each function it appears in.) hallo.cpp:8: error: `getch' undeclared (first use this function) Someone knows why? I tested it under borland c++ (v.5) in windows and works perfectly. Any hint is grateful. Gery

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
: error: (Each undeclared identifier is reported only once for each function it appears in.) hallo.cpp:8: error: `getch' undeclared (first use this function) Someone knows why? I tested it under borland c++ (v.5) in windows and works perfectly. Any hint is grateful. Gery

C++ script doesn't work using g++

2009-09-11 Thread Gery Herbozo Jimenez
identifier is reported only once for each function it appears in.) hallo.cpp:8: error: `getch' undeclared (first use this function) Someone knows why? I tested it under borland c++ (v.5) in windows and works perfectly. Any hint is grateful. Gery

RE: I cannot use cygwin

2009-06-11 Thread Gery Herbozo Jimenez
(at least in my case!). Hope this helps, Gery Date: Thu, 11 Jun 2009 16:35:12 -0400 From: ajmen...@purdue.edu To: cygwin-xfree@cygwin.com Subject: I cannot use cygwin Hello, I am trying to use cyg win and StartX to run a software but it is not working; I attach an image

RE: Pipe (|) symbol under spanish keybord in xterm

2009-05-18 Thread Gery Herbozo Jimenez
(with the 'Ñ' key). Hope this helps for other spanish user. Best Regards, Gery. Date: Wed, 13 May 2009 21:28:33 +0100 From: To: cygwin-xfree@cygwin.com CC: gameji...@hotmail.com Subject: Re: Pipe (|) symbol under spanish keybord in xterm Gery Herbozo Jimenez wrote: Thanks

RE: Error: Can't open display: 127.0.0.1:0.0

2009-05-04 Thread Gery Herbozo Jimenez
I don't know if it helps but once the same message appeared in my xterm when I was trying to load some seismic data in cygwin. My problem was fixed easy, just changing the X11 paths on the Seismic unix software's Makefile.config. After re-installed, everything went fine. Date: Mon, 4

Pipe (|) symbol under spanish keybord in xterm

2009-04-08 Thread Gery Herbozo Jimenez
I've been working for a while with a spanish keyboard and up to now I don't know how to get the pipe (|) symbol in my xterm terminal. However, I do get it in the bash terminal without problems using Ctrl + Alt + 1. When I follow this step in the xterm I get this insted of the pipe: (arg:

RE: Pipe (|) symbol under spanish keybord in xterm

2009-04-08 Thread Gery Herbozo Jimenez
11:10:17 -0400 Subject: Re: Pipe (|) symbol under spanish keybord in xterm From: markjr...@gmail.com To: cygwin-xfree@cygwin.com On Wed, Apr 8, 2009 at 10:37 AM, Gery Herbozo Jimenez wrote: I've been working for a while with a spanish keyboard http://x.cygwin.com/docs/faq/cygwin-x-faq.html#q

RE: Restore Alt-Ctl-Backspace As Server Kill

2009-02-03 Thread Gery Herbozo Jimenez
This is not the central issue - the issue is that VirtuaWin may be prematurely killing the session. oh! sorry, I hope you find the answer you're looking for, and soon! _ Consigue gratis el nuevo Messenger. ¡Descárgatelo!

RE: Restore Alt-Ctl-Backspace As Server Kill

2009-02-03 Thread Gery Herbozo Jimenez
I really hate the assignment of Alt-F4 to kill a running X-server. What magic must I perform to set it back to the more traditional Alt-Ctl-Backspace combo? Thanks. Ideas? Why don't you use just the 'exit' word on your xterm and then right click on your 'X server' icon to close/exit

Under cygwin -- Skewed clock detected. Your build may be incomplete

2009-01-09 Thread Gery Herbozo Jimenez
to NTFS). My delay is 0.0005 seconds!. How can I fix this problem? or How could I synchronize under cygwin both cygwin (Make) and my Windows (PC) to avoid this problem? I really need your support guys to solve this problem. Any hint is very appreciated. Thanks in advance. Regards, Gery