| Author |
Message |
|
| Guest |
Posted: Tue Mar 20, 2007 8:04 pm |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Tue Mar 20, 2007 8:29 pm |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Tue Mar 20, 2007 8:51 pm |
|
|
|
Guest
|
hmmm. still no luck.
$ rm -rf yaws
$ sudo port install gmake
$ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/
yaws yaws
$ cd yaws; ./configure
$ gmake
gmake[1]: Entering directory `/some_dir/yaws/c_src'
gcc -c -fPIC -g -O2 -I/usr/include/security -I/usr/include/pam -I"/
opt/local/lib/erlang/usr/include" -I/usr/include/pam/ -
DDYNAMIC_DRIVER setuid_drv.c
gcc -bundle -fPIC -flat_namespace -undefined suppress -o ../priv/
setuid_drv.so setuid_drv.o
gcc -c -g -O2 -I/usr/include/security -I/usr/include/pam -I"/opt/
local/lib/erlang/usr/include" -I/usr/include/pam/ epam.c
gcc -o ../priv/epam epam.o -lpam
gmake[1]: Leaving directory `/some_dir/yaws/c_src'
gmake[1]: Entering directory `/some_dir/yaws/src'
gmake[1]: *** No rule to make target `all'. Stop.
gmake[1]: Leaving directory `/some_dir/yaws/src'
gmake: *** [all] Error 1
On Mar 20, 2007, at 4:29 PM, Claes Wikstrom wrote:
> Kordova wrote:
>> hello,
>> i have tried searching for the solution to this but as yet
>> have not found a fix for this error:
>>
>> $ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/
>> trunk/ yaws yaws
>> ...
>> $ cd yaws; ./configure
>> ...
>> $ make
>> make[1]: Nothing to be done for `all'.
>> make[1]: *** No rule to make target `all'. Stop.
>> make: *** [all] Error 1
>>
>> am i missing a step at some point or something else entirely?
>>
>
>
> use gmake
>
> /klacke
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue Mar 20, 2007 8:57 pm |
|
|
|
Guest
|
Kordova <kordova@gmail.com> writes:
> hmmm. still no luck.
>
> $ rm -rf yaws
> $ sudo port install gmake
> $ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/
> yaws yaws
> $ cd yaws; ./configure
> $ gmake
> gmake[1]: Entering directory `/some_dir/yaws/c_src'
> gcc -c -fPIC -g -O2 -I/usr/include/security -I/usr/include/pam -I"/
> opt/local/lib/erlang/usr/include" -I/usr/include/pam/ -
> DDYNAMIC_DRIVER setuid_drv.c
> gcc -bundle -fPIC -flat_namespace -undefined suppress -o ../priv/
> setuid_drv.so setuid_drv.o
> gcc -c -g -O2 -I/usr/include/security -I/usr/include/pam -I"/opt/
> local/lib/erlang/usr/include" -I/usr/include/pam/ epam.c
> gcc -o ../priv/epam epam.o -lpam
> gmake[1]: Leaving directory `/some_dir/yaws/c_src'
> gmake[1]: Entering directory `/some_dir/yaws/src'
> gmake[1]: *** No rule to make target `all'. Stop.
> gmake[1]: Leaving directory `/some_dir/yaws/src'
> gmake: *** [all] Error 1
I've grabbed the SVN repository as well, and get the same thing. The
Makefile under src/ is empty (zero bytes). Naturally, an empty make
file contains no rules. The configure process didn't complain, so I'm
not sure what happened to the Makefile.
Tim
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue Mar 20, 2007 10:06 pm |
|
|
|
Guest
|
(on OS X, /usr/bin/make is gnu make.)
Looks like .../src/Makefile didn't make the migration to subversion.
If you're in a hurry, the src/Makefile from the 1.68 distribution
seems to work just fine.
On Mar 20, 2007, at 4:50 PM, Kordova wrote:
> hmmm. still no luck.
>
> $ rm -rf yaws
> $ sudo port install gmake
> $ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/
> yaws yaws
> $ cd yaws; ./configure
> $ gmake
> gmake[1]: Entering directory `/some_dir/yaws/c_src'
> gcc -c -fPIC -g -O2 -I/usr/include/security -I/usr/include/pam -I"/
> opt/local/lib/erlang/usr/include" -I/usr/include/pam/ -
> DDYNAMIC_DRIVER setuid_drv.c
> gcc -bundle -fPIC -flat_namespace -undefined suppress -o ../priv/
> setuid_drv.so setuid_drv.o
> gcc -c -g -O2 -I/usr/include/security -I/usr/include/pam -I"/opt/
> local/lib/erlang/usr/include" -I/usr/include/pam/ epam.c
> gcc -o ../priv/epam epam.o -lpam
> gmake[1]: Leaving directory `/some_dir/yaws/c_src'
> gmake[1]: Entering directory `/some_dir/yaws/src'
> gmake[1]: *** No rule to make target `all'. Stop.
> gmake[1]: Leaving directory `/some_dir/yaws/src'
> gmake: *** [all] Error 1
>
> On Mar 20, 2007, at 4:29 PM, Claes Wikstrom wrote:
>
>> Kordova wrote:
>>> hello,
>>> i have tried searching for the solution to this but as yet
>>> have not found a fix for this error:
>>>
>>> $ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/
>>> trunk/ yaws yaws
>>> ...
>>> $ cd yaws; ./configure
>>> ...
>>> $ make
>>> make[1]: Nothing to be done for `all'.
>>> make[1]: *** No rule to make target `all'. Stop.
>>> make: *** [all] Error 1
>>>
>>> am i missing a step at some point or something else entirely?
>>>
>>
>>
>> use gmake
>>
>> /klacke
>
>
> ----------------------------------------------------------------------
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Erlyaws-list mailing list
> Erlyaws-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/erlyaws-list
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue Mar 20, 2007 10:30 pm |
|
|
|
Guest
|
is this project held in cvs and then migrated to svn or...?
On Mar 20, 2007, at 6:03 PM, Eric Baur wrote:
> (on OS X, /usr/bin/make is gnu make.)
>
> Looks like .../src/Makefile didn't make the migration to subversion.
>
> If you're in a hurry, the src/Makefile from the 1.68 distribution
> seems to work just fine.
>
>
> On Mar 20, 2007, at 4:50 PM, Kordova wrote:
>
>> hmmm. still no luck.
>>
>> $ rm -rf yaws
>> $ sudo port install gmake
>> $ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/
>> yaws yaws
>> $ cd yaws; ./configure
>> $ gmake
>> gmake[1]: Entering directory `/some_dir/yaws/c_src'
>> gcc -c -fPIC -g -O2 -I/usr/include/security -I/usr/include/pam -I"/
>> opt/local/lib/erlang/usr/include" -I/usr/include/pam/ -
>> DDYNAMIC_DRIVER setuid_drv.c
>> gcc -bundle -fPIC -flat_namespace -undefined suppress -o ../priv/
>> setuid_drv.so setuid_drv.o
>> gcc -c -g -O2 -I/usr/include/security -I/usr/include/pam -I"/opt/
>> local/lib/erlang/usr/include" -I/usr/include/pam/ epam.c
>> gcc -o ../priv/epam epam.o -lpam
>> gmake[1]: Leaving directory `/some_dir/yaws/c_src'
>> gmake[1]: Entering directory `/some_dir/yaws/src'
>> gmake[1]: *** No rule to make target `all'. Stop.
>> gmake[1]: Leaving directory `/some_dir/yaws/src'
>> gmake: *** [all] Error 1
>>
>> On Mar 20, 2007, at 4:29 PM, Claes Wikstrom wrote:
>>
>>> Kordova wrote:
>>>> hello,
>>>> i have tried searching for the solution to this but as yet
>>>> have not found a fix for this error:
>>>>
>>>> $ svn co https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/
>>>> trunk/ yaws yaws
>>>> ...
>>>> $ cd yaws; ./configure
>>>> ...
>>>> $ make
>>>> make[1]: Nothing to be done for `all'.
>>>> make[1]: *** No rule to make target `all'. Stop.
>>>> make: *** [all] Error 1
>>>>
>>>> am i missing a step at some point or something else entirely?
>>>>
>>>
>>>
>>> use gmake
>>>
>>> /klacke
>>
>>
>> ---------------------------------------------------------------------
>> ----
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to
>> share your
>> opinions on IT & business topics through brief surveys-and earn cash
>> http://www.techsay.com/default.php?
>> page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Erlyaws-list mailing list
>> Erlyaws-list@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/erlyaws-list
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Tue Mar 20, 2007 11:29 pm |
|
|
|
Guest
|
Kordova wrote:
> is this project held in cvs and then migrated to svn or...?
>
Yes yesterday
>> Looks like .../src/Makefile didn't make the migration to subversion.
>>
It's back now - now at least the svn repo builds, how well it works - I
don't know
yet. Also how/why it disappeared is a mystery ... to me
For users that want a stable system I recommend to stay away from trunk for
a while. The plan is to let branches/yaws.1.68 be a stable bugfix branch
and
do some restructuring work on trunk
/klacke
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Erlyaws-list mailing list
Erlyaws-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlyaws-list
Post recived from mailinglist |
|
|
| Back to top |
|
|
|