Re: [Fink-devel] gcc3.3 tree open for business

2003-10-06 Thread Remi Mommsen
Hi,

I took the plunge over the week-end and upgraded my test machine to 
gcc 3.3 (and mac os 10.2.8).
Everything so far went smoothly, thought I haven't recompiled 
everything yet. Thanks a lot for your great work.

However, I have two observations concerning inject.pl:

- The fink package get installed in /sw/fink/dists/local/bootstrap 
regardless where dists is pointing to. Therefore the new fink package 
ended up in /sw/fink/10.2/local/bootstrap while I would expect it in 
/sw/fink/10.2-gcc3.3/local/bootstrap. The softlink dists is set 
correctly only after the fink installation in the old tree is done.

- The inject.pl does not check if gcc 3.3 is installed. Thus I end up 
with a link to 10.2-gcc3.3 on a machine where I don't have gcc 3.3 
installed. IMHO, this could lead to a tremendous confusion when the new 
fink version is rolled out.

Cheers,
Remi
-
If it's green, it's biology. If it stinks, it's chemistry. If it has
numbers, it's math. If it doesn't work, it's technology. (anonymous)
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Some issues trying to compile qcad-2.0.0.8

2003-10-06 Thread Jeremy Higgs
Hi,

I'm trying to update the qcad package to 2.0.0.8, but I've run into a 
problem while trying to compile it:

c++ -c -pipe -fno-common -fPIC -Wall -W -Os  -D__DARWIN_X11__ 
-DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/sw/share/qt3/mkspecs/darwin-g++ -I. -I../../fparser/include 
-I../../qcadcmd/include -I../../fparser/include -I../../dxflib/include 
-I../../qcadlib/include -I../../qcadcmd/include 
-I../../qcadactions/include -I../../qcadguiqt/include 
-I../../../../../include/qt -I/sw/include -Imoc/ -o obj/main.o main.cpp
main.cpp:33:27: qmacstyle_mac.h: No such file or directory
main.cpp: In function `int main(int, char**)':
main.cpp:113: parse error before `(' token
make[1]: *** [obj/main.o] Error 1
make: *** [qcad] Error 2
Building qcad binary failed

So obviously the qmacstyle_mac.h file is missing. I have qt3, 
qt3-shlibs and qt3-dev installed, and can't find that file. Does anyone 
know where it is? Alternatively, how I may go about getting this to 
compile without it?

Thanks a lot!



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Some issues trying to compile qcad-2.0.0.8

2003-10-06 Thread Remi Mommsen
Hi,

The file qmacstyle_mac.h is in qt3-doc (obviously ;-).

Cheers,
Remi
On Monday, October 6, 2003, at 06:24  PM, Jeremy Higgs wrote:

Hi,

I'm trying to update the qcad package to 2.0.0.8, but I've run into a 
problem while trying to compile it:

c++ -c -pipe -fno-common -fPIC -Wall -W -Os  -D__DARWIN_X11__ 
-DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/sw/share/qt3/mkspecs/darwin-g++ -I. -I../../fparser/include 
-I../../qcadcmd/include -I../../fparser/include -I../../dxflib/include 
-I../../qcadlib/include -I../../qcadcmd/include 
-I../../qcadactions/include -I../../qcadguiqt/include 
-I../../../../../include/qt -I/sw/include -Imoc/ -o obj/main.o  main.cpp
main.cpp:33:27: qmacstyle_mac.h: No such file or directory
main.cpp: In function `int main(int, char**)':
main.cpp:113: parse error before `(' token
make[1]: *** [obj/main.o] Error 1
make: *** [qcad] Error 2
Building qcad binary failed

So obviously the qmacstyle_mac.h file is missing. I have qt3, 
qt3-shlibs and qt3-dev installed, and can't find that file. Does 
anyone know where it is? Alternatively, how I may go about getting 
this to compile without it?

Thanks a lot!



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



-
If it's green, it's biology. If it stinks, it's chemistry. If it has
numbers, it's math. If it doesn't work, it's technology. (anonymous)
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Some issues trying to compile qcad-2.0.0.8

2003-10-06 Thread Remi Mommsen
Hi,

Sorry, I'm bit too tired: in qt3-doc there is only the html 
documentation for it.

I have no idea. It's strange that the doc is there and the header file 
not. I checked also the tar file of qt3m but no avail.

Sorry for the noise.

Cheers,
Remi
On Monday, October 6, 2003, at 06:34  PM, Remi Mommsen wrote:

Hi,

The file qmacstyle_mac.h is in qt3-doc (obviously ;-).

Cheers,
Remi
On Monday, October 6, 2003, at 06:24  PM, Jeremy Higgs wrote:

Hi,

I'm trying to update the qcad package to 2.0.0.8, but I've run into a 
problem while trying to compile it:

c++ -c -pipe -fno-common -fPIC -Wall -W -Os  -D__DARWIN_X11__ 
-DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT 
-I/sw/share/qt3/mkspecs/darwin-g++ -I. -I../../fparser/include 
-I../../qcadcmd/include -I../../fparser/include 
-I../../dxflib/include -I../../qcadlib/include 
-I../../qcadcmd/include -I../../qcadactions/include 
-I../../qcadguiqt/include -I../../../../../include/qt -I/sw/include 
-Imoc/ -o obj/main.o  main.cpp
main.cpp:33:27: qmacstyle_mac.h: No such file or directory
main.cpp: In function `int main(int, char**)':
main.cpp:113: parse error before `(' token
make[1]: *** [obj/main.o] Error 1
make: *** [qcad] Error 2
Building qcad binary failed

So obviously the qmacstyle_mac.h file is missing. I have qt3, 
qt3-shlibs and qt3-dev installed, and can't find that file. Does 
anyone know where it is? Alternatively, how I may go about getting 
this to compile without it?

Thanks a lot!



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



-
If it's green, it's biology. If it stinks, it's chemistry. If it has
numbers, it's math. If it doesn't work, it's technology. (anonymous)
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



-
Intelligence is like a four-wheel drive vehicle: it allows you to get
stuck in much more remote places.
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel