Author Topic: Problem Installing new .plugin on linux  (Read 12960 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Problem Installing new .plugin on linux
« Reply #15 on: June 06, 2007, 12:28:45 am »
so it's a bug or shortcoming in the cbplugins :

Since I would say all the rest should be identical like the core and contribs

Quote
<Plugin name="Compiler">
        <Value title="Compiler" />

Quote
lib_LTLIBRARIES = libcompiler.la


Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2775
Re: Problem Installing new .plugin on linux
« Reply #16 on: June 06, 2007, 12:35:12 am »
so it's a bug or shortcoming in the cbplugins :

Since I would say all the rest should be identical like the core and contribs

Quote
<Plugin name="Compiler">
        <Value title="Compiler" />

Quote
lib_LTLIBRARIES = libcompiler.la



Well... forcing unix to use libWhatEver.cbplugin surely tags it as a unix plugin.

Whereas MSWindows uses only WhatEver.cbplugin .

I can live with that. I just didn't know it worked that way. It only took 3/4 day to figure it out. :shock: