compiling on FreeBSD

512 views
Skip to first unread message

Steve Dekorte

unread,
Mar 16, 2013, 7:41:35 PM3/16/13
to lu...@googlegroups.com
Following the git build instructions from the website, compiling luvit on FreeBSD 8.3-RELEASE-p6 #19 r248142M, I get:

$ make
"Makefile", line 43: Missing dependency operator
"Makefile", line 45: Need an operator
"Makefile", line 48: Missing dependency operator
"Makefile", line 50: Need an operator
"Makefile", line 55: Missing dependency operator
"Makefile", line 56: Missing dependency operator
"Makefile", line 58: Need an operator
"Makefile", line 60: Need an operator
"Makefile", line 61: Missing dependency operator
"Makefile", line 63: Need an operator
"Makefile", line 69: Need an operator
"Makefile", line 71: Need an operator
"Makefile", line 77: Missing dependency operator
"Makefile", line 80: Need an operator
"Makefile", line 83: Need an operator
"Makefile", line 85: Missing dependency operator
"Makefile", line 88: Need an operator
"Makefile", line 91: Need an operator
"Makefile", line 95: Missing dependency operator
"Makefile", line 98: Need an operator
"Makefile", line 101: Need an operator
"Makefile", line 105: Missing dependency operator
"Makefile", line 109: Need an operator
"Makefile", line 112: Need an operator
"Makefile", line 115: Missing dependency operator
"Makefile", line 117: Need an operator
"Makefile", line 141: Missing dependency operator
"Makefile", line 143: Need an operator
"Makefile", line 145: Need an operator
"Makefile", line 175: Missing dependency operator
"Makefile", line 177: Need an operator
"Makefile", line 179: Missing dependency operator
"Makefile", line 181: Need an operator
"Makefile", line 183: Missing dependency operator
"Makefile", line 185: Need an operator
"Makefile", line 187: Missing dependency operator
"Makefile", line 189: Need an operator
"Makefile", line 286: Missing dependency operator
"Makefile", line 293: Need an operator
"Makefile", line 316: Missing dependency operator
"Makefile", line 318: Need an operator
make: fatal errors encountered -- cannot continue

Tim Caswell

unread,
Mar 16, 2013, 8:12:01 PM3/16/13
to lu...@googlegroups.com
Try with the other build system using the configure script.  We have two build systems in luvit, one is a hand-written Makefile, the other is a gyp (python build system) based and is triggered by the configure script.  

I've never built on FreeBSD so I'm not much help there.


--
You received this message because you are subscribed to the Google Groups "luvit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to luvit+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Steve Dekorte

unread,
Mar 16, 2013, 8:29:51 PM3/16/13
to lu...@googlegroups.com
Thanks, gyp isn't installed but I've downloaded it's source and unfortunately it has no build instructions or make or configure files (and this box appears to have no package installers), so I'm poking around to try to figure it out. 

agentzh

unread,
Mar 16, 2013, 8:38:21 PM3/16/13
to lu...@googlegroups.com
Hello!

On Sat, Mar 16, 2013 at 4:41 PM, Steve Dekorte <steved...@gmail.com> wrote:
> Following the git build instructions from the website, compiling luvit on
> FreeBSD 8.3-RELEASE-p6 #19 r248142M, I get:
>
> $ make
> "Makefile", line 43: Missing dependency operator

Maybe you should try Gnu make on FreeBSD instead, that is, the "gmake"
command :) It should be in your FreeBSD Ports.

Best regards,
-agentzh

Tim Caswell

unread,
Mar 16, 2013, 8:46:25 PM3/16/13
to lu...@googlegroups.com
Gyp is bundled in the luvit sources.  You don't normally need to install it yourself.  All that's required outside basic build toolchain is a gyp compatible version of python.


--
Reply all
Reply to author
Forward
0 new messages