Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#3342 closed enhancement (fixed)

MesaLib-8.0.2 Needs little correction?

Reported by: jozziee Owned by: blfs-book@…
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords: Mesalib
Cc:

Description

If i follow the instruction of BLFS for Mesa-Lib 8.0.2 i get a bash error after make install when i add the links because i have chosen /opt/X11 as my XORG_PREFIX

ln -s -v ${XORG_PREFIX}/include/GL /usr/include && ln -s -v ${XORG_PREFIX}/include/EGL /usr/include && ln -s -v ${XORG_PREFIX}/include/KHR /usr/include && for HEADER in xa_{composite,context,tracker}.h do

ln -s -v ${$XORG_PREFIX}/include/$HEADER /usr/include

done

The last one give a bash error :

ln -s -v ${$XORG_PREFIX}/include/$HEADER /usr/include

I changed it in:

ln -s -v ${XORG_PREFIX}/include/$HEADER /usr/include

I think a $ to much

i am sorry if this is the wrong place to post but i wanna share it. or am i wrong about it?

greetings jozz duiz

Change History (2)

comment:1 by bdubbs@…, 12 years ago

Resolution: fixed
Status: newclosed

The ticket is the right place for a problem like this.

You are right about the extra $.

Fixed in revision 9985.

comment:2 by bdubbs@…, 10 years ago

Milestone: current

Milestone current deleted

Note: See TracTickets for help on using tickets.