Opened 18 years ago
Last modified 18 years ago
#82 closed defect (fixed)
Hardcoded paths in OMshell/Makefile which shouldn't be there
Reported by: | Dietmar Winkler | Owned by: | Dietmar Winkler |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | Dietmar Winkler, Adrian Pop |
Description
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
The makefile is automatically generated when running
"qmake OMShell.pro", please read OMShell/README-UNIX.txt
Note:
See TracTickets
for help on using tickets.
Hi,
I've just noticed that in OMshell/Makefile in line 23 the following statement is
written:
LIBS = $(SUBLIBS) -L/usr/local/qt-4.1.1/lib
-L/home/adrpo/dev/mico-2.3.12/lib -lmico2.3.12 -lssl -lcrypto -lbsd
-lQtXml_debug -L/home/andbe/src/qt-x11-opensource-src-4.1.1/lib -lQtGui_debug
-L/usr/X11R6/lib -lpng -lSM -lICE -lXi -lXrender -lXrandr -lXcursor -lXinerama
-lfreetype -lfontconfig -lXext -lX11 -lQtNetwork_debug -lQtCore_debug -lz -lm
-ldl -lpthread
I think that this file shouldn't contain such hard coded path variables (e.g.
/home/adrpo/... /home/andbe/...)