From neteler at osgeo.org Fri Jul 3 18:59:32 2009 From: neteler at osgeo.org (Markus Neteler) Date: Fri Jul 3 18:59:34 2009 Subject: [GRASS-windows] RE: RE: Re: grass 6.3.0 cannot type in grass63 text window In-Reply-To: <000001c9f019$c76ba8e0$5642faa0$@net> References: <000001c9f019$c76ba8e0$5642faa0$@net> Message-ID: <86782b610907031559s500c6e40id020986e992c98a8@mail.gmail.com> hi Rick, sorry, I have no clue (no windows user). Perhaps a security measure on your PC? Markus On Thu, Jun 18, 2009 at 3:36 PM, Rick Thompson wrote: > Hi Markus, > > ??????????????? Hope you?re doing well. > > I did not hear any comments on the list regarding the terminal window issue > I experienced with cygwin grass 6.3.0. Do you have any ideas or recent > experience from you or someone else who might has tested against possible > updated cygwin libraries? > > > > Thanks for any comment. > > Best Regards. > > Rick > > > > > > From: Rick Thompson [mailto:rthompson1743@att.net] > Sent: Tuesday, June 09, 2009 8:28 AM > To: 'grass-windows@lists.osgeo.org' > Cc: 'Markus Neteler' > Subject: RE: Re: grass 6.3.0 cannot type in grass63 text window > > > > Hi Markus, > > ????? The terminal window itself is not allowing typed commands or executing > scripts. There are no error messages and the GUI works fine. This action did > not occur on my original install, but now updated cygwin libraries are in > place. > > Thanks. > > Rick > > _______________________________________________ > grass-windows mailing list > grass-windows@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-windows > > From neteler at osgeo.org Fri Jul 3 19:04:02 2009 From: neteler at osgeo.org (Markus Neteler) Date: Fri Jul 3 19:04:04 2009 Subject: [GRASS-windows] please help - GRASS crashes at start-up In-Reply-To: References: Message-ID: <86782b610907031604p3a277f93ia38a7b3bdb74342f@mail.gmail.com> Hi Peter, does g.region -p work? That's essentially a test if GDAL works. Markus On Fri, Jun 26, 2009 at 11:20 PM, Peter Sullivan wrote: > Hello - > > I am trying to launch GRASS GIS 6.4.0svn(TclTk) for the first time on > Windows Vista-32 Home Premium, and am receiving a sequence of error messages > following? location/mapset window. > > (I ran an advanced install of all applications on 6/26/09, downloaded sample > data sets for both SD and NC, and specified directories for location/mapset > as shown in the first-timse user tutorial). > > The error occurs after I click "Enter GRASS". Program starts to launch, then > I get an error message: > "g.region.exe has stopped working" > > I have two options: 'Check online for a solution and close' or just > 'close'. > > After clicking either of above, I then get: > "Error setting region (Problem with g.region?): child killed: unknown > signal" > > Again I get the same options to close as above, and another error message: > "g.proj.exe has stopped working" > > Then a final message: > g.proj or projection error: child killed: unknown signal > > An "Error in startup script" then appears, listing approx. 8 > application/programming areas where errors seem to have occurred. > > Then the program shuts down, except the command prompt screen remains. > > I am not new to GIS, but have little background in programming and no idea > how to troubleshoot this. None of the issues or tickets within the GRASS > site appear to address this problem either. > > Any suggestions out there?? I look forward to digging into the GRASS, so > help is greatly appreciated. > > Thank you, > > Pete Sullivan > > > > _______________________________________________ > grass-windows mailing list > grass-windows@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-windows > > From lalita.k at iworktech.com Wed Jul 15 09:28:01 2009 From: lalita.k at iworktech.com (Lalita Kadam) Date: Wed Jul 15 09:28:04 2009 Subject: [GRASS-windows] call dll of grass from java Message-ID: <21c4cfbf0907150628q68a7d7dbxd5b41b0fbb0f3027@mail.gmail.com> I am trying to call dll of grass from java. following error occured when run java application: Error: This application has failed to start because libgrass_gis.6.3.0.dll was not found. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/grass-windows/attachments/20090715/fc21e983/attachment.html From lalita.k at iworktech.com Wed Jul 15 09:50:11 2009 From: lalita.k at iworktech.com (Lalita Kadam) Date: Wed Jul 15 09:50:13 2009 Subject: [GRASS-windows] Call dll from java Message-ID: <21c4cfbf0907150650m2a24fcb2q9ac5e9da4c58bdb0@mail.gmail.com> I am trying to use and evaluate the Jinvoke . I did all samples . it works well . But when I started with your Calling C/C++ DLLs from Java example Java Code is as follows : * import* com.jinvoke.JInvoke; *import* com.jinvoke.CallingConvention; *import* com.jinvoke.NativeImport; *public* *class* create { @NativeImport(library= "C:\\msys\\1.0\\local\\src\\grass-6.3.0\\vector\\v.dllcreate\\v.dllcreate.dll" ,convention=CallingConvention.*CDECL*) *public* *static* *native* *void* funcGUIforCSVcreator(*int* num, String name); *public* *static* *void* main(String[] args) { JInvoke.*initialize*(); *funcGUIforCSVcreator*(1,"Dll created for test"); } } It got compiled, on running I am getting follwing error : J/Invoke: LICENSED FOR EVALUATION USE ONLY. Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load native library C:\msys\1.0\local\src\grass-6.3.0\vector\v.dllcreate\v.dllcreate.dll. Ensure that 1) it exists in the java.library.path, or 2) specify it's full, correct path on the file system, and 3) ensure that it's dependencies are present in java.library.path at com.jinvoke.JInvoke.InitMethod(*Native Method*) at com.jinvoke.JInvoke.initialize(*JInvoke.java:146*) at create.main(*create.java:12*) Can you assist me in rectifying the error -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/grass-windows/attachments/20090715/055d0415/attachment.html From neteler at osgeo.org Wed Jul 15 15:33:31 2009 From: neteler at osgeo.org (Markus Neteler) Date: Wed Jul 15 15:33:35 2009 Subject: [GRASS-windows] Call dll from java In-Reply-To: <21c4cfbf0907150650m2a24fcb2q9ac5e9da4c58bdb0@mail.gmail.com> References: <21c4cfbf0907150650m2a24fcb2q9ac5e9da4c58bdb0@mail.gmail.com> Message-ID: <86782b610907151233v22a5cbd8o7bd24729226d75c1@mail.gmail.com> Please consider to use GRASS 6.4 for this since its Windows portability was significantly improved. Download here: http://grass.osgeo.org/grass64/binary/mswindows/ Markus On Wed, Jul 15, 2009 at 3:50 PM, Lalita Kadam wrote: > I am trying to use and evaluate the Jinvoke . I did all samples . it works > well . But when I started with your > Calling C/C++ DLLs from Java example > Java Code is as follows : > > > import > > com.jinvoke.JInvoke; > > import com.jinvoke.CallingConvention; > > import com.jinvoke.NativeImport; > > public class create { > > @NativeImport(library="C:\\msys\\1.0\\local\\src\\grass-6.3.0\\vector\\v.dllcreate\\v.dllcreate.dll",convention=CallingConvention.CDECL) > > public static native void funcGUIforCSVcreator(int num, String name); > > public static void main(String[] args) { > > JInvoke.initialize(); > > funcGUIforCSVcreator(1, > > "Dll created for test"); > > } > > } > > It got compiled, on running I am getting follwing error : > > J/Invoke: LICENSED FOR EVALUATION USE ONLY. > > Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load > native library > C:\msys\1.0\local\src\grass-6.3.0\vector\v.dllcreate\v.dllcreate.dll. > > Ensure that > > 1) it exists in the java.library.path, or > > 2) specify it's full, correct path on the file system, and > > 3) ensure that it's dependencies are present in java.library.path > > at com.jinvoke.JInvoke.InitMethod( > > Native Method) > > at com.jinvoke.JInvoke.initialize( > > JInvoke.java:146) > > at create.main( > > create.java:12) > > > > Can you assist me in rectifying the error > > _______________________________________________ > grass-windows mailing list > grass-windows@lists.osgeo.org > http://lists.osgeo.org/mailman/listinfo/grass-windows > > From lalita.k at iworktech.com Mon Jul 20 02:36:55 2009 From: lalita.k at iworktech.com (Lalita Kadam) Date: Mon Jul 20 02:36:57 2009 Subject: [GRASS-windows] call grass dll form java Message-ID: <21c4cfbf0907192336m4c0c3801y4ed955d18cd5d428@mail.gmail.com> I am trying to call dll of grass form java using Eclipse Following is code of java: *import* com.jinvoke.JInvoke; *import* com.jinvoke.CallingConvention; *import* com.jinvoke.NativeImport; *public* *class* create { @NativeImport(library= "C:\\msys\\1.0\\local\\src\\grass-6.3.0\\vector\\v.dllcreate\\v.dllcreate.dll" ,convention=CallingConvention.*CDECL*) //System.load("C:\\*msys*\\1.0\\local\\*src*\\grass-6.3.0\\vector\\v.* dllcreate*\\v.*dllcreate*.*dll*"); //System.out.*println*("loaded") //System.loadLibrary("C:\\*msys*\\1.0\\local\\*src*\\grass-6.3.0\\vector\\v. *dllcreate*\\v.*dllcreate*.*dll*"); *public* *static* *native* *void* funcGUIforCSVcreator(*int* num, String name); *public* *static* *void* main(String[] args) { JInvoke.*initialize*(); System.*out*.println("Intialize completed"); *funcGUIforCSVcreator*(1,"Dll created for test"); System.*out*.println("Dll call"); } } Following is the error when we run java code as java application: An unexpected error has been detected by HotSpot Virtual Machine: # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77c478c0, pid=7592, tid=9384 # Java VM: Java HotSpot(TM) Client VM (1.5.0_13-b05 mixed mode, sharing) # Problematic frame: # C [MSVCRT.dll+0x378c0] # An error report file with more information is saved as hs_err_pid7592.log Assist me to rectify this error -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.osgeo.org/pipermail/grass-windows/attachments/20090720/f41dccf1/attachment.html From colin.nielsen at gmail.com Thu Jul 30 08:50:27 2009 From: colin.nielsen at gmail.com (Colin Nielsen) Date: Thu Jul 30 08:56:32 2009 Subject: [GRASS-windows] New Native WinGrass Release (6.4.x) Message-ID: A new version of the native WinGrass installer (not OSGeo4W or Cygwin) has been posted on the GRASS download page. This release is based on GRASS 6.4.0svn (r38537) and fixes some problems with the Location Wizard among other things. Download here: http://grass.osgeo.org/download/index.php#g64x For known issues check: http://grass.osgeo.org/grass64/binary/mswindows/native/#Known_Issues Please test and report any other problems. -Colin From ravivundavalli at yahoo.com Thu Jul 30 17:33:00 2009 From: ravivundavalli at yahoo.com (Ravi) Date: Thu Jul 30 17:39:43 2009 Subject: [GRASS-windows] Net work analysis Message-ID: <835252.27624.qm@web65606.mail.ac4.yahoo.com> Hi, as on GRASS windows points cannot be mouse picked for input .. any suggestions say for; Giving Point A and Point B (X,Y) for shortest path.? Ravi See the Web's breaking stories, chosen by people like you. Check out Yahoo! Buzz. http://in.buzz.yahoo.com/ From mlennert at club.worldonline.be Fri Jul 31 04:35:51 2009 From: mlennert at club.worldonline.be (Moritz Lennert) Date: Fri Jul 31 04:35:55 2009 Subject: [GRASS-windows] Net work analysis In-Reply-To: <835252.27624.qm@web65606.mail.ac4.yahoo.com> References: <835252.27624.qm@web65606.mail.ac4.yahoo.com> Message-ID: <4A72ACE7.3000601@club.worldonline.be> On 30/07/09 23:33, Ravi wrote: > Hi, as on GRASS windows points cannot be mouse picked for input .. Actually, you cannot do this on any platform in grass7... And in grass6, you have to use x-monitors to do that. > any suggestions say for; Giving Point A and Point B (X,Y) for > shortest path.? Currently, the only way is to use v.net.path with coordinates in a text file. To get those coordinates you can use the interrogation tool in the Map Display window, click on the desired points and copy-paste the coordinates. Not the ideal, but until someone programs a script which will do this "automagically", this is the only way to go. The advantage of doing this is that you will get and actual vector map with your shortest path lines, and not just a line of the display which disappears when you close the display. Also, it is easy to understand later what you did (i.e. which were the coordinates used) if you have the text file, something that is not possible if you only use the interactive d.path. Moritz