|
|
#1 |
|
Compiling XWindows in Xterm
Hi All,
I'm using Xterm to try and write a basic program for the X Windows system that creates a window and draws a line. However, I can't compile the program in the following way: g++ XWinCode.cc The error I get is: ld:Undefined Symbols: _XCreateGC _XCreateSimpleWindow ....etc In my code I include <X11/Xlib.h>, <assert.h>, <unistd.h>. Using "locate" I know these files exist. What am I doing wrong? Thanks Cheers, ScKaSx |
|
|
|
0
|
|
|
#2 | |
|
Quote:
Try g++ XWinCode.cc -lX11 If that doesn't work then g++ XWinCode.cc -L/usr/X11R6/lib -lX11 (replace /usr/X11R6/lib with the appropriate path to the X11 library files - I'm at work and don't have nmy PB with me so I can't say what the path is on a Mac). |
||
|
|
0
|
|
|
#3 |
|
Hi John,
Thanks the second one worked to perfection. Thanks again. Cheers |
|
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Help compiling/running graphics in terminal | dflem11 | Mac Programming | 2 | Nov 8, 2010 02:42 PM |
| Compilations appear in *both* Albums and Compilation Lists? | swiwchar | iPod | 2 | Sep 20, 2006 11:05 PM |
| Compiling GTK in Xterm | ScKaSx | Mac Programming | 15 | Jul 19, 2006 10:42 AM |
| Can you compile this in XCode? (const class initialization) | ksz | General Mac Discussion | 12 | Nov 4, 2003 09:13 PM |
| How do i compile Java in OSX? | jethroted | Mac Applications and Mac App Store | 19 | Jun 4, 2003 06:42 PM |
All times are GMT -5. The time now is 10:58 PM.







Linear Mode

