> -----Original Message-----
> From: Chris Buechler [mailto:cbuech...@gmail.com] 
> Sent: July 22, 2009 10:01 PM
> 
> On Wed, Jul 22, 2009 at 9:37 PM, Evgeny
> Yurchenko<evgeny.yurche...@frontline.ca> wrote:
> >
> > Suddenly I discovered pfSense-development distribution 
> which has compiler (yes, I was that stupid thad had not paid 
> attention that there wer such thing).
> > Now I'd like to play with igmpproxy package. Where do I 
> download source code from? I tried to pick it up from 
> ftp.freebsd.org/pub/FreeBSD/ports/igmpproxy-src-0.1-beta2.tar.
gz and it gives me tons of erros when make.
> > Any hint on reading about approach I should take or brief 
> advice would be greatly appreciated.
> 
> Clone the tools repo at rcs.pfsense.org and see 
> pfPorts/igmpproxy/ Build it just like any port, just need to 
> run 'make' in that directory.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: support-unsubscr...@pfsense.com For 
> additional commands, e-mail: support-h...@pfsense.com
> 
> Commercial support available - https://portal.pfsense.org
> 
Thanks for quick report Chris. I am completely new to this stuff please
bear with me. Trying to accoomplish 'Clone the tools repo at
rcs.pfsense.org' I came to conclusion I need git installed on my
pfSense-dev system. Reading several documents I tried the following
procedure:
echo "WITHOUT_X11=yo" >> /etc/make.conf
portsnap fetch extract -> Success
cd /usr/ports/devel/git && make BATCH=yo && make install BATCH=yo &&
make clean -> Failure after the next:
===>  Building for git-1.6.3.3
...
http-push.c:15:19: error: expat.h: No such file or directory
http-push.c:1241: error: expected ';', ',' or ')' before '*' token
http-push.c: In function 'lock_remote':
http-push.c:1325: error: 'XML_Parser' undeclared (first use in this
function)
http-push.c:1325: error: (Each undeclared identifier is reported only
once
http-push.c:1325: error: for each function it appears in.)
http-push.c:1325: error: expected ';' before 'parser'
http-push.c:1332: error: 'parser' undeclared (first use in this
function)
http-push.c:1335: error: 'xml_cdata' undeclared (first use in this
function)
http-push.c: In function 'remote_ls':
http-push.c:1568: error: 'XML_Parser' undeclared (first use in this
function)
http-push.c:1568: error: expected ';' before 'parser'
http-push.c:1575: error: 'parser' undeclared (first use in this
function)
http-push.c:1578: error: 'xml_cdata' undeclared (first use in this
function)
http-push.c: In function 'locking_available':
http-push.c:1651: error: 'XML_Parser' undeclared (first use in this
function)
http-push.c:1651: error: expected ';' before 'parser'
http-push.c:1658: error: 'parser' undeclared (first use in this
function)
gmake: *** [http-push.o] Error 1
*** Error code 1

Stop in /usr/ports/devel/git.

Eugene

---------------------------------------------------------------------
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org

Reply via email to