Compiling Plugins on Mac with 2.0.17

Questions or HOWTOs about the above? Post 'em here...
Post Reply
User avatar
allejo
Breaker of Builds
Breaker of Builds
Posts: 809
Joined: Sun Feb 17, 2008 10:01 pm
Location: /dev/null
Contact:

Compiling Plugins on Mac with 2.0.17

Post by allejo »

I have a clean checkout of 2.0.17 and I can compile bzfs, bzadmin, and bzflag with no problems at all. But when I try to compile any plugin individually it keep getting the same error for every plugin. I tried to compile different plugins but I keep getting this similar error for all plugins. I only get this error when I try to compile plugins from the forum.

Code: Select all

Makefile:333: .deps/adminListener_la-adminListener.Plo: No such file or directory
make: *** No rule to make target `.deps/adminListener_la-adminListener.Plo'.  Stop.
When I compiled bz I did the following:

Code: Select all

./autogen
./configure --enable-shared
make
make install
Am I doing something wrong? Is it possible to compile plugins with 2.0.17 on Mac OS 10.6.4?

Thanks
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: Compiling Plugins on Mac with 2.0.17

Post by mrapple »

Yup.

Run this command mv .deps/SAMPLE_PLUGIN_la-SAMPLE_PLUGIN.Plo adminListener_la-adminListener.Plo

Basically the files in .deps didn't get renamed.

Hope this helps :)
Image
User avatar
allejo
Breaker of Builds
Breaker of Builds
Posts: 809
Joined: Sun Feb 17, 2008 10:01 pm
Location: /dev/null
Contact:

Re: Compiling Plugins on Mac with 2.0.17

Post by allejo »

Thanks apple it works.
User avatar
mrapple
Sergeant Major
Sergeant Major
Posts: 460
Joined: Wed May 27, 2009 11:59 am
Location: Unknown
Contact:

Re: Compiling Plugins on Mac with 2.0.17

Post by mrapple »

Anytime :)
Image
Post Reply