<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 6 June 2013 00:02, Martin Nöthig <span dir="ltr"><<a href="mailto:elnecesario7@googlemail.com" target="_blank">elnecesario7@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><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 style="white-space:pre-wrap">       </span>curl -O <a href="http://psbmini.ucsc.edu/%7Ewgscott/downloads/fink_for_10.8_64bit_base_install_aptsources_sw.tgz" target="_blank">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 style="white-space:pre-wrap">  </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 style="white-space:pre-wrap">     </span>cd /.</div><div style="margin:0px;font-size:12px;font-family:Courier"><span style="white-space:pre-wrap">    </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 style="white-space:pre-wrap">  </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 style="white-space:pre-wrap">     </span></div><div style="margin:0px;font-size:12px;font-family:Courier"><span style="white-space:pre-wrap"> </span>source /sw/bin/init.sh</div><div style="margin:0px;font-size:12px;font-family:Courier">
<span style="white-space:pre-wrap">     </span>fink scanpackages</div><div style="margin:0px;font-size:12px;font-family:Courier"><span style="white-space:pre-wrap">        </span>sudo apt-get update</div><div style="margin:0px;font-size:12px;font-family:Courier">
<span style="white-space:pre-wrap">     </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></blockquote><div><br></div>
<div style>This would have installed a pre-compiled Geany so the lack of any build tools would not have shown.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><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 style="white-space:pre-wrap">       </span>Martins-MacBook-Pro:geany-plugins-master Martin$ configure</font></div>
<div style="margin:0px"><font face="Courier"><span style="white-space:pre-wrap">        </span>-bash: configure: command not found</font></div><div style="margin:0px"><font face="Courier">, though I can find a file named "<a href="http://configure.ac" target="_blank">configure.ac</a>"</font></div>
<div style="margin:0px"><font face="Courier">Same with make</font></div></div></div></blockquote><div><br></div><div style>Was this a git download? If it doesn't have a configure script it sounds like it.  In which case you need the build tools to build the plugins including autotools, make, C compiler and whatever other dependencies the plugins define.</div>
<div style><br></div><div style>Try one of the tarball downloads, at least they will have configure, but you will still need to install make and whatever other dependencies are needed.</div><div style><br></div><div style>
Cheers</div><div style>Lex</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div style="margin:0px"><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><div>
<div class="h5"><br><div><div>On 05.06.2013, at 14:18, Charles Johannisen <<a href="mailto:charles.johannisen@tray-international.com" target="_blank">charles.johannisen@tray-international.com</a>> wrote:</div><br><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" target="_blank">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" target="_blank">Users@lists.geany.org</a><br><a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br><a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div></div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div>