AutoHotkey Community

It is currently May 27th, 2012, 3:40 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 552 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 37  Next
Author Message
 Post subject:
PostPosted: July 19th, 2010, 3:44 pm 
Offline

Joined: August 3rd, 2009, 4:44 pm
Posts: 69
Location: UK
thanks for the info


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2010, 4:16 pm 
Offline

Joined: August 3rd, 2009, 4:44 pm
Posts: 69
Location: UK
does ironahk have to be installed for the nightly build to work? because all im able to do atm is create a 2kb exe that crashes straight away on loading, and that is with your example.ahk. Ive tried disabling my sandbox, HIPS and anti-virus all at the same time but with no change to the result


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2010, 4:52 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
horntail wrote:
does ironahk have to be installed for the nightly build to work?

No, your compiled script will only work if the .dlls are installed or in the same folder, at least until we debut enable the smart compiler.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2010, 5:07 pm 
Offline

Joined: August 3rd, 2009, 4:44 pm
Posts: 69
Location: UK
its exactly as it was after extracting the zip


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2010, 6:32 pm 
Offline

Joined: August 3rd, 2009, 4:44 pm
Posts: 69
Location: UK
ive just checked and found that it works perfectly in the installed build (0.5.7 i believe) but it doesnt work with the latest nightly build


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 19th, 2010, 10:27 pm 
Offline

Joined: July 4th, 2010, 9:59 am
Posts: 5
polyethene wrote:
randydrew6 wrote:
im running under admin

Are you using the 64 bit installer? Try the 32 bit one. I only tested them on Windows 7 so I may update with a 0.5.9 if I run into any problems on my XP VM.

I am running XP. I just tried that installer and got the same result.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 20th, 2010, 4:06 am 
Offline

Joined: April 9th, 2010, 7:07 pm
Posts: 6
Current nightly doesn't work, can't even run the example.

Quote:
Could not execute: Value of 'null' is not valid for 'stream'.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 22nd, 2010, 10:54 am 
ChimeraObscura wrote:
Current nightly doesn't work, can't even run the example.

Quote:
Could not execute: Value of 'null' is not valid for 'stream'.


I'm having the same issue with the nightly build. Running XP sp3, any help would be appreciated!

And how's v0.7 coming along?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 22nd, 2010, 2:24 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Anonymous wrote:
I'm having the same issue with the nightly build.

There appears to be something wrong with the build server and I plan to check this as soon as I can (but if I can't get out of the office I'll ask Tobias to do it) ;)

If you have Visual Studio 2010 or MonoDevelop (specifically mono-xbuild) you can download the source and build it yourself simply by typing make in command prompt or terminal.

Edit: issue fixed.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2010, 2:11 am 
i am a mac newb trying to get this working, but having problems...i successfully managed to get ahk working on my windows based computr, but cant seem to figure this one out with my limited computer/mac knowledge...i have a script from ahk that i would like to run...any instructions would be apppreciated starting with how to even get it to dl properly


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 26th, 2010, 4:20 pm 
Offline

Joined: May 5th, 2010, 1:51 pm
Posts: 3
jcook wrote:
i am a mac newb trying to get this working, but having problems...i successfully managed to get ahk working on my windows based computr, but cant seem to figure this one out with my limited computer/mac knowledge...i have a script from ahk that i would like to run...any instructions would be apppreciated starting with how to even get it to dl properly


dl the sources from the link here:

http://gitorious.org/ironahk/mainline/trees/master

unable to get them to build myself but at least it's a starter..


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2010, 8:11 am 
Offline

Joined: May 5th, 2010, 1:51 pm
Posts: 3
... if anyone could give me any pointer's on these error messages i'm getting when trying to run make on the sources from mainline on debian i'd much appreciate it, bearing in mind that i'm a fool of the highest order :¬)

Code:
for dir in Deploy IronAHK Rusty Scripting Tests; do \
      for sub in "bin" obj; do \
         if [ -d "${dir}/${sub}" ]; then rm -R "${dir}/${sub}"; fi \
      done; \
   done;
if [ -d "bin" ]; then rm -R "bin"; fi
xbuild "/property:Configuration=Release"
XBuild Engine Version 2.4.4.0
Mono, Version 2.4.4.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.

Build started 27/07/2010 09:06:24.
__________________________________________________
Project "/ironahk-mainline/IronAHK.sln" (default target(s)):

   Target ValidateSolutionConfiguration:
      Building solution configuration "Release|Any CPU".

   Target Build:
      Project "/ironahk-mainline/Rusty/Rusty.csproj" (default target(s)):
      
         Target _ValidateEssentialProperties:
      
         Target PrepareForBuild:
            Configuration: Release Platform: AnyCPU
            Created directory "bin/Release/"
            Created directory "obj/Release/"
      
         Target SplitProjectReferencesByExistent:
      
         Target ResolveProjectReferences:
      
         Target ResolveAssemblyReferences:
      
         Target CopyFilesMarkedCopyLocal:
      
         Target AssignTargetPaths:
      
         Target SplitResourcesByCulture:
      
         Target CreateManifestResourceNames:
      
         Target GenerateResources:
      
         Target GenerateSatelliteAssemblies:
         Skipping target "GenerateSatelliteAssemblies" because its outputs are up-to-date.
      
         Target CoreCompile:
            Tool /usr/bin/gmcs execution started with arguments: /noconfig /debug- /keyfile:Rusty.snk /optimize+ /out:obj/Release/IronAHK.Rusty.dll Core/Common/Conversions.cs Core/Common/Gui.cs Core/Common/Crypt.cs Core/Common/Options.cs Core/Common/Reflection.cs Core/Common/Initialisers.cs Core/Crypt.cs Core/Core.cs Core/Disk.cs Core/Gui/Dialogs/Input.cs Core/Gui/Dialogs/Progress.cs Core/Gui/Dialogs/Splash.cs Core/Gui/HotkeyBox.cs Core/Gui/Menu.cs Core/Gui/Info.cs Core/Gui/Tips.cs Core/Gui/Dialogs.cs Core/PInvoke.cs Core/Environment.cs Core/Flow.cs Core/Common/Misc.cs Core/Gui/Gui.cs Core/Gui/ImageList.cs Core/Gui/ListView.cs Core/Gui/StatusBar.cs Core/Gui/TreeView.cs Core/Ini.cs Core/Json.cs Core/Keyboard.cs Core/Common/Keywords.cs Core/Loop.cs Core/Math.cs Core/Screen.cs Core/Mouse.cs Core/Process.cs Core/Common/Properties.cs Core/Registry.cs Core/Sound.cs Core/Accessors.cs Core/String.cs Core/Window.cs Extras/CRC32.cs Extras/SimpleJson/SimpleJSON.cs Core/Common/KeyboardHook.cs Linux/Linux.cs Linux/PlatformInvokes.cs Linux/Structs.cs Extras/SimpleJson/Decode.cs Extras/SimpleJson/Encode.cs Properties/AssemblyInfo.cs Windows/KeyboardHook.cs Windows/Misc.cs Windows/Input.cs Windows/Windows.cs Linux/KeyboardHook.cs Linux/Mapping.cs /target:library /unsafe+ /define:TRACE;LEGACY;WIN32 /doc:bin/Release/IronAHK.Rusty.xml /reference:/usr/lib/mono/2.0/System.dll /reference:/usr/lib/mono/2.0/System.Drawing.dll /reference:/usr/lib/mono/2.0/System.Windows.Forms.dll /warn:4
Core/Crypt.cs(18,65): error CS0241:  Default parameter specifiers are not permitted
Core/Crypt.cs(31,65): error CS0241:  Default parameter specifiers are not permitted
Core/Crypt.cs(44,70): error CS0241:  Default parameter specifiers are not permitted
Core/Crypt.cs(60,71): error CS0241:  Default parameter specifiers are not permitted
Core/Crypt.cs(155,52): error CS0241:  Default parameter specifiers are not permitted
Core/Crypt.cs(155,84): error CS0241:  Default parameter specifiers are not permitted
Core/Crypt.cs(155,106): error CS8032:  Internal compiler error during parsing, Run with -v for details
Core/Crypt.cs(155,106): error CS1038:  #endregion directive expected
Core/Disk.cs(18,57): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(18,76): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(29,79): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(91,76): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(115,79): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,82): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,106): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,124): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,149): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,167): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,189): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(168,209): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(238,77): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(288,79): error CS0241:  Default parameter specifiers are not permitted
Core/Disk.cs(352,76): error CS0241:  Default parameter specifiers are not permitted
Core/PInvoke.cs(275,53): error CS0241:  Default parameter specifiers are not permitted
Core/PInvoke.cs(275,72): error CS0241:  Default parameter specifiers are not permitted
Core/PInvoke.cs(299,65): error CS0241:  Default parameter specifiers are not permitted
Core/PInvoke.cs(299,84): error CS0241:  Default parameter specifiers are not permitted
Core/PInvoke.cs(350,67): error CS0241:  Default parameter specifiers are not permitted
Core/PInvoke.cs(350,85): error CS0241:  Default parameter specifiers are not permitted
Core/Ini.cs(15,74): error CS0241:  Default parameter specifiers are not permitted
Core/Ini.cs(35,103): error CS0241:  Default parameter specifiers are not permitted
Core/Mouse.cs(130,95): error CS0241:  Default parameter specifiers are not permitted
Core/Mouse.cs(130,114): error CS0241:  Default parameter specifiers are not permitted
Core/Mouse.cs(192,100): error CS0241:  Default parameter specifiers are not permitted
Core/String.cs(156,67): error CS0241:  Default parameter specifiers are not permitted
Core/String.cs(156,94): error CS0241:  Default parameter specifiers are not permitted
Core/String.cs(582,66): error CS0241:  Default parameter specifiers are not permitted
         Task "Csc" execution -- FAILED
         Done building target "CoreCompile" in project "/ironahk-mainline/Rusty/Rusty.csproj".-- FAILED
      
         Target _GetCompileOutputsForClean:
      
         Target _RecordCleanFile:
      
      Done building project "/ironahk-mainline/Rusty/Rusty.csproj".-- FAILED
      
   Task "MSBuild" execution -- FAILED
   Done building target "Build" in project "/ironahk-mainline/IronAHK.sln".-- FAILED

Done building project "/ironahk-mainline/IronAHK.sln".-- FAILED

Build FAILED.
Errors:

/ironahk-mainline/IronAHK.sln (default targets) ->
(Build target) ->
/ironahk-mainline/Rusty/Rusty.csproj (default targets) ->
(CoreCompile target) ->

   Core/Crypt.cs(18,65): error CS0241:  Default parameter specifiers are not permitted
   Core/Crypt.cs(31,65): error CS0241:  Default parameter specifiers are not permitted
   Core/Crypt.cs(44,70): error CS0241:  Default parameter specifiers are not permitted
   Core/Crypt.cs(60,71): error CS0241:  Default parameter specifiers are not permitted
   Core/Crypt.cs(155,52): error CS0241:  Default parameter specifiers are not permitted
   Core/Crypt.cs(155,84): error CS0241:  Default parameter specifiers are not permitted
   Core/Crypt.cs(155,106): error CS8032:  Internal compiler error during parsing, Run with -v for details
   Core/Crypt.cs(155,106): error CS1038:  #endregion directive expected
   Core/Disk.cs(18,57): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(18,76): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(29,79): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(91,76): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(115,79): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,82): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,106): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,124): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,149): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,167): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,189): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(168,209): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(238,77): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(288,79): error CS0241:  Default parameter specifiers are not permitted
   Core/Disk.cs(352,76): error CS0241:  Default parameter specifiers are not permitted
   Core/PInvoke.cs(275,53): error CS0241:  Default parameter specifiers are not permitted
   Core/PInvoke.cs(275,72): error CS0241:  Default parameter specifiers are not permitted
   Core/PInvoke.cs(299,65): error CS0241:  Default parameter specifiers are not permitted
   Core/PInvoke.cs(299,84): error CS0241:  Default parameter specifiers are not permitted
   Core/PInvoke.cs(350,67): error CS0241:  Default parameter specifiers are not permitted
   Core/PInvoke.cs(350,85): error CS0241:  Default parameter specifiers are not permitted
   Core/Ini.cs(15,74): error CS0241:  Default parameter specifiers are not permitted
   Core/Ini.cs(35,103): error CS0241:  Default parameter specifiers are not permitted
   Core/Mouse.cs(130,95): error CS0241:  Default parameter specifiers are not permitted
   Core/Mouse.cs(130,114): error CS0241:  Default parameter specifiers are not permitted
   Core/Mouse.cs(192,100): error CS0241:  Default parameter specifiers are not permitted
   Core/String.cs(156,67): error CS0241:  Default parameter specifiers are not permitted
   Core/String.cs(156,94): error CS0241:  Default parameter specifiers are not permitted
   Core/String.cs(582,66): error CS0241:  Default parameter specifiers are not permitted

    0 Warning(s)
    37 Error(s)

Time Elapsed 00:00:01.0241250


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2010, 8:30 am 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
jcook wrote:
i am a mac newb trying to get this working, but having problems...i successfully managed to get ahk working on my windows based computr, but cant seem to figure this one out with my limited computer/mac knowledge...i have a script from ahk that i would like to run...any instructions would be apppreciated starting with how to even get it to dl properly

Download the nightly app and drag and drop a script onto it.

tp21 wrote:
... if anyone could give me any pointer's on these error messages i'm getting when trying to run make on the sources from mainline on debian i'd much appreciate it

To build the sources you need the latest version of the Mono C# compiler tools. I use badgerports on Ubuntu for the latest packages which is a lot easier than compiling Mono manually.

Ubuntu instructions (from terminal):

  • Add the line deb http://badgerports.org lucid main to your /etc/apt/sources.list
  • Run
    Code:
    wget -O - http://www.badgerports.org/directhex.ppa.asc | apt-key add -
    apt-get update
    apt-get install monodevelop
  • Build IronAHK again with make
Compiling latest Mono (2.6.7) on any distro:

Code:
wget http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.7.tar.bz2
tar xjvf mono-2.6.7.tar.bz2
rm mono-2.6.7.tar.bz2
cd mono-2.6.7
./configure # --prefix=$HOME/bin
make
make install

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 27th, 2010, 9:03 pm 
Offline

Joined: May 5th, 2010, 1:51 pm
Posts: 3
many thanks for the clear and patient reply, running now!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 29th, 2010, 1:57 pm 
Offline

Joined: December 15th, 2009, 1:48 pm
Posts: 12
1) if download "Nightly" --- "403 Forbidden"
2) DllCall not work in new versions? (from source code)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 552 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 37  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 6 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group