<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Charles,</div><div><br></div><div><br></div><div>thanks for your prompt answer.</div><div><br></div><div>I think it's best to give you all the information about how I build it up, since I don't know what's important and what's irrelevant.</div><div><br></div><div><br></div><div>1. installing geany</div><div>I wanted to install geany via "<font face="Courier">apt-get install geany</font>", but by default it's not supported from the mac os. </div><div><br></div><div>1.2 fink</div><div>So I installed fink via</div><div><div style="margin: 0px; font-size: 12px; font-family: Courier; color: rgb(4, 46, 238); "><span style="color: #000000"><span class="Apple-tab-span" style="white-space:pre">        </span>curl -O <a href="http://psbmini.ucsc.edu/%7Ewgscott/downloads/fink_for_10.8_64bit_base_install_aptsources_sw.tgz">http://psbmini.ucsc.edu/~wgscott/downloads/fink_for_10.8_64bit_base_install_aptsources_sw.tgz</a></span></div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">   </span>sudo mv fink_for_10.8_64bit_base_install_aptsources_sw.tgz  /.</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">   </span>cd /.</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre"> </span>sudo tar xvfz fink_for_10.8_64bit_base_install_aptsources_sw.tgz</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">      </span>sudo rm fink_for_10.8_64bit_base_install_aptsources_sw.tgz</div></div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">        </span></div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">      </span>source /sw/bin/init.sh</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">        </span>fink scanpackages</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">     </span>sudo apt-get update</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><span class="Apple-tab-span" style="white-space:pre">   </span>sudo apt-get dist-upgrade</div><div style="margin: 0px; font-size: 12px; font-family: Courier; "><br></div><div style="margin: 0px; font-size: 12px; ">that worked fine. One thing to notice is, that every time i want to do something with fink in a newly opened terminal, I first have to execute "<font face="Courier">source /sw/bin/init.sh</font>". Otherwise my terminal can't find fink or any of the apt-get functionalities.</div><div style="margin: 0px; font-size: 12px; "><br></div><div style="margin: 0px; font-size: 12px; ">1.3 geany</div><div style="margin: 0px; font-size: 12px; ">Now I can use the commands get-apt, but it's not finding geany.</div><div style="margin: 0px; font-size: 12px; ">Though I found another way to install geany via fink with "<font face="Courier">fink install geany</font>".</div><div style="margin: 0px; font-size: 12px; ">Now Geany works fine :)</div><div style="margin: 0px; font-size: 12px; "><br></div><div style="margin: 0px; font-size: 12px; "><br></div><div style="margin: 0px; font-size: 12px; ">2. geanylua - plugin</div><div style="margin: 0px; font-size: 12px; ">To install the plugin I navigated to the downloaded folder, but my terminal gives me:</div><div style="margin: 0px; "><div style="margin: 0px; "><font face="Courier"><span class="Apple-tab-span" style="white-space:pre">  </span>Martins-MacBook-Pro:geany-plugins-master Martin$ configure</font></div><div style="margin: 0px; "><font face="Courier"><span class="Apple-tab-span" style="white-space:pre"> </span>-bash: configure: command not found</font></div><div style="margin: 0px; "><font face="Courier">, though I can find a file named "configure.ac"</font></div><div style="margin: 0px; "><font face="Courier">Same with make.</font></div><div style="margin: 0px; "><font face="Courier"><br></font></div><div style="margin: 0px; "><br></div><div style="margin: 0px; ">Greets,</div><div style="margin: 0px; ">Martin</div><div style="margin: 0px; "><br></div><div style="margin: 0px; "><br></div></div><br><div><div>On 05.06.2013, at 14:18, Charles Johannisen <<a href="mailto:charles.johannisen@tray-international.com">charles.johannisen@tray-international.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Martin,<br><br>Can you include the error message.<br>It might just be a dependency problem.<br>Did you build geany from source as well?<br><br>Regards<br>Charles<br><br>On 05/06/2013 13:18, Martin Nöthig wrote:<br><blockquote type="cite">Hi geanyusers,<br><br><br>I recently installed geany on my mac (osx 10.8.4) to code in lua and have lua 5.2 installed.<br>For the auto-completion functionality I want to install the geanylua - plugin and here comes my problem.<br><br>I downloaded the plugin from "<a href="https://github.com/geany/geany-plugins/tree/master/geanylua">https://github.com/geany/geany-plugins/tree/master/geanylua</a>" and followed the README and INSTALL instructions, but "configure" or one of the "make" commands are not working.<br><br>How can I get the plugin installed?<br><br>Thank you in advance and please ask for more information if needed.<br><br><br>Greets from Berlin,<br>Martin<br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>https://lists.geany.org/cgi-bin/mailman/listinfo/users<br><br></blockquote><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>https://lists.geany.org/cgi-bin/mailman/listinfo/users<br></blockquote></div><br></body></html>