Thread overview
LLVM D Compiler
Jan 10, 2013
Hex
Jan 10, 2013
David Nadlinger
Jan 11, 2013
Hex
Jan 11, 2013
David Nadlinger
January 10, 2013
Can you help me in compiling .bep file of LLVM  D Compiler so that I make a .zip file?

i am not able to get through the BUILD and INSTALL blocks,,..
and please also tell if it depends on anything or not in the "DEPEND"
Thanx..
January 10, 2013
On Thursday, 10 January 2013 at 20:12:21 UTC, Hex wrote:
> Can you help me […]

Maybe – I'm afraid you have to provide a little more information, though.

What system are you trying to build LDC on? From a quick web search, .bep files seem to be related to a Haiku package manager?

How are you trying to build LDC, and what exactly goes wrong (console logs, environment info, ...)?

What are the »BUILD and INSTALL blocks« you are talking about?

David
January 11, 2013
On Thursday, 10 January 2013 at 20:19:22 UTC, David Nadlinger wrote:
> On Thursday, 10 January 2013 at 20:12:21 UTC, Hex wrote:
>> Can you help me […]
>
> Maybe – I'm afraid you have to provide a little more information, though.
>
> What system are you trying to build LDC on? From a quick web search, .bep files seem to be related to a Haiku package manager?
>
> How are you trying to build LDC, and what exactly goes wrong (console logs, environment info, ...)?
>
> What are the »BUILD and INSTALL blocks« you are talking about?
>
> David

.bep is related to Haiku.You can find more about .bep files on
http://ports.haiku-files.org/wiki/BepFile
and about Haikuporter on
http://ports.haiku-files.org/

I just wanted to how to compile the .bep file which is used to Build and install any software just by compiling it and BUILD and INSTALL blocks cotain the commands to be executed to build and install the file and SRC_URL contains the source URL.I have tried to build the .bep file and have posted on pastebin please have a look and suggest some commands to compile and install.
http://pastebin.com/zXJPJbtg

I have tried building it on Haiku R1/Alpha 4.1.
(https://www.haiku-os.org/)
January 11, 2013
On Friday, 11 January 2013 at 10:50:50 UTC, Hex wrote:
> .bep is related to Haiku.You can find more about .bep files on
> http://ports.haiku-files.org/wiki/BepFile
> and about Haikuporter on
> http://ports.haiku-files.org/

I'm afraid none of the active devs use Haiku, so you are somewhat on your own here. There have been no Haiku-related bug reports recently, but this can just mean that nobody tried to build it there lately.

> I just wanted to how to compile the .bep file which is used to Build and install any software just by compiling it and BUILD and INSTALL blocks cotain the commands to be executed to build and install the file and SRC_URL contains the source URL.I have tried to build the .bep file and have posted on pastebin please have a look and suggest some commands to compile and install.
> http://pastebin.com/zXJPJbtg

The error message you posted is »Error:Port not Found.«, which probably comes from incorrect usage of haikuporter, but certainly doesn't have anything to do with the LDC build system. Might I suggest asking for help on a Haiku-specific forum instead?

I'm just guessing, but you will probably want to add dependencies on CMake and LLVM to your build script, and you are missing a space after »cmake«. Also make sure that the druntime/Phobos Git submodules get checked out by whatever mechanism haikuporter uses.

David